From: David G. <go...@us...> - 2004-06-28 02:54:09
|
Update of /cvsroot/ht2html/ht2html/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32493 Modified Files: docstring.ht Log Message: fixed markup; now works in Firefox, Safari, MSIE Index: docstring.ht =================================================================== RCS file: /cvsroot/ht2html/ht2html/doc/docstring.ht,v retrieving revision 2.0 retrieving revision 2.1 diff -C2 -d -r2.0 -r2.1 *** docstring.ht 22 Mar 2002 17:45:40 -0000 2.0 --- docstring.ht 28 Jun 2004 02:54:00 -0000 2.1 *************** *** 19,23 **** directory is used. ! <p><dt>--style <em>classmod</em><br> -s <em>classmod</em> <dd>Specifies the generator style. <em>classmod</em> is both a module --- 19,25 ---- directory is used. ! <br><br> ! ! <dt>--style <em>classmod</em><br> -s <em>classmod</em> <dd>Specifies the generator style. <em>classmod</em> is both a module *************** *** 27,30 **** --- 29,34 ---- passing the following arguments: + <br><br> + <ul> <li><b>file</b> -- the .ht file to be parsed *************** *** 33,52 **** directory. Note that <em>rootdir</em> must be a direct parent of the current directory. ! <em>file</em> should be passed to <tt>HTParser</tt> to create an instance of the file parser. Your class should also create a <tt>LinkFixer</tt> using (the .html version of) <em>file</em>, <em>rootdir</em>, and <em>relthis</em>. ! <p><dt>--backup<br> -b <dd>Make a backup of any existing .html if it would get overwritten. ! <p><dt>--backupext <em>ext</em><br> -x <em>ext</em> <dd>Specify the extension for backup files. Otherwise <tt>.bak</tt> is used. ! <p><dt>--force<br> -f <dd>Force overwritting of .html file even if the generated file is the --- 37,61 ---- directory. Note that <em>rootdir</em> must be a direct parent of the current directory. + </ul> ! <p><em>file</em> should be passed to <tt>HTParser</tt> to create an instance of the file parser. Your class should also create a <tt>LinkFixer</tt> using (the .html version of) <em>file</em>, <em>rootdir</em>, and <em>relthis</em>. ! <dt>--backup<br> -b <dd>Make a backup of any existing .html if it would get overwritten. ! <br><br> ! ! <dt>--backupext <em>ext</em><br> -x <em>ext</em> <dd>Specify the extension for backup files. Otherwise <tt>.bak</tt> is used. ! <br><br> ! ! <dt>--force<br> -f <dd>Force overwritting of .html file even if the generated file is the *************** *** 54,66 **** different. ! <p><dt>--version<br> -v <dd>Print the version number and exit. ! <p><dt>--quiet<br> -q <dd>Be quiet. ! <p><dt>--help<br> -h <dd>Print this message and exit. --- 63,81 ---- different. ! <br><br> ! ! <dt>--version<br> -v <dd>Print the version number and exit. ! <br><br> ! ! <dt>--quiet<br> -q <dd>Be quiet. ! <br><br> ! ! <dt>--help<br> -h <dd>Print this message and exit. |