HTML Help Project
Template
The following section provides a typical HTML Help Project (.hhp) template with replaceable parameters. This is the template used for Samples 1, 2, and 3:
; home_page_filename = [<%home_page_filename%>]
; schema_filename = [<%schema_filename%>]
; schema_filename_no_ext = [<%schema_filename_no_ext%>]
; start_page_filename = [<%start_page_filename%>]
; topic_file_list = [List of all topic, image files, etc.]
[OPTIONS]
Binary TOC=Yes
Binary Index=Yes
Compiled File=<%schema_filename_no_ext%>.chm
Contents File=<%schema_filename_no_ext%>.hhc
Index File=<%schema_filename_no_ext%>.hhk
Default Window=main
Default Topic=<%start_page_filename%>
Default Font=
Full-text search=Yes
Auto Index=Yes
Language=
Title=spy.doc Project Configuration Settings Version 2007.1
Create CHI file=No
Compatibility=1.1 or later
Error log file=_errorlog.txt
Full text search stop list file=
Display compile progress=Yes
Display compile notes=Yes
[WINDOWS]
main="spy.doc Project Configuration Settings Version 2007.1","<%schema_filename_no_ext%>.hhc",
"<%schema_filename_no_ext%>.hhk","<%start_page_filename%>","<%home_page_filename%>",,,,,
0x63520,240,0x60384E,[64,64,960,704],0xB0000,,,,,,0
[FILES]
<%topic_file_list%>
[INFOTYPES]
The following parameters can be specified and will be replaced with the
actual values when spy.doc creates the HTML Help project file. The replaceable
parameters should be tagged with the '<%' and '%>' characters, as indicated in
the template above:
[FILES]
section of the .hhp file. This list includes all image files (.png; .gif; and
.jpg), as well as all HTML files (.ht*), and other files that may be hyperlinked
(.xml; .xsd, etc.).