summaryrefslogtreecommitdiffstats
path: root/packaging/bookinfo.xsl
Commit message (Collapse)AuthorAgeFilesLines
* This change temporarily breaks building but will improve translationPaul W. Frields2006-08-051-21/+3
| | | | | | | | overall. The rpm-info.xml should no longer contain any translations, and should now be stored in the original language directory. It will still be used to generate fdp-info.xml, and we will probably also strip RPM information out of the DTD since we intend to use a standard specfile for this purpose from here on out.
* Allow legalnotice hacks in a more make-friendly way when necessary, since ↵Paul W. Frields2006-07-151-3/+5
| | | | relnotes may not be the only document in need.
* No really, I mean it this time. Spurious ugly spacing avoided. Thisready-for-translation-FC6-test2Paul W. Frields2006-07-121-5/+1
| | | | | is probably caused by the xml:space="preserve" in this file, but I haven't the time to check right now.
* Hm, let's make this actually work, why don't we?Paul W. Frields2006-07-121-1/+3
|
* Whoops, this gets rid of pesky warnings about unexpected childrenPaul W. Frields2006-07-091-1/+1
|
* The circle is now complete. Once revhistory was but a bare @id; now it is a ↵Paul W. Frields2006-07-091-1/+7
| | | | chunk.
* Fix locale to proper en_US notationPaul W. Frields2006-04-111-2/+2
|
* No need for all the extra fallback stuff, just have the file where itPaul W. Frields2006-03-081-19/+2
| | | | needs to be!
* Use proper XSL-isms to give us locales and a proper fallbackPaul W. Frields2006-03-081-2/+27
|
* Please keep XSL sane, thank you... No, this isn't converted to 'en_US'Paul W. Frields2006-03-031-21/+21
| | | | locale, but one thing at a time!
* Changing licensing calls to OPL, I ignored templates.xsl because it is using ↵Karsten Wade2006-02-231-1/+1
| | | | a conditional, which is called for just-in-case, I reckon.
* if revdescription is not translated, use "en" by defaultYuan Yijun2006-02-221-5/+21
|
* Push to 0.3.1:Paul W. Frields2006-02-131-3/+3
| | | | | | | - Update Makefile to properly remove supporting source files - Support generation of fdp-info in local build environment - Include additional scripts - Revert spec.xsl to distinguish local builds from CVS builds
* This makes everything work out nicely, PROVIDED that doc authors don't use ↵Paul W. Frields2006-02-121-4/+8
| | | | &FDP-INFO; any more, and instead use a standard XInclude statement. Shouldn't cause much pain at all.
* Correct grabbing of initials for revisionhistoryPaul W. Frields2006-02-041-1/+1
|
* Allow proper choice of OPL for license... probably need additional checksPaul W. Frields2006-01-161-2/+8
|
* Fix copyright section for real this time; since DocBook structure should be ↵Paul W. Frields2006-01-141-10/+1
| | | | as good as ours, just copy it
* Slight DTD change per discussion, all XSL checked and verifiedPaul W. Frields2006-01-071-1/+1
|
* Write proper LEGALNOTICE entityPaul W. Frields2006-01-071-1/+1
|
* Added comment to identify this as a generated file, not to be editedTommy Reynolds2006-01-061-0/+8
| | | | | by mere mortals. Included reference to the "rpm-info.xml" file, which *is* the proper file to be edited.
* Don't forget the legalnotice... but this should incorporate somePaul W. Frields2006-01-041-0/+1
| | | | smarts later on using the right license for the rpm-info's <rights> tag
* Reduce unnecessary verbosityPaul W. Frields2006-01-031-2/+2
|
* Make sure bookinfo catches every copyright element, since multiples are validPaul W. Frields2006-01-021-10/+12
|
* Properly process langified revision detailsPaul W. Frields2005-12-301-3/+5
|
* Reduce redundancy, and create new, stupider pet tricksPaul W. Frields2005-12-291-65/+61
|
* Catch multiple copyright yearsPaul W. Frields2005-12-241-3/+3
|
* Removed top-level "<release>" element. Added "release" and "role='rpm'"Tommy Reynolds2005-11-261-57/+57
| | | | | attributes to the changelog info. Changelog elements marked "role='rpm'" only appear in the RPM %changelog.
* Candidate solution to keeping all the various RPM packaging filesTommy Reynolds2005-11-251-0/+73
(the RPM spec file, the OMF file, the ".desktop" and the package's <bookinfo> (or <articleinfo>) consistent by using a DTD-controlled metafile from which everything else is derived.