summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set proper locale before validating XML. Do a more thourough jobrelease-notes-FC-5-GOLD-for-ISOTommy Reynolds2006-03-011-2/+14
| | | | of cleaning up after ourselves.
* Bad XML, no cookie.Karsten Wade2006-02-281-1/+1
|
* Update relnotes legal notice for FC5 finalPaul W. Frields2006-02-281-6/+2
|
* Include "${1}/fdp-info.xml" as a prerequisite to validation.Tommy Reynolds2006-02-281-1/+1
|
* Added "make validate-xml-${LANG}" and "make validate-xml" targets toTommy Reynolds2006-02-281-0/+24
| | | | validate the document XML without performing any subsequent processing.
* Use empty-content element for consistencyPaul W. Frields2006-02-281-4/+4
|
* Stray paran.Karsten Wade2006-02-281-1/+1
|
* Provided viewing hint to "make help" output: use sort(1)!Tommy Reynolds2006-02-281-1/+1
|
* Added "msgmerge -U" switch to update .PO file in-place. Dropped theTommy Reynolds2006-02-281-2/+1
| | | | "*.po.bank" backup file in favor of the msgmerge default behavior.
* Oops! Use a RELATIVE PATHNAME in the CVS tree, so this will workTommy Reynolds2006-02-286-41/+42
| | | | OOB. Sorry. Brain-dead.
* Include the generated .ENT files in the archive.Tommy Reynolds2006-02-285-0/+380
|
* Added initial versions of some of the locales that are alreadyTommy Reynolds2006-02-289-1/+1659
| | | | active. They HAVE NO translations yet.
* Added "fdpcommon" kind of entity. Automatically relocate filesTommy Reynolds2006-02-286-13/+84
| | | | | | marked as "fdpcommon" when building the ".ent" files. Revert Karsten's "Makefile.common" change as a courtesey.
* The file is a legal XML file now, and it is thus named, so now this ↵Karsten Wade2006-02-271-1/+1
| | | | shouldn't break stuff.
* Make cleaner spec filesPaul W. Frields2006-02-261-3/+4
|
* Use UTF-8 for these targets too, methinks. Also, fix rpm-common to do a ↵Paul W. Frields2006-02-261-4/+8
| | | | more brainful job of automagicking. I love making up words.
* Added "set-locale-${LANG}" target to change the local symlinkTommy Reynolds2006-02-261-35/+63
| | | | | | | | "locale-entities.xml" to point to the "docs-common/common/entities/entities-${LANG}.ent" file. The locale gets reset automatically as needed each time the XML is rendered via xmlto(1).
* Every .PO file is precious.Tommy Reynolds2006-02-261-0/+1
|
* Don't actually have an Italian translation yet.Tommy Reynolds2006-02-264-500/+1
|
* Add all the magical make-fu to all new translations to be added byTommy Reynolds2006-02-264-17/+173
| | | | | | | | | just updating the ${OTHERS} macro and editing the locale-specific "${LANG}.po" file that gets generated. The final product is the file "entities-${LANG}.ent", suitable for reference in the <DOCTYPE> declaration of an FDP documnent file via a locale-neutral wrapper filename.
* Added <ulink url="foo"/> construct to avoid all that hideous escapingTommy Reynolds2006-02-256-77/+64
| | | | | | and ampersanding when entering a URL. Note that we only support the EMPTY content model of the <ulink/> element because it renders consistently with current practice.
* 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