webhelp.default.topic.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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 directory redirects</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="webhelp.default.topic.frag">
  17. <xsl:param name="webhelp.default.topic">index.html</xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>Currently webhelp creates a base directory and puts the output
  22. files in a <filename>content</filename> subdirectory. It creates a
  23. file in the base directory that redirects to a configured file in the
  24. <filename>content</filename> directory. The
  25. <parameter>webhelp.default.topic</parameter> parameter lets you
  26. configure the name of the file that is redirected to.
  27. <note>
  28. <para>This parameter will be removed from a future version of
  29. webhelp along with the <filename>content</filename>
  30. directory.</para>
  31. </note>
  32. </para>
  33. </refsection>
  34. </refentry>