From: Joe E. <jen...@fl...> - 2001-11-09 17:27:54
|
Larry W. Virden wrote: > I was wondering - I notice that tcllib 1.1 has several new modules . > However, when I tried to access, for instance, the htmlized version of > doc for the comm module I didn't find it. Where are you looking? There's a copy on the TCLLIB home page: <URL: http://tcllib.sourceforge.net/doc/comm.n.html > > Is there some automated process that generates them and it just hasn't gone > off yet? I've been updating the documentation on the SF web site semiautomatically, usually about once a week. It's not done through a cron job because I often need to make small corrections to the manpage source by hand after a cvs update (plus, my SSH key and all the conversion tools are on my laptop). Note that the comm.n.html manpage doesn't go through the same conversion process as the other pages; I just mirror the HTML version straight from CVS. The FTP and Tcl-MIME modules are also treated separately since they use other formats for their native documentation (HTML and the IETF RFC DTD (!), resp.) (Actually Andreas Kupries has written NROFF manpages for these packages, which are also on the SF web site along with the original package docs.) --Joe English jen...@fl... |