Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Build packages correctly for FE standards | Paul W. Frields | 2006-02-04 | 1 | -13/+11 | |
| | ||||||
* | Meet FE standards (thanks to Ignacio Vazquez-Abrams) | Paul W. Frields | 2006-02-04 | 1 | -19/+34 | |
| | ||||||
* | Weight KHelpcenter entry appropriately | Paul W. Frields | 2006-02-04 | 1 | -0/+2 | |
| | ||||||
* | This may not be strictly needed, but it makes me feel better, whatpre-package2 | Paul W. Frields | 2006-02-03 | 1 | -5/+5 | |
| | | | | with the new level of directories in CVS. | |||||
* | Eliminate redundant building | Paul W. Frields | 2006-02-03 | 1 | -4/+1 | |
| | ||||||
* | A bit of message cleanup, make sure 'Considering' message doesn't get sourced | Paul W. Frields | 2006-02-03 | 1 | -3/+3 | |
| | ||||||
* | Shell script to generate one-time migration into per-language files. | Tommy Reynolds | 2006-02-03 | 1 | -0/+40 | |
| | ||||||
* | Don't need ${POFILES} as a 'make showvars' item. | Tommy Reynolds | 2006-02-03 | 1 | -1/+0 | |
| | ||||||
* | 1) XML files are now expected to be in an "${LANG}/" subdirectory. | Tommy Reynolds | 2006-02-03 | 2 | -23/+18 | |
| | ||||||
* | 1) Make "${FDPDIR}" into an absolute pathname to allow the fdpsh | Tommy Reynolds | 2006-02-03 | 1 | -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 Reynolds | 2006-02-03 | 1 | -3/+5 | |
| | ||||||
* | Added "make po" target to generate PO files for all the "en" XML files | Tommy Reynolds | 2006-02-03 | 1 | -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 the | Tommy Reynolds | 2006-02-03 | 1 | -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 know | Tommy Reynolds | 2006-02-03 | 1 | -0/+45 | |
| | | | | | just how useful this will be in an off-line situation yet. More to follow? | |||||
* | point back at legalnotice-content-en.xml | Francesco Tombolini | 2006-02-03 | 1 | -2/+2 | |
| | ||||||
* | All languages need target files such as legal notice, even where they are ↵ | Karsten Wade | 2006-02-02 | 3 | -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 Tombolini | 2006-02-02 | 1 | -0/+12 | |
| | ||||||
* | better translation form | Francesco Tombolini | 2006-02-02 | 1 | -6/+6 | |
| | ||||||
* | Adding the trans quick start guide, another active doc being translated. | Karsten Wade | 2006-02-02 | 1 | -0/+1 | |
| | ||||||
* | Sorting the list by alpha. | Karsten Wade | 2006-02-02 | 1 | -7/+7 | |
| | ||||||
* | added brazilian portuguese translation and entities | Hugo Cisneiros | 2006-02-02 | 2 | -0/+91 | |
| | ||||||
* | added brazilian portuguese images | Hugo Cisneiros | 2006-02-02 | 3 | -2/+18 | |
| | ||||||
* | Doh! Now the "make DRAFT=no html" or "make DRAFT=yes html" actually | Tommy Reynolds | 2006-01-31 | 1 | -10/+10 | |
| | | | | work. Defaults to "make DRAFT=yes". | |||||
* | Remove harmless debugging cruft. | Tommy Reynolds | 2006-01-30 | 1 | -1/+1 | |
| | ||||||
* | When using find(1) to generate the list of candidate files for the | Tommy Reynolds | 2006-01-30 | 1 | -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 Reynolds | 2006-01-29 | 1 | -4/+4 | |
| | ||||||
* | No presumed shell on contributors' machines but bash | Paul W. Frields | 2006-01-28 | 1 | -1/+1 | |
| | ||||||
* | Fix lang for English document OMFs | Paul W. Frields | 2006-01-28 | 1 | -1/+4 | |
| | ||||||
* | Append commands to the log file "/tmp/fdpsh.log" if, and only if, it | Tommy Reynolds | 2006-01-27 | 1 | -0/+5 | |
| | | | | already exists. | |||||
* | Make sure we output our XML declaration and DOCTYPE when rewriting rpm-info | Paul W. Frields | 2006-01-22 | 2 | -2/+6 | |
| | ||||||
* | Jigger indexterm formatting for readability | Paul W. Frields | 2006-01-21 | 1 | -1/+1 | |
| | ||||||
* | These additional languages should be fine to reformat as well | Paul W. Frields | 2006-01-21 | 1 | -1/+1 | |
| | ||||||
* | De-bungle the date(1) command within the for-loop to actually use | Tommy Reynolds | 2006-01-21 | 1 | -1/+1 | |
| | | | | the date from the command line. Oh, well, it was late at night... | |||||
* | Unclutter procedures that include screen elements per step | Paul W. Frields | 2006-01-21 | 2 | -1/+6 | |
| | ||||||
* | Heh, maybe we mean month instead of minute here... | Paul W. Frields | 2006-01-21 | 1 | -1/+1 | |
| | ||||||
* | Added "validate_rpm_info" function to "fdpsh" to validate the | Tommy Reynolds | 2006-01-20 | 1 | -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-20 | Paul W. Frields | 2006-01-20 | 1 | -1/+1 | |
| | ||||||
* | Need to handle lang dirs properly in OMF | Paul W. Frields | 2006-01-20 | 1 | -1/+8 | |
| | ||||||
* | Send those lang stringparams, gotcha! | Paul W. Frields | 2006-01-20 | 1 | -3/+7 | |
| | ||||||
* | Properly own directories | Paul W. Frields | 2006-01-20 | 1 | -0/+4 | |
| | ||||||
* | First cut a integrating the RPM packaging stuff with the | Tommy Reynolds | 2006-01-19 | 5 | -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 Reynolds | 2006-01-19 | 1 | -0/+0 | |
| | ||||||
* | Simplify testing through re-ordering. | Tommy Reynolds | 2006-01-19 | 1 | -6/+4 | |
| | ||||||
* | Provide working alias | Paul W. Frields | 2006-01-19 | 1 | -0/+4 | |
| | ||||||
* | Inserted dummy <author> element at the right place, just after the | Tommy Reynolds | 2006-01-18 | 1 | -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 Reynolds | 2006-01-18 | 1 | -0/+2 | |
| | ||||||
* | Use better heuristics to include non-conforming figs/ filenames. | Tommy Reynolds | 2006-01-18 | 1 | -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" because | Tommy Reynolds | 2006-01-18 | 1 | -1/+1 | |
| | | | | we are using an external DTD. | |||||
* | Added helper function 'iso2date' to convert YYYY-MM-DD into ctime(3) | Tommy Reynolds | 2006-01-18 | 1 | -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. Frields | 2006-01-17 | 2 | -6/+6 | |
| |