User Guide

Displaying text files in the Help tree 195
Displaying text files in the Help tree
You can add text files to the Help tree. The Help browser default file type is HTML, so
it looks for a title tag in each file. If it does not find one, or if the tag is empty, it
displays the filename as the document's title in the Help tree.
To change an HTML file’s title in the Help tree:
Edit the HTML file to include its new name in the <title> tag.
To change a text file’s title in the Help tree:
1 Make a backup copy of the booktree.xml file in the Help root folder of your
installation directory.
2 Open the booktree.xml file.
3 Find the help_page tag for the text file, and add a
title attribute for the text file;
for example,
<help_page title="My Readme">.