summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added support for SYSTEM entities.Tommy Reynolds2006-02-256-18/+637
|
* Implement the <use/> entity because you can't embed an entityTommy Reynolds2006-02-257-17/+118
| | | | | reference such as "&FED;" in an XML document that doesn't have it defined using an "<!ENTITY>" element.
* Have the update function actually work (blush).Tommy Reynolds2006-02-252-1/+2
|
* Use descriptive elements; we don't have that many ;-)Tommy Reynolds2006-02-252-3/+3
|
* Adding infrastucture for I18N support for the Fedora DocumentationTommy Reynolds2006-02-258-0/+98
| | | | Project Standard Entities.
* Fix spec generation so RPM building will work in NWOPaul W. Frields2006-02-241-11/+4
|
* Revert location to reflect rpm-info location in base directoryPaul W. Frields2006-02-241-1/+1
|
* Need XML files for src-tarballPaul W. Frields2006-02-241-1/+2
|
* Add another phony alias "help" for better across-the-project adherencePaul W. Frields2006-02-241-2/+2
| | | | (q.v. Fedora Extras), plus it makes a weird kind of sense.
* Changing licensing calls to OPL, I ignored templates.xsl because it is using ↵Karsten Wade2006-02-236-6/+6
| | | | a conditional, which is called for just-in-case, I reckon.
* Use xml2po(1) for all XML=>PO=>XML conversions; drop dependancy onTommy Reynolds2006-02-231-2/+1
| | | | | the buggy po2xml(1) from the kdesdk. This allows translators to free up potentially 82Mbyte or so of disk space as a bonus.
* Fix terminology and XMLize ulinkPaul W. Frields2006-02-223-3/+231
|
* Every .PO file is precious and make(1) should not delete it unlessTommy Reynolds2006-02-221-0/+3
| | | | explicitly directed to do so.
* Revert prior changes. Document template purpose.Tommy Reynolds2006-02-221-2/+4
|
* Move "-p" arg usage from application path to the actual usage.Tommy Reynolds2006-02-221-2/+2
|
* wrong argument sequence :(Yuan Yijun2006-02-222-3/+3
|
* use xml2po instead of po2xmlYuan Yijun2006-02-222-3/+3
|
* if revdescription is not translated, use "en" by defaultYuan Yijun2006-02-221-5/+21
|
* a second make should not fail because of mkdirYuan Yijun2006-02-221-1/+1
|
* Updated the legal notice hacks to match the content from the more canonical ↵release-notes-FC-5-test3-latestKarsten Wade2006-02-205-15/+29
| | | | legalnotice-content-en.xml.
* Changes to support the OPL changes.Karsten Wade2006-02-201-2/+2
|
* Expanding the copyright properly and removing reliance on future versions of ↵Karsten Wade2006-02-201-5/+4
| | | | a license we haven't seen yet. :)
* Extraneous quotation mark I missed.docs-common-new-canonical-legal-notice-using-OPLKarsten Wade2006-02-201-5/+6
|
* *docs* Milestone -- changing licensing in CVS license to OPL. Note that you ↵Karsten Wade2006-02-201-13/+26
| | | | want to use an earlier version to build existing documentst that do not yet have agreement from copyright holders to relicense. Pobably best not to rebuild those docs anyway, but over the next few weeks it could be necessary until we remove all non-OPL content entirely. This notice now uses the OPL, references the Fedora trademarks, continues to reference Red Hat trademarks, and now has a pointer to the export control section of fp.org.
* Added "make targets" to see a list of all targets for the currentTommy Reynolds2006-02-201-2/+128
| | | | | | | | "Makefile". It looks much better if you sort the output: make targets | sort Needs some entries fleshed out.
* Make sure docs-common stuff is being built on webtest. Only SRPM/spec are ↵Paul W. Frields2006-02-181-0/+1
| | | | needed, other targets will simply fail.
* Add "text" alias for "txt" for bad typists and lexihounds. Also stripPaul W. Frields2006-02-172-7/+95
| | | | | | | annoying revhistory and index elements from plain text builds. There are very few instances where we will be providing txt builds -- e.g. release notes -- so this doesn't seem like a loss. If it is, XSLT is cheap.
* Whoa Nelly, let's keep those removals to the right stuff... :-)Paul W. Frields2006-02-171-1/+1
|
* Make text build cleanly without unnecessary link lists, esp. given our ↵Paul W. Frields2006-02-171-1/+4
| | | | standards for ulink element usage
* Make sure HTML nochunks files do not overwrite each otherPaul W. Frields2006-02-161-0/+1
|
* Add txt targetsPaul W. Frields2006-02-161-1/+20
|
* test1 -> test3release-notes-FC-5-test3Jeremy Katz2006-02-151-1/+1
|
* Added "${LANG}::" target to use as a dependant to the "xml-${LANG}" rulesTommy Reynolds2006-02-151-2/+13
| | | | so we don't invoke "mkdir -p ${LANG}" for every translated XML file.
* Make kinder, gentler, more attractive spec filesPaul W. Frields2006-02-151-7/+2
|
* Reorganize the CVS layout to fully embrace I18N translator support.Tommy Reynolds2006-02-152-72/+227
| | | | | | | | | | | | | | | | | | | | | Many, many changes here. Refer to "example-tutorial/" for a model. 1) Only one rpm-info.xml file, and that is in the top-level dir. 2) XML file names are now language independant (para.xml, not para-en.xml). 3) The "Makefile" in the document directory has been completely rewritten. Now, a ${PRI_LANG} variable identifies the original language for the document. Additional language translations are listed in the ${OTHERS} macro. The ${XMLEXTRAFILES-${LANG}} variable is no more; instead an XMLFILES_template must be filled out to enumerate the necessary XML files. 4) Translated XML files are automatically generated from .POT and .PO files located in a "po/" directory. 5) Translated XML files should NOT be archived in CVS, since they are now generated files. 6) Many new virtual targets have been added to "Makefile.common", such as "make xml-de", "make po-de", and the like. Consult the "Makefile.common".
* Push version to 0.3.2 and update specfile and changelogPaul W. Frields2006-02-141-1/+5
|
* Properly own directories so no cruft; also use macro to improve readabilityPaul W. Frields2006-02-141-48/+23
|
* Patch Makefile, thanks IgnacioPaul W. Frields2006-02-141-2/+3
|
* Cover desc and do normalizationPaul W. Frields2006-02-141-2/+2
|
* Oops, remember Tommy's rule of good behavior in targetsPaul W. Frields2006-02-131-1/+1
|
* Add src-tarball phony target for use when VERSION isn't known externallyPaul W. Frields2006-02-131-2/+3
|
* Don't mess with rpm-info element contents as muchPaul W. Frields2006-02-131-1/+1
|
* Push to 0.3.1:Paul W. Frields2006-02-134-15/+17
| | | | | | | - 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
* Remove the rest of the files correctlyPaul W. Frields2006-02-131-3/+3
|
* test2 => test3Yuan Yijun2006-02-131-4/+4
|
* Remember to remove RPM files in top level using correct namePaul W. Frields2006-02-131-1/+1
|
* Move to XInclude for all legalnotice contentPaul W. Frields2006-02-121-1/+4
|
* This makes everything work out nicely, PROVIDED that doc authors don't use ↵Paul W. Frields2006-02-1211-25/+136
| | | | &FDP-INFO; any more, and instead use a standard XInclude statement. Shouldn't cause much pain at all.
* Make sure we use XMLPaul W. Frields2006-02-125-9/+7
|
* Update TESTVER entityPaul W. Frields2006-02-121-2/+2
|