/[texi2html]/texi2html/doc/texi2html.html
ViewVC logotype

Diff of /texi2html/doc/texi2html.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by pertusus, Sun Aug 21 21:31:56 2005 UTC revision 1.25 by pertusus, Tue Aug 23 06:58:03 2005 UTC
# Line 31  conditions for modified versions, except Line 31  conditions for modified versions, except
31  permission notice may be stated in a translation approved  permission notice may be stated in a translation approved
32  by the Free Software Foundation.  by the Free Software Foundation.
33  -->  -->
34  <!-- Created on August, 21 2005 by texi2html @PACKAGE_VERSION@ -->  <!-- Created on August, 23 2005 by texi2html @PACKAGE_VERSION@ -->
35  <!--  <!--
36  Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)  Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
37              Karl Berry  <karl@freefriends.org>              Karl Berry  <karl@freefriends.org>
# Line 254  producing, have a look at the following Line 254  producing, have a look at the following
254    
255  <p>You would like to produce <acronym>HTML</acronym> files from your existing Texinfo  <p>You would like to produce <acronym>HTML</acronym> files from your existing Texinfo
256  files?  There are two programs you can use to do this.  The first is  files?  There are two programs you can use to do this.  The first is
257  <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>).
258  The second is <code>texi2html</code>.  The second is <code>texi2html</code>.
259  </p>  </p>
260  <p>The design goal of <code>makeinfo</code>'s <acronym>HTML</acronym> output was to produce  <p>The design goal of <code>makeinfo</code>'s <acronym>HTML</acronym> output was to produce
# Line 654  element. Line 654  element.
654  </p>  </p>
655  <p>This default behaviour mimics <code>texi2dvi</code> behaviour, which ignores  <p>This default behaviour mimics <code>texi2dvi</code> behaviour, which ignores
656  <code>@node</code> commands for the purprose of sectioning, while the second  <code>@node</code> commands for the purprose of sectioning, while the second
657  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>).
658  </p>  </p>
659  <p>As an illustration, the following table shows how a sample Texinfo document is  <p>As an illustration, the following table shows how a sample Texinfo document is
660  divided into sectioning elements when <a name="IDX10"></a>  divided into sectioning elements when <a name="IDX10"></a>
# Line 1033  specified, and <samp>`-'</samp> stands f Line 1033  specified, and <samp>`-'</samp> stands f
1033  <code>@CSS_FILES</code>).  <code>@CSS_FILES</code>).
1034  </p>  </p>
1035  <p>The option use is the same than for <code>makeinfo</code> and is described  <p>The option use is the same than for <code>makeinfo</code> and is described
1036  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>.
1037  Briefly, the <acronym>CSS</acronym> <code>@import</code> lines from the external file  Briefly, the <acronym>CSS</acronym> <code>@import</code> lines from the external file
1038  <acronym>CSS</acronym> file are pasted  before the  <acronym>CSS</acronym> file are pasted  before the
1039  <code>texi2html</code> <acronym>CSS</acronym> rules, and the external file <acronym>CSS</acronym>  <code>texi2html</code> <acronym>CSS</acronym> rules, and the external file <acronym>CSS</acronym>
# Line 1983  put in comments. Line 1983  put in comments.
1983  <dt> <code>file_base_name</code></dt>  <dt> <code>file_base_name</code></dt>
1984  <dd><p>base name of the texinfo manual file.  <dd><p>base name of the texinfo manual file.
1985  </p></dd>  </p></dd>
1986    <dt> <code>filename</code></dt>
1987    <dd><p>This is a reference on a hash that holds the filenames for special elements.
1988    The keys are
1989    </p><dl compact="compact">
1990    <dt> <code>doc</code></dt>
1991    <dd><p>the document file if not split, if split should be the top element file.
1992    </p></dd>
1993    <dt> <code>top</code></dt>
1994    <dd><p>Top element file name.
1995    </p></dd>
1996    <dt> <code>toc</code> </dt>
1997    <dd><p>Table of contents element file name.
1998    </p></dd>
1999    <dt> <code>stoc</code></dt>
2000    <dd><p>Overview (also called short table of contents) element file name.
2001    </p></dd>
2002    <dt> <code>about</code></dt>
2003    <dd><p>About element file name.
2004    </p></dd>
2005    <dt> <code>foot</code></dt>
2006    <dd><p>Footnotes element file name.
2007    </p></dd>
2008    </dl>
2009    </dd>
2010  <dt> <code>destination_directory</code></dt>  <dt> <code>destination_directory</code></dt>
2011  <dd><p>Destination directory for the resulting files.  <dd><p>Destination directory for the resulting files.
2012  </p></dd>  </p></dd>
# Line 3764  external manual. Line 3788  external manual.
3788  node name mapped to an identifier acceptable as a file name.  node name mapped to an identifier acceptable as a file name.
3789  <var>$xml_node_identifier</var> is the  <var>$xml_node_identifier</var> is the
3790  node name mapped to an identifier acceptable as an <acronym>XML</acronym> identifier.  node name mapped to an identifier acceptable as an <acronym>XML</acronym> identifier.
3791  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>,
3792  thus allowing for cross references to external manuals. <var>$file</var> is the  thus allowing for cross references to external manuals. <var>$file</var> is the
3793  manual or file name of the external reference. This function should return an  manual or file name of the external reference. This function should return an
3794  href leading to the external manual.  href leading to the external manual.
3795  </p>  </p>
3796  <p>The default for this function is to make a reference compatible with  <p>The default for this function is to make a reference compatible with
3797  <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>).
3798  </p></dd></dl>  </p></dd></dl>
3799    
3800  <dl>  <dl>
# Line 6515  text Line 6539  text
6539  </tr></table>  </tr></table>
6540  <h1>About This Document</h1>  <h1>About This Document</h1>
6541  <p>  <p>
6542    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>.
6543  </p>  </p>
6544  <p>  <p>
6545    The buttons in the navigation panels have the following meaning:    The buttons in the navigation panels have the following meaning:
# Line 6617  text Line 6641  text
6641  <hr size="1">  <hr size="1">
6642  <p>  <p>
6643   <font size="-1">   <font size="-1">
6644    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>.
6645   </font>   </font>
6646   <br>   <br>
6647    

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26