summaryrefslogtreecommitdiffstats
path: root/packaging/insert-colophon.xsl
Commit message (Collapse)AuthorAgeFilesLines
* Make spacing XML adherentPaul W. Frields2006-02-041-2/+5
|
* Make sure inserting clog and colophon don't botch rpm-info DTD declarationPaul W. Frields2006-02-041-1/+1
|
* Make sure we output our XML declaration and DOCTYPE when rewriting rpm-infoPaul W. Frields2006-01-221-1/+3
|
* May be trivial, but I think adding new contributors at the bottom makes it ↵Paul W. Frields2006-01-151-2/+2
| | | | more readable
* These snippets will be useful in Makefile.common, since they enable:Paul W. Frields2006-01-151-0/+69
1. inserting new worker and revision elements (both newest-first of course!) 2. querying the document for a tight listing of the entire colophon, so the user can choose who is responsible for a new revision 3. querying the document for a specific worker attribute The "make worker" target idea is simple enough, but more importantly, the use case for a "make clog" target would be: 1. User picks whether revision role is "rpm" or "doc", today's date is formatted properly for the role 2. User picks their name from the tight colophon listing 3. The make target automatically queries for the worker attribute appropriate for that revision role (e.g. initials for doc, email for rpm)