Site Help is a feature that allows the system administrator to create Help files that are unique to your installation. When people are using the various screens, a check is made for a Site Help file for each screen. Site Help is not available for the various View* pages.
For example, if you are on the EditCal.html screen, then the software will look in the Site Help Directory for a file named:
<language>/EditCal.html
The language is the User's browser-specified language. The system will check for the User-specified locale, and then for the default locale of the server.
For a User that has a browser-specified language of "de", with a server default locale of "en" the system would check:
de/EditCal.html
en/EditCal.html
and return the first one it finds.
Site Help files should be HTML format, but should not contain <HTML>, </HTML>, <BODY>, or </BODY> tags. The files should be encoded using UTF-8.
The directory for Site Help is specified in the SYSTEM | CONFIGURATION | APPEARANCE screen.