home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
w3_apps
/
qdhelp.arj
/
TPLATE1.QDH
< prev
next >
Wrap
Text File
|
1991-10-05
|
1KB
|
86 lines
//
// template #1 for qdhelp
//
// This is a sample template for use in building
// help files using the QDHELP program. These
// templates give you the basic building blocks
// to quickly put together a help file for your
// programs.
//
//
/topic INDEX
/title Template #1
/para \sa150
/text \b\i\fs50,Template #1
/endpara
/para \fi200 \sa150
This is template #1 for the QDHELP system. This template
has a large title then an introductory paragraph. Follow
that comes bold topic headings and paragraphs for each
topic.
/endpara
/para \sa150
/text \b\fs30,Topic Heading
/endpara
/para \fi200 \sa150
This is the topic heading paragraph. It will contain
information on the topic heading. Next you will find
a series of links to the subtopics of this topic.
/endpara
/para
/link SUBTOPIC1,Sub Topic 1
/endpara
/para
/link SUBTOPIC2,Sub Topic 2
/endpara
/endtopic
//
// subtopic 1
//
/topic SUBTOPIC1
/title Sub Topic 1
/keywords subtopic1;topic
/browse subtopic,1
/para \sa150
/text \b\i\fs50,Sub Topic 1 Title
/endpara
/para
This will be the text for the sub topic 1 information.
/endpara
/endtopic
//
// subtopic 2
//
/topic SUBTOPIC2
/title Sub Topic 2
/keywords subtopic2;topic
/browse subtopic,2
/para \sa150
/text \b\i\fs50,Sub Topic 2 Title
/endpara
/para
This will be the text for the sub topic 2 information.
/endpara
/endtopic