Discussion:
Producing html documentation of repository revisions
dambk
2010-01-03 18:52:57 UTC
Permalink
I am attempting to produce html documentation to review the revisions of a
project I have written. The tools I have found include cvs2html, makeinfo
and texi2html. There is reference to a .texi file that is an input to this
process but I don't appear to have one produced automatically?

[1] Which of the tools listed above (or absent) is the preferred tool for
this task?
[2] How do I produce the required .texi file for the repository?

Many thanks.
--
View this message in context: http://old.nabble.com/Producing-html-documentation-of-repository-revisions-tp27004170p27004170.html
Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.
Todd Denniston
2010-01-04 20:16:07 UTC
Permalink
Post by dambk
I am attempting to produce html documentation to review the revisions of a
project I have written. The tools I have found include cvs2html, makeinfo
and texi2html. There is reference to a .texi file that is an input to this
process but I don't appear to have one produced automatically?
[1] Which of the tools listed above (or absent) is the preferred tool for
this task?
[2] How do I produce the required .texi file for the repository?
Many thanks.
I do not know which might be the "preferred tool for [converting cvs logs to html] " but My
preferred tool for converting cvs logs to something a human can really use is cvs2cl[1].
Folks have also made dtd, schema, and stylesheets for cvs2cl's xml output, the first example one[2]
looks OK to me and was apparently generated with a bash script[3].
You'll probably need to download more than I have pointed directly at [2,3] from the home page [1].

[1] http://www.red-bean.com/cvs2cl/
or the python version of it cvs2cl.py that is included in CVSNT (Which IIRC is included in WinCVS)

[2] http://www.red-bean.com/cvs2cl/ieee1394-cl.html
[3] http://www.red-bean.com/cvs2cl/cl2any-ciaglia.bash
--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter
Loading...