summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Build packages correctly for FE standardsPaul W. Frields2006-02-041-13/+11
|
* Meet FE standards (thanks to Ignacio Vazquez-Abrams)Paul W. Frields2006-02-041-19/+34
|
* Weight KHelpcenter entry appropriatelyPaul W. Frields2006-02-041-0/+2
|
* This may not be strictly needed, but it makes me feel better, whatpre-package2Paul W. Frields2006-02-031-5/+5
| | | | with the new level of directories in CVS.
* Eliminate redundant buildingPaul W. Frields2006-02-031-4/+1
|
* A bit of message cleanup, make sure 'Considering' message doesn't get sourcedPaul W. Frields2006-02-031-3/+3
|
* Shell script to generate one-time migration into per-language files.Tommy Reynolds2006-02-031-0/+40
|
* Don't need ${POFILES} as a 'make showvars' item.Tommy Reynolds2006-02-031-1/+0
|
* 1) XML files are now expected to be in an "${LANG}/" subdirectory.Tommy Reynolds2006-02-032-23/+18
|
* 1) Make "${FDPDIR}" into an absolute pathname to allow the fdpshTommy Reynolds2006-02-031-3/+17
| | | | | | | | | | cd(1) command to be useful. 2) Added the fdpsh command "prettyprint foo.xml" as a wrapper to the current xmlformat tool. I used a different name to avoid overloading the current name. To much trouble to parse another "-f /path/to/config" argument ;-) 3) Borked the definition of ${RPMINFO} until we get the RPM packaging fixed again.
* Don't prettyprint deleted files.Tommy Reynolds2006-02-031-3/+5
|
* Added "make po" target to generate PO files for all the "en" XML filesTommy Reynolds2006-02-031-1/+20
| | | | | | for the project. File "foo-en.xml" will be associated with a "foo-en.po" file, which may be edited and then merged into a new translation using the fdpsh "apply_po foo-en.xml>foo-xx.xml" command.
* Added shell command "apply_po foo-en.xml" has a shortcut to theTommy Reynolds2006-02-031-0/+12
| | | | | | | | actual "po2xml foo-en.xml foo-en.po" file. Use it like this: fdpsh> make po fdpsh> kbable foo-en.po fdpsh> apply_po foo-en.xml >foo-xx.xml
* Here it is. It also references some other web stuff, so I don't knowTommy Reynolds2006-02-031-0/+45
| | | | | just how useful this will be in an off-line situation yet. More to follow?
* point back at legalnotice-content-en.xmlFrancesco Tombolini2006-02-031-2/+2
|
* All languages need target files such as legal notice, even where they are ↵Karsten Wade2006-02-023-1/+17
| | | | not translated. Note that I pointed at the -en legal notice. We do not have a legal notice translation process yet, but this is a high priority to solve.
* *** empty log message ***Francesco Tombolini2006-02-021-0/+12
|
* better translation formFrancesco Tombolini2006-02-021-6/+6
|
* Adding the trans quick start guide, another active doc being translated.Karsten Wade2006-02-021-0/+1
|
* Sorting the list by alpha.Karsten Wade2006-02-021-7/+7
|
* added brazilian portuguese translation and entitiesHugo Cisneiros2006-02-022-0/+91
|
* added brazilian portuguese imagesHugo Cisneiros2006-02-023-2/+18
|
* Doh! Now the "make DRAFT=no html" or "make DRAFT=yes html" actuallyTommy Reynolds2006-01-311-10/+10
| | | | work. Defaults to "make DRAFT=yes".
* Remove harmless debugging cruft.Tommy Reynolds2006-01-301-1/+1
|
* When using find(1) to generate the list of candidate files for theTommy Reynolds2006-01-301-12/+12
| | | | | | | tarball, do not expand the filenames onto the command line, using "find *" because a filename with an embedded '#" will bork the remainder of the command line, seriously breaking the build process. Thanks again, Emacs!
* Allow *any* modern shell.Tommy Reynolds2006-01-291-4/+4
|
* No presumed shell on contributors' machines but bashPaul W. Frields2006-01-281-1/+1
|
* Fix lang for English document OMFsPaul W. Frields2006-01-281-1/+4
|
* Append commands to the log file "/tmp/fdpsh.log" if, and only if, itTommy Reynolds2006-01-271-0/+5
| | | | already exists.
* Make sure we output our XML declaration and DOCTYPE when rewriting rpm-infoPaul W. Frields2006-01-222-2/+6
|
* Jigger indexterm formatting for readabilityPaul W. Frields2006-01-211-1/+1
|
* These additional languages should be fine to reformat as wellPaul W. Frields2006-01-211-1/+1
|
* De-bungle the date(1) command within the for-loop to actually useTommy Reynolds2006-01-211-1/+1
| | | | the date from the command line. Oh, well, it was late at night...
* Unclutter procedures that include screen elements per stepPaul W. Frields2006-01-212-1/+6
|
* Heh, maybe we mean month instead of minute here...Paul W. Frields2006-01-211-1/+1
|
* Added "validate_rpm_info" function to "fdpsh" to validate theTommy Reynolds2006-01-201-0/+4
| | | | | "rpm-info.xml" file. Errors are displayed, or an "OK" token if the validation succeeds.
* *ahem* Might be good to put that $ in the right place. /me smacks selftranslation-quick-start-guide--initial-release-ver-0-1--2006-01-20Paul W. Frields2006-01-201-1/+1
|
* Need to handle lang dirs properly in OMFPaul W. Frields2006-01-201-1/+8
|
* Send those lang stringparams, gotcha!Paul W. Frields2006-01-201-3/+7
|
* Properly own directoriesPaul W. Frields2006-01-201-0/+4
|
* First cut a integrating the RPM packaging stuff with theTommy Reynolds2006-01-195-23/+176
| | | | | | | | | | | | | | "docs-common/Makefile.common" infrastructure. While this appears to work *somewhat* with the "example-tutorial", it is certainly not ready for prime time yet. TODO: 1) Verify that all generated RPM's have the necessary files inside. 2) Mangle the "../docs-common" strings in Makefiles, *.xml, to reference the "/usr/share/fedora/doc" ${FDPDIR} so that we don't need to bugger the RPM checksums of the files by altering them at RPM install time. 3) Buy a beer all round.
* Moved from "packaging/" to "bin/" directory.Tommy Reynolds2006-01-191-0/+0
|
* Simplify testing through re-ordering.Tommy Reynolds2006-01-191-6/+4
|
* Provide working aliasPaul W. Frields2006-01-191-0/+4
|
* Inserted dummy <author> element at the right place, just after theTommy Reynolds2006-01-181-2/+8
| | | | | | | | | colophon. Since it references a dummy "FIXME" worker, the document will not validate yet, and this is a GOOD thing because it needs more editing. Added 'order="newest-first"' attribute to the <changelog> element, so that the generated document will have the correct structure.
* With the "-v" switch, output a note if we find a manifest file.Tommy Reynolds2006-01-181-0/+2
|
* Use better heuristics to include non-conforming figs/ filenames.Tommy Reynolds2006-01-181-5/+5
| | | | | | | | Now, files are rejected as not matching the language selection if they have the pattern "*-??.*" or "*-??_??.*" -- in other words, if the last dashed comonpent of the filename is either a two-letter language code or a two-letter language code with a two-letter country code.
* Changed <DOCTYPE> from standalone="yes" to standalone="no" becauseTommy Reynolds2006-01-181-1/+1
| | | | we are using an external DTD.
* Added helper function 'iso2date' to convert YYYY-MM-DD into ctime(3)Tommy Reynolds2006-01-181-15/+53
| | | | | | format, as neded by the <revision@date> attributes. Also added more error checking and usage hints.
* Argggh, why were these not changed earlier?Paul W. Frields2006-01-172-6/+6
|