summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update PNG and EPS admonition icons to match Bluecurve/ClearlooksPaul W. Frields2006-09-1210-5/+1875
|
* Whoops, make sure this applies equally to chunked and non-chunked HTML buildsPaul W. Frields2006-09-102-4/+3
|
* Allow for special CSS usage when required by specific docs withoutPaul W. Frields2006-09-101-0/+4
| | | | breaking other stuff.
* updated versions and name of the projectsFrancesco Tombolini2006-09-101-15/+12
|
* *** empty log message ***Magnus2006-09-081-63/+70
|
* Finished all the docs, translations and removed spelling errors and ↵José Nuno Coelho Sanarra Pires2006-09-071-4/+3
| | | | inconsistencies
* Added legalnotice xml filesMagnus2006-09-0610-0/+314
|
* Updated entities fileMagnus2006-09-061-22/+22
|
* Added sv entities filesMagnus2006-09-062-0/+427
|
* Added sv localeMagnus2006-09-061-1/+1
|
* Added sv imagesMagnus2006-09-063-1/+18
|
* Added legal notice for svMagnus2006-09-061-0/+240
|
* update po translationsYuan Yijun2006-09-031-60/+60
|
* updated, nothing needed translationrelease-notes-fc6-test3Dimitris Glezos2006-08-291-9/+3
|
* These entities also needed to be updated to latest version numbersPaul W. Frields2006-08-2932-273/+377
|
* Update these entities to test3 for impending releasePaul W. Frields2006-08-2915-29/+29
|
* Thre's no need to preserve space in these templates, I must have beenPaul W. Frields2006-08-281-1/+1
| | | | working in my sleep.
* Add REVDATE variable for later use with OMF and other packaging bitsPaul W. Frields2006-08-281-0/+5
|
* Add a stylesheet to get the latest revision date from rpm-infoPaul W. Frields2006-08-271-0/+32
|
* Add a date functionPaul W. Frields2006-08-271-0/+18
|
* Quoting can be a Good Thing.Paul W. Frields2006-08-271-2/+2
|
* Comment out broken OMF stuff, and add some useful showvars debuggingPaul W. Frields2006-08-271-22/+26
|
* Add useful rpminfo_exists function and wrappers for new get-title andPaul W. Frields2006-08-191-0/+18
| | | | get-desc XSLT
* These could be useful for packaging as well, since rpm-info is usefully ↵Paul W. Frields2006-08-192-0/+16
| | | | per-lang now.
* Remove clog and colophon targets from service because we cannot guarantee ↵Paul W. Frields2006-08-141-12/+16
| | | | they will write a correct relative location in the rpm-info.xml file's DTD declaration.
* Remove versioning from this file since we don't need something else to ↵Paul W. Frields2006-08-1314-14/+14
| | | | remember to do.
* Add Emacs mode helperPaul W. Frields2006-08-121-0/+5
|
* Updated nl draft imagesBart Couvreur2006-08-072-2/+2
|
* Add zh_CN file to allow buildingPaul W. Frields2006-08-061-0/+240
|
* Oops, junk character at top from sticky fingers.Paul W. Frields2006-08-051-1/+1
|
* clog and colophon targets need to point to the right place forPaul W. Frields2006-08-051-6/+6
| | | | | ${RPMINFO}. These are still pretty useful so we'll let them hang around a while.
* This XSL stylesheet makes the rpm-info migration easy. Just run:Paul W. Frields2006-08-051-0/+70
| | | | | xsltproc <path_to>/migrate-rpminfo.xsl rpm-info.xml > en_US/rpm-info.xml Then cvs add the new file and cvs rm the old one, and commit.
* Only do a showvars for TAG_RELEASE if there's one to be had.Paul W. Frields2006-08-051-0/+2
|
* Get rid of really awful packaging scripts. Mea culpa, I promise thePaul W. Frields2006-08-051-83/+5
| | | | new round will be better.
* The whole section on tagging and assigning NVR stuff should come afterdocs-common-relangify-rpminfoPaul W. Frields2006-08-051-62/+63
| | | | the first TARGETS assignment. (Just like it says, right there.)
* Add tag to targets list, and make it PHONYPaul W. Frields2006-08-051-1/+2
|
* Add code to list of inline elementsPaul W. Frields2006-08-051-1/+1
|
* Fix OMF building... this we will probably keep, since no one shouldPaul W. Frields2006-08-051-2/+2
| | | | have to write these on their own.
* Get rid of superfluous junk and use the real description instead of titlePaul W. Frields2006-08-051-10/+2
|
* Make get-title and get-desc templates work with new DTDPaul W. Frields2006-08-051-14/+2
|
* By the way, this should really allow us to put FDPDIR elsewhere.Paul W. Frields2006-08-051-1/+1
|
* Let's not forget the new DTD either.Paul W. Frields2006-08-051-1/+5
|
* Let's get that language right too.Paul W. Frields2006-08-051-1/+1
|
* Point common fdpsh functions to new location of rpm-info document.Paul W. Frields2006-08-051-1/+1
|
* No longer need to provide a lang here.Paul W. Frields2006-08-051-1/+0
|
* This change temporarily breaks building but will improve translationPaul W. Frields2006-08-052-24/+32
| | | | | | | | 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.
* Need to make sure that tags are valid! Plus, showvars is useful herePaul W. Frields2006-08-041-1/+10
| | | | for troubleshooting.
* Make tagging routine dependent on whether we have a specfile or not.Paul W. Frields2006-08-041-1/+29
| | | | | If no specfile exists, we pick up a simpler tag using the existing variables and fdpsh functions.
* Oops, don't forget to make that dependent on whether the SPECFILE exists.Paul W. Frields2006-08-031-2/+2
|
* Better package building definitions (stolen from Extras)Paul W. Frields2006-08-031-8/+29
|