From: Barry W. <bw...@us...> - 2002-11-01 15:28:51
|
Update of /cvsroot/ht2html/ht2html/doc In directory usw-pr-cvs1:/tmp/cvs-serv29120 Modified Files: index.ht Log Message: Some minor updates. Index: index.ht =================================================================== RCS file: /cvsroot/ht2html/ht2html/doc/index.ht,v retrieving revision 2.1 retrieving revision 2.2 diff -C2 -d -r2.1 -r2.2 *** index.ht 5 Apr 2002 06:04:54 -0000 2.1 --- index.ht 1 Nov 2002 15:28:48 -0000 2.2 *************** *** 18,28 **** <p>Guido's script wasn't easily extensible or modifiable, so <a href="http://www.amk.ca/">Andrew ! Kuchling</a> did another implementation based on Digital Creation's ! (now <a href="http://www.zope.com/">Zope Corporation</a>) DocumentTemplate. ! I couldn't grok Andrew's script -- which says much more about me ! than his code or DocumentTemplate -- so I did what any ! self-respecting hacker would do. I reinvented a third wheel. ! Hey, at least this time I mostly understand how it works. <p>This script is called <em>ht2html</em> because it generates --- 18,30 ---- <p>Guido's script wasn't easily extensible or modifiable, so <a href="http://www.amk.ca/">Andrew ! Kuchling</a> did another implementation based on ! <a href="http://www.zope.com/">Zope Corporation</a>'s DocumentTemplate. ! I (Barry Warsaw) couldn't grok Andrew's script -- which says much more ! about me than his code -- so I did what any self-respecting hacker ! would do. I reinvented a third wheel. Hey, at least this time I ! mostly understand how it works. Since then, lots of other folks have ! contributed to the code, most notably including Fred Drake's work on ! CSS support. <p>This script is called <em>ht2html</em> because it generates |