texi2html-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texi2html-cvs] Changes to texi2html/doc/texi2html.html


From: Patrice Dumas
Subject: [Texi2html-cvs] Changes to texi2html/doc/texi2html.html
Date: Tue, 23 Aug 2005 02:58:30 -0400

Index: texi2html/doc/texi2html.html
diff -u texi2html/doc/texi2html.html:1.24 texi2html/doc/texi2html.html:1.25
--- texi2html/doc/texi2html.html:1.24   Sun Aug 21 21:31:56 2005
+++ texi2html/doc/texi2html.html        Tue Aug 23 06:58:03 2005
@@ -31,7 +31,7 @@
 permission notice may be stated in a translation approved
 by the Free Software Foundation.
 -->
-<!-- Created on August, 21 2005 by texi2html @PACKAGE_VERSION@ -->
+<!-- Created on August, 23 2005 by texi2html @PACKAGE_VERSION@ -->
 <!--
 Written by: Lionel Cons <address@hidden> (original author)
             Karl Berry  <address@hidden>
@@ -254,7 +254,7 @@
 
 <p>You would like to produce <acronym>HTML</acronym> files from your existing 
Texinfo
 files?  There are two programs you can use to do this.  The first is
-<code>makeinfo</code> (see <a 
href="texinfo.html#Generating-HTML">(texinfo)Generating HTML</a>).
+<code>makeinfo</code> (see <a 
href="texinfo.html#Generating-HTML">(texinfo)Generating HTML</a> section 
`Generating HTML' in <cite>GNU Texinfo</cite>).
 The second is <code>texi2html</code>.
 </p>
 <p>The design goal of <code>makeinfo</code>'s <acronym>HTML</acronym> output 
was to produce
@@ -654,7 +654,7 @@
 </p>
 <p>This default behaviour mimics <code>texi2dvi</code> behaviour, which 
ignores 
 <code>@node</code> commands for the purprose of sectioning, while the second
-looks like <code>makeinfo</code> behaviour (see <a 
href="texinfo.html#Two-Paths">(texinfo)Two Paths</a>). 
+looks like <code>makeinfo</code> behaviour (see <a 
href="texinfo.html#Two-Paths">(texinfo)Two Paths</a> section `Two Paths' in 
<cite>GNU Texinfo</cite>). 
 </p>
 <p>As an illustration, the following table shows how a sample Texinfo document 
is
 divided into sectioning elements when <a name="IDX10"></a>
@@ -1033,7 +1033,7 @@
 <code>@CSS_FILES</code>). 
 </p>
 <p>The option use is the same than for <code>makeinfo</code> and is described
-extensively in <a href="texinfo.html#HTML-CSS">(texinfo)HTML CSS</a>.
+extensively in <a href="texinfo.html#HTML-CSS">(texinfo)HTML CSS</a> section 
`HTML CSS' in <cite>GNU Texinfo</cite>.
 Briefly, the <acronym>CSS</acronym> <code>@import</code> lines from the 
external file
 <acronym>CSS</acronym> file are pasted  before the
 <code>texi2html</code> <acronym>CSS</acronym> rules, and the external file 
<acronym>CSS</acronym>
@@ -1983,6 +1983,30 @@
 <dt> <code>file_base_name</code></dt>
 <dd><p>base name of the texinfo manual file.
 </p></dd>
+<dt> <code>filename</code></dt>
+<dd><p>This is a reference on a hash that holds the filenames for special 
elements.
+The keys are
+</p><dl compact="compact">
+<dt> <code>doc</code></dt>
+<dd><p>the document file if not split, if split should be the top element 
file. 
+</p></dd>
+<dt> <code>top</code></dt>
+<dd><p>Top element file name.
+</p></dd>
+<dt> <code>toc</code> </dt>
+<dd><p>Table of contents element file name.
+</p></dd>
+<dt> <code>stoc</code></dt>
+<dd><p>Overview (also called short table of contents) element file name.
+</p></dd>
+<dt> <code>about</code></dt>
+<dd><p>About element file name.
+</p></dd>
+<dt> <code>foot</code></dt>
+<dd><p>Footnotes element file name.
+</p></dd>
+</dl>
+</dd>
 <dt> <code>destination_directory</code></dt>
 <dd><p>Destination directory for the resulting files.
 </p></dd>
@@ -3764,13 +3788,13 @@
 node name mapped to an identifier acceptable as a file name. 
 <var>$xml_node_identifier</var> is the
 node name mapped to an identifier acceptable as an <acronym>XML</acronym> 
identifier.
-Those identifiers are built as explained in <a 
href="texinfo.html#HTML-Xref">(texinfo)HTML Xref</a>,
+Those identifiers are built as explained in <a 
href="texinfo.html#HTML-Xref">(texinfo)HTML Xref</a> section `HTML Xref' in 
<cite>GNU Texinfo</cite>,
 thus allowing for cross references to external manuals. <var>$file</var> is the
 manual or file name of the external reference. This function should return an
 href leading to the external manual.
 </p>
 <p>The default for this function is to make a reference compatible with 
-<code>makeinfo</code>  (see <a href="texinfo.html#HTML-Xref">(texinfo)HTML 
Xref</a>).
+<code>makeinfo</code>  (see <a href="texinfo.html#HTML-Xref">(texinfo)HTML 
Xref</a> section `HTML Xref' in <cite>GNU Texinfo</cite>).
 </p></dd></dl>
 
 <dl>
@@ -6515,7 +6539,7 @@
 </tr></table>
 <h1>About This Document</h1>
 <p>
-  This document was generated by <em>Patrice Dumas</em> on <em>August, 21 
2005</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
@PACKAGE_VERSION@</em></a>.
+  This document was generated by <em>Patrice Dumas</em> on <em>August, 23 
2005</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
@PACKAGE_VERSION@</em></a>.
 </p>
 <p>
   The buttons in the navigation panels have the following meaning:
@@ -6617,7 +6641,7 @@
 <hr size="1">
 <p>
  <font size="-1">
-  This document was generated by <em>Patrice Dumas</em> on <em>August, 21 
2005</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
@PACKAGE_VERSION@</em></a>.
+  This document was generated by <em>Patrice Dumas</em> on <em>August, 23 
2005</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
@PACKAGE_VERSION@</em></a>.
  </font>
  <br>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]