The ChangeLogML project is an effort to provide a XML vocabulary with which software project change-histories can be clearly described. Once fully expressed as XML, the change-data can then be easily transformed via XSL or any other means into any format desired.
Changes:
Initial commit of the XSD schema, the sample CSS stylesheets, and the full set of reference XSLT transforms.
Minor change to the generation of the ToC.
Additions/cleanup of the referencing of revision-id strings in the credits comments.
The logic surrounding the "notoc" parameter was broken.
Added definitions for complexType+element for sub-projects.
Removed use of the "version" and "id" attributes, as the namespace will act as a versioning model.
Support for the "subproject" block in changelog files.
Added "date" and "author" attributes to <change> blocks.
A stylesheet that converts Subversion XML log output to ChangeLogML.
Fixed a syntax error stemming from "--" appearing in a comment.
Changes:
Added warnings pragma.
Changes:
Initial release. All basic functionality for the changelog2x script and the App::Changelog2x module done.