Last change
on this file since 2 was 2, checked in by jkacer, 18 years ago |
Added all DocBook Framework stuff:
- DocBook DTD
- Transformation software FOP 0.20.5 and Saxon 6
- XSL styles
- Rexx scripts
Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).
|
File size:
1.0 KB
|
Line | |
---|
1 | <refentry id="htmlhelp.default.topic">
|
---|
2 | <refmeta>
|
---|
3 | <refentrytitle>htmlhelp.default.topic</refentrytitle>
|
---|
4 | <refmiscinfo role="type">string</refmiscinfo>
|
---|
5 | </refmeta>
|
---|
6 | <refnamediv>
|
---|
7 | <refname>htmlhelp.default.topic</refname>
|
---|
8 | <refpurpose>Name of file with default topic</refpurpose>
|
---|
9 | </refnamediv>
|
---|
10 |
|
---|
11 | <refsynopsisdiv>
|
---|
12 | <src:fragment id='htmlhelp.default.topic.frag'>
|
---|
13 | <xsl:param name="htmlhelp.default.topic" select="''"/>
|
---|
14 | </src:fragment>
|
---|
15 | </refsynopsisdiv>
|
---|
16 |
|
---|
17 | <refsect1><title>Description</title>
|
---|
18 |
|
---|
19 | <para>Normally first chunk of document is displayed when you open HTML
|
---|
20 | Help file. If you want to display another topic, simply set its
|
---|
21 | filename by this parameter.</para>
|
---|
22 |
|
---|
23 | <para>This is useful especially if you don't generate ToC in front of
|
---|
24 | your document and you also hide root element in ToC. E.g.:</para>
|
---|
25 |
|
---|
26 | <programlisting><![CDATA[<xsl:param name="generate.book.toc" select="0"/>
|
---|
27 | <xsl:param name="htmlhelp.hhc.show.root" select="0"/>
|
---|
28 | <xsl:param name="htmlhelp.default.topic" select="'pr01.html'"/>]]></programlisting>
|
---|
29 |
|
---|
30 | </refsect1>
|
---|
31 | </refentry>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.