Help File Structure

Folders

English help is contained in kvalikirstu2/help/help_eng and Finnish in kvalikirstu2/help/help_fi.

help.html

The default landing page for the help menu.

help.hpp

The book for the help menu. Contains the title of the book, and links to the index file and contents file.

help.hhc

Contains the index of the help menu, consists of a single unordered html list. A single page in the help menu can be added with a list object similar to:

<li><object type="text/sitemap">
<param name="Name" value="Test">
<param name="ID" value=0>
<param name="Local" value="test.html">
</object></li>

In conclusion, to add a new page you need to add an html page containing the information you want and then you add an entry to help.hhc.