summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Separate PDF generation into two steps: first create the XML-FO formyum-FC-4Tommy Reynolds2006-03-121-18/+28
| | | | | | | | | | | of the XML, and then render the XML-FO into PDF. Added "fo", "fo-all", "fo-${LANG}" targets to do the XML-FO conversion, and then have the "pdf-${LANG}" targets use the "${LANG}/${DOCBASE}.fo" file as their only prerequisite. I'm using xmllint to reformat the .FO files for now; otherwise it's all one very, very long line and all the diagnostics complain about that one line ;-)
* These files are not yet translated, but are placeholders in case we need them.Paul W. Frields2006-03-085-0/+167
|
* No need for all the extra fallback stuff, just have the file where itPaul W. Frields2006-03-081-19/+2
| | | | needs to be!
* A placeholder for translation when possiblePaul W. Frields2006-03-081-0/+37
|
* Don't use entities here for nowPaul W. Frields2006-03-081-1/+1
|
* Use proper XSL-isms to give us locales and a proper fallbackPaul W. Frields2006-03-081-2/+27
|
* Change license to standard for release notesPaul W. Frields2006-03-081-1/+1
|
* Delete created "foo.xml.in" symlink as soon as we're through with it.Tommy Reynolds2006-03-081-2/+7
| | | | Also removed all the zillion "rm *.in" commands from "make clean" ;-)
* Remove irritating, distracting comment.FC-5-GOLD-for-isoTommy Reynolds2006-03-071-1/+0
|
* add ja_JP entitiesTatsuo Sekine2006-03-074-1/+503
|
* Each Makefile command is run using a different shell, so no needTommy Reynolds2006-03-071-3/+1
| | | | | | to clean up after oneself. Thanks for helping out with this.
* This should complete Tommy's fix, WORKSFORME now.Paul W. Frields2006-03-061-2/+2
|
* My bad. FC4 xml2po does NOT have the "-l ${LANG}" switch, so I'veTommy Reynolds2006-03-061-1/+4
| | | | | | | taken it out. Tranlations will have the bogus 'lang="po/${LANG}"' attribute on their top-level element. I'll complete the fix later this evening. Sorry.
* Added "-l ${LANG}" switch to ${XML2PO} xml production to correctlyTommy Reynolds2006-03-061-1/+1
| | | | set the language.
* Translatable entities: a reality!Tommy Reynolds2006-03-0611-232/+299
|
* Added secret "make mrproper" target ;-)Tommy Reynolds2006-03-041-0/+21
|
* OK, OK, OK! We'll leave the default to XML2PO, but I'm keeping theTommy Reynolds2006-03-041-2/+2
| | | | | | | | | PO2XML line (commented out, though) until XML2PO works for me. It may be a matter of one's robustness in handling the XML formatting style rather than something obviously broken, but I'm not convinced. Anyway, using XML2PO works for the release-notes and for right now, "that's good enough"(tm).
* Centered text better; made "depreciated" message stronger.Tommy Reynolds2006-03-042-3/+3
|
* updated contentFrancesco Tombolini2006-03-046-104/+331
|
* it translation (no licence content was translated)Francesco Tombolini2006-03-046-0/+90
|
* ${PO2XML} is back!! You need the "kdesdk" RPM after all!! Sorry!!Tommy Reynolds2006-03-041-3/+5
| | | | | | | | | | Evidently, the XML merge mode of xml2po(1) is broken; at least I could never get it to work reliably. The worst bug is that it doesn't handle "&FOO;"-style entities reliably: sometimes they get substituted, even if the "-k" switch is used and often times they are simply dropped from the output XML. Boo! Using po2xml(1) doesn't fix everything, but it's a step.
* Corrected the default relative path. Yes, this is back to theTommy Reynolds2006-03-039-58/+58
| | | | original value. Live and learn.
* Place the per-document entities file in the ${LANG}/ directory, whereTommy Reynolds2006-03-0310-62/+59
| | | | | | | | it belonged all along. Using relative paths from within the local entities should work the same as relative paths elsewhere. With using the symbolic link "../doc-entities.ent" previously, relative paths within the per-document entities had to be relative to the parent directory unlike all other relative paths in the document.
* When validating XML, be sure to include the dependent files such asTommy Reynolds2006-03-032-2/+2
| | | | | ${1}/fdp-info.xml and ${1}/${DOC_ENTITIES}.ent so there is actually a hope of the XML validating.
* Replaced ${MSGMERGE} processing to update .PO file when the .XML andTommy Reynolds2006-03-031-0/+2
| | | | thus the .POT file changes.
* Deleted the 'DIR_template' foolishness and removed the "${LANG}" dummyTommy Reynolds2006-03-031-17/+2
| | | | | | target, too. Replaced the explicit "mkdir -p ${LANG}" in the rule to derive the non-${PRI_LANG} XML. This cuts down on the unnecessary XML regeneration and speeds things up a good bit.
* Added "-k" switch to ${XML2PO} usages to try and keep entity referencesTommy Reynolds2006-03-031-12/+10
| | | | intact. This doesn't fix the whole problem, but it's a start.
* Fixed template typo that wrote new .ENT files into a file called '@'.Tommy Reynolds2006-03-031-1/+1
| | | | You should now delete the '@' file in your copy of this directory.
* Identify original shell using the ${REALSHELL} variable.Tommy Reynolds2006-03-031-0/+1
|
* 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!
* Stupid %.ent:%.xml form didn't allow for additional dependancies and theTommy Reynolds2006-03-033-82/+74
| | | | | .ent file may not be regenerated when necesssary. This has been fixed by adding a template. All hail the template!
* Replaced references to "-en.xml" to "-en_US.xml", including in theTommy Reynolds2006-03-0218-0/+1675
| | | | <DOCTYPE> areas.
* Archive the .POT file for our O/S challenged translators who can'tTommy Reynolds2006-03-022-1/+232
| | | | install the xml2po(1) program from the "gnome-doc-utils" package.
* IgnorablesTommy Reynolds2006-03-021-1/+0
|
* Use 'en_US' for ${PRI_LANG}; move the 'en' locale into secondary,Tommy Reynolds2006-03-0211-304/+791
| | | | deprecated status.
* Added shell script to convert a .POT/.PO file from the obsolete 'en'Tommy Reynolds2006-03-021-0/+9
| | | | locale to the proper 'en_US' locale.
* Use proper "us_EN" locale by default.Tommy Reynolds2006-03-021-1/+1
|
* Oops, removed too much. Sorry.Tommy Reynolds2006-03-021-0/+1
|
* Removed bogus targets that appeared before the "all::" rule, whichTommy Reynolds2006-03-021-9/+0
| | | | absolutely, positively, must be first.
* Added proper "en_US" locale watermark. Flagged old "en" localeTommy Reynolds2006-03-025-3/+20
| | | | as deprecated.
* When doing "make clean", forgot the ".ent" extention on the ${DOC_ENTITIES}Tommy Reynolds2006-03-021-1/+1
| | | | reference.
* Add de entity files to make example-tutorial happy... these can be ↵Paul W. Frields2006-03-023-0/+497
| | | | translated for real at some point
* Since we now use .POT and .PO files to hold the translated text,Tommy Reynolds2006-03-021-5/+1
| | | | | | non-primary language XML should no longer be committed to CVS. Commonly, our ${PRI_LANG} is a Romance language so we can just prettyprint *every* XML file we see.
* Fixed depandancies so that ${LANG}/fdp-info.xml andTommy Reynolds2006-03-021-4/+11
| | | | ${LANG}/${DOC_ENTITIES}.ent both get built
* Hide our workTommy Reynolds2006-03-011-1/+1
|
* Added support for per-document translatable entities file.Tommy Reynolds2006-03-012-11/+52
|
* Reverting, this is just not good.Paul W. Frields2006-03-011-5/+2
|
* Let's generate new entities for a document at build time, into a realPaul W. Frields2006-03-011-2/+5
| | | | | | | | | | file. This particular fix lets the document author specify a "entities.xml" file in the PRI_LANG directory, which can be PO'd and translated like anything else. I'm thinking this should be one of the XMLFILES in the Makefile as well, right? In any case, there's a little bit of comment duplication but nothing that really matters, since the file shouldn't be entered in CVS anyway and will be rebuilt regularly.
* added pt_BR translationsHugo Cisneiros2006-03-016-70/+137
|
* entities translated to pt_BRHugo Cisneiros2006-03-013-122/+129
|