OLD | NEW |
| (Empty) |
1 <refentry xmlns="http://docbook.org/ns/docbook" | |
2 xmlns:xlink="http://www.w3.org/1999/xlink" | |
3 xmlns:xi="http://www.w3.org/2001/XInclude" | |
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" | |
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
6 version="5.0" xml:id="webhelp.default.topic"> | |
7 <refmeta> | |
8 <refentrytitle>webhelp.default.topic</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>webhelp.default.topic</refname> | |
13 <refpurpose>The name of the file to which the start file in the webhelp base dir
ectory redirects</refpurpose> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="webhelp.default.topic.frag"> | |
18 <xsl:param name="webhelp.default.topic">index.html</xsl:param> | |
19 </src:fragment> | |
20 </refsynopsisdiv> | |
21 | |
22 <refsection><info><title>Description</title></info> | |
23 <para>Currently webhelp creates a base directory and puts the output | |
24 files in a <filename>content</filename> subdirectory. It creates a | |
25 file in the base directory that redirects to a configured file in the | |
26 <filename>content</filename> directory. The | |
27 <parameter>webhelp.default.topic</parameter> parameter lets you | |
28 configure the name of the file that is redirected to. | |
29 <note> | |
30 <para>This parameter will be removed from a future version of | |
31 webhelp along with the <filename>content</filename> | |
32 directory.</para> | |
33 </note> | |
34 </para> | |
35 </refsection> | |
36 </refentry> | |
OLD | NEW |