From: Barry W. <bw...@us...> - 2002-03-27 03:46:03
|
Update of /cvsroot/ht2html/ht2html In directory usw-pr-cvs1:/tmp/cvs-serv21255 Modified Files: PDOGenerator.py Log Message: sitelinks: Guido's change to replace the News link with the Developers link. Index: PDOGenerator.py =================================================================== RCS file: /cvsroot/ht2html/ht2html/PDOGenerator.py,v retrieving revision 2.2 retrieving revision 2.3 diff -C2 -d -r2.2 -r2.3 *** PDOGenerator.py 26 Mar 2002 04:25:36 -0000 2.2 --- PDOGenerator.py 27 Mar 2002 03:46:00 -0000 2.3 *************** *** 19,23 **** ('%(rootdir)s/doc/', 'Documentation'), ('%(rootdir)s/Help.html', 'Help'), ! ('%(rootdir)s/News.html', 'News'), ('%(rootdir)s/psa/', 'Community'), ('%(rootdir)s/sigs/', 'SIGs'), --- 19,23 ---- ('%(rootdir)s/doc/', 'Documentation'), ('%(rootdir)s/Help.html', 'Help'), ! ('%(rootdir)s/dev/', 'Developers'), ('%(rootdir)s/psa/', 'Community'), ('%(rootdir)s/sigs/', 'SIGs'), |