From: David G. <go...@us...> - 2004-06-28 02:54:35
|
Update of /cvsroot/ht2html/ht2html/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32592 Modified Files: index.ht Log Message: fixed title ("--" caused HTML comment problems) Index: index.ht =================================================================== RCS file: /cvsroot/ht2html/ht2html/doc/index.ht,v retrieving revision 2.2 retrieving revision 2.3 diff -C2 -d -r2.2 -r2.3 *** index.ht 1 Nov 2002 15:28:48 -0000 2.2 --- index.ht 28 Jun 2004 02:54:26 -0000 2.3 *************** *** 1,5 **** ! Title: ht2html.py -- A web page template processor ! <h3>ht2html.py -- A web page template processor</h3> <p>HTML frames are cool in theory, but have severe practical problems. --- 1,5 ---- ! Title: ht2html.py: A web page template processor ! <h3>ht2html.py: A web page template processor</h3> <p>HTML frames are cool in theory, but have severe practical problems. *************** *** 53,55 **** </ul> ! <p><strong>Note:</strong> Python 2.0 or newer is required! --- 53,56 ---- </ul> ! <p><strong>Note:</strong> <a href="http://www.python.org">Python</a> ! 2.0 or newer is required! |