forked from geonetwork/core-geonetwork
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing indents for lists and code blocks, and thus removing blockquot…
…es in the resulting pages
- Loading branch information
1 parent
9d27de4
commit 332b485
Showing
36 changed files
with
605 additions
and
610 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
docs/manual/docs/administrator-guide/configuring-the-catalog/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Configuring the catalog | ||
|
||
- [system-configuration](system-configuration.md) | ||
- [user-interface-configuration](user-interface-configuration.md) | ||
- [css-configuration](css-configuration.md) | ||
- [csw-configuration](csw-configuration.md) | ||
- [portal-configuration](portal-configuration.md) | ||
- [inspire-configuration](inspire-configuration.md) | ||
- [map-server-configuration](map-server-configuration.md) | ||
- [System configuration](system-configuration.md) | ||
- [User Interface Configuration](user-interface-configuration.md) | ||
- [Configuring CSS & Style](css-configuration.md) | ||
- [Configuring CSW](csw-configuration.md) | ||
- [Portal Configuration](portal-configuration.md) | ||
- [Configuring for the INSPIRE Directive](inspire-configuration.md) | ||
- [Map servers configuration for geopublication](map-server-configuration.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# Characterset | ||
|
||
By default the character set of GeoNetwork is UTF-8. This works well for many locales in the world and is compatible with ASCII that is typically used in US and Canada. However, if UTF-8 is not a compatible characterset in your environment you can change the default. | ||
By default the character set of GeoNetwork is `UTF-8`. This works well for many locales in the world and is compatible with ASCII that is typically used in US and Canada. However, if `UTF-8` is not a compatible characterset in your environment you can change the default. | ||
|
||
To change it within GeoNetwork simply start the application with the system property geonetwork.file.encoding set to the desired character set name. | ||
|
||
For example if you are running Tomcat you can set | ||
|
||
``` | ||
JAVA_OPTS="-Dgeonetwork.file.encoding=UTF-16" | ||
``` | ||
|
||
to the startup script and the default codec in GeoNetwork will be UTF-16. | ||
to the startup script and the default codec in GeoNetwork will be `UTF-16`. | ||
|
||
It is also recommended to set the file.encoding parameter to the same codec as this dictates to the default encoding used in Java and the Web Server may reference at times use the default codec. | ||
|
||
Finally, by default the URL parameters are typically interpreted as ASCII characters which can be a problem when searching for metadata that are not in the english language. Each Web Server will have a method for configuring the encoding used when reading the parameters. For example, in Tomcat the encoding/charset configuration is in the server.xml Connector element. | ||
Finally, by default the URL parameters are typically interpreted as ASCII characters which can be a problem when searching for metadata that are not in the english language. Each Web Server will have a method for configuring the encoding used when reading the parameters. For example, in Tomcat the encoding/charset configuration is in the `server.xml` Connector element. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.