< cvs2xhtml Documentation | Russ Allbery > Software > Web Tools |
Update another occurrence of my email address.
Lines changed: +2 -2
Port to Python 3. Update copyright dates and my email address.
Lines changed: +30 -30
Assume CVS logs are in UTF-8 and declare UTF-8 as the character set for the generated XHTML.
Lines changed: +14 -10
Cope with the new cvs log format for the first entry in the revision history of a file.
Lines changed: +10 -4
Strip a trailing semicolon on the lines removed information from cvs log, which is added on commits with newer versions of cvs that add the commitid data item.
Lines changed: +3 -1
The latest Debian CVS changed the output format of cvs log yet again, this time by adding a commitid header and some random commitid. Cope.
Lines changed: +5 -1
Adjust for the change in CVS date output sometime slightly before 1.12.9, supporting both the old and new format dates.
Lines changed: +18 -8
Remove xreadlines from import. We didn't actually use it and it now results in a deprecation warning as of Python 2.3.
Lines changed: +2 -2
Use triple single quotes instead of triple double quotes for the page header and remove the <?xml-stylesheet> directive since it doesn't really fit with Appedix C XHTML 1.0.
Lines changed: +3 -4
Add a <meta> tag specifying the character set to the <head> and move the generator comments down below <head> so as not to trigger a bug in IE.
Lines changed: +4 -3
Add references to the XHTML standard and my web tools page to the SEE ALSO section.
Lines changed: +6 -1
Make sure to always close the <dd> tag even if there is no changed line information.
Lines changed: +2 -2
Change the page title to $name Change History and reduce the amount of time and committer information given for each revision to just the date of the change.
Lines changed: +5 -8
Added some additional comments, fixed the generated comment at the beginning of the output, switched to a description list rather than using headings, made the program a bit more robust against -n and -s not being given, made the log entries HTML-safe, and added full documentation.
Lines changed: +139 -8
Initial working version.
< cvs2xhtml Documentation | Russ Allbery > Software > Web Tools |