From: Barry W. <bw...@us...> - 2002-11-01 15:44:26
|
Update of /cvsroot/ht2html/ht2html In directory usw-pr-cvs1:/tmp/cvs-serv2874 Modified Files: SelfGenerator.py Log Message: Last update for today. ;) Index: SelfGenerator.py =================================================================== RCS file: /cvsroot/ht2html/ht2html/SelfGenerator.py,v retrieving revision 2.4 retrieving revision 2.5 diff -C2 -d -r2.4 -r2.5 *** SelfGenerator.py 1 Nov 2002 15:27:18 -0000 2.4 --- SelfGenerator.py 1 Nov 2002 15:44:17 -0000 2.5 *************** *** 16,21 **** ('index.html', 'Home'), ('http://www.python.org/', 'Python.Org'), ! ('http://sf.net/projects/ht2html', 'ht2html @ SourceForge'), ! ('http://barry.wooz.org/', "Barry Warsaw's homepage"), ] --- 16,21 ---- ('index.html', 'Home'), ('http://www.python.org/', 'Python.Org'), ! ('http://sf.net/projects/ht2html', 'HT2HTML Project Page '), ! ('http://barry.wooz.org/', "Barry Warsaw's Home Page"), ] |