In this file, you can configure optional, user-defined menu entries for the client, which show more web sites. You can configure individual URLs for different languages. The URLs can be absolute or relative to the client URL (http(s)://host:port/ppm/html/). When using PPM in the cloud, when specifying absolute URLs the host addresses accessible from the Internet must be set. Fallback entries are configured for languages that are not defined.
In the URL, the placeholder {0} can be inserted for the locale, it will be resolved when the page is called.
For example, for the URL http://host:port/help/{0}/help.html to be displayed in English, the placeholder {0} is replaced by en and for German with de. If the same URL or URL with placeholder is used for all entries, it is not required to configure a URL for each entry.
If all language-related URLs have the same language-independent menu entry, only the fallback entry must be configured.
Key |
Meaning |
---|---|
HELP.x.URL |
URL of the fallback entry. "x" indicates an index starting with "0" for each menu entry. |
HELP.x.MNI |
Menu name of the fallback entry. |
HELP.x.<language>.URL |
URL of a menu entry for any language (the two-letter ISO codes, such as "de" for German apply to "<language>") |
HELP.x.<language>.MNI |
Menu name of the entry for any language. |
Examples
Usage of a placeholder URL and multiple, language-specific entries:
HELP.0.URL = http://host:port/html/help/{0}/custom/KI_HELP.htm
HELP.0.MNI = Measure help
HELP.0.de.MNI = Measure help
HELP.0.fr.MNI = L'aide de l'indicateur de performance
Usage of an entry and individual URLs for different languages:
HELP.1.URL = http://www.softwareag.com
HELP.1.MNI = Software AG
HELP.1.de.URL = http://www.softwareag.de
HELP.1.fr.URL = http://www.softwareag.fr
Relative URLs:
HELP.2.URL = /docs/customizing/index.html
HELP.2.MNI = Customizing Overview