summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Append commands to the log file "/tmp/fdpsh.log" if, and only if, itTommy Reynolds2006-01-271-0/+5
| | | | already exists.
* 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...
* 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.
* First cut a integrating the RPM packaging stuff with theTommy Reynolds2006-01-191-3/+18
| | | | | | | | | | | | | | "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/+14
|
* Simplify testing through re-ordering.Tommy Reynolds2006-01-191-6/+4
|
* Provide working aliasPaul W. Frields2006-01-191-0/+4
|
* 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.
* 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.
* Automatically create a backup, similar to "mv -b", if we replaceTommy Reynolds2006-01-171-2/+5
| | | | a file.
* Conditionally move source file to target if, and only if, theirTommy Reynolds2006-01-171-0/+32
| | | | | content differs. This can help avoid unnecessary rebuilds when working with derived files.
* clog target and XSL stylesheet should be able to figure out if this is the ↵Paul W. Frields2006-01-161-0/+1
| | | | first package for a document revision
* Need to mark the table's entry out separately, because it is not possible to ↵Karsten Wade2006-01-161-0/+5
| | | | predict what is needed. The parser looks to the existence of any whitespace after the <entry> as an indication of inline v. block markup, and there is no way to tell with xmlformat. It is better to leave this alone and to the discretion of the author to solve. The problem to solve next is, what happens when xmlformat encounters content on the same line as <entry>. I'll test later.
* Make OTHERNAME setting scriptablePaul W. Frields2006-01-161-2/+4
|
* No need for this section in CVS, duhPaul W. Frields2006-01-161-4/+0
|
* 1) Make compatible with Bourne shell, bash, korn shell, and Z-Shell.Tommy Reynolds2006-01-161-7/+13
| | | | | | | 2) Redirections now work correctly in all modes. So do pipes, (), and the like. 3) Set ${SHELL} environment parameter so that subshells inherit the ". fdp-functions" environment.
* Fedora Documention Project Shell, a wrapper for the "fdp-functions"Tommy Reynolds2006-01-161-0/+45
| | | | functionality that works very much like the original BASH shell.
* Use xmlformat-fdp.conf options properly in functionsPaul W. Frields2006-01-152-3/+4
|
* Add function to insert colophon entryPaul W. Frields2006-01-151-0/+45
|
* Trivial change, should not affect OMF adverselyPaul W. Frields2006-01-151-2/+2
|
* Better handling of brand-new rpm-info.xml filesPaul W. Frields2006-01-151-1/+9
|
* Use new abstracted functionsPaul W. Frields2006-01-151-14/+12
|
* Draw out some functions that might be useful elsewherePaul W. Frields2006-01-151-0/+38
|
* Script to support Makefile "clog" targetPaul W. Frields2006-01-151-0/+60
|
* Fat-fingered cleanup.Tommy Reynolds2006-01-061-1/+1
|
* Shell script to extract <articleinfo> or <bookinfo> currently in an XMLTommy Reynolds2006-01-061-0/+8
| | | | document and use it to generate a skeleton "rpm-info.xml" file.
* GoneTommy Reynolds2006-01-056-438/+0
|
* Replacing bulkbuild script with build-docs packagePatrick Barnes2006-01-046-7/+269
|
* Adjustment to accomodate rpm-info filesPaul W. Frields2006-01-021-0/+6
|
* Normalize articleinfo and bookinfo elementsPaul W. Frields2005-12-241-4/+6
|
* Added "-k" switch to keep on trying to build remaining document languagesTommy Reynolds2005-12-171-6/+14
| | | | | in case an earlier translation fails. Also used scalable method to get list of documents to build.
* Switched to our own XMLFORMAT tool to prepare the files for comparison.Tommy Reynolds2005-12-152-442/+8
| | | | | | As long as the original files have been normalized by XMLFORMAT, then the line numbers output by XMLDIFF will be correct. Why would you *not* work with normalized files?
* Cleaned up tacky if-series into an elegant if-elsif checklist ;-)Tommy Reynolds2005-12-151-13/+8
|
* Output <!ENTITY> elements, so they can now be compared.Tommy Reynolds2005-12-151-124/+125
|
* Ignore <!ENTITY> elements for now.Tommy Reynolds2005-12-151-1/+2
|
* Fixed bug in locating helper script "xmlpp".Tommy Reynolds2005-12-151-2/+4
|
* Here is a very simple XMLDIFF tool that I've hacked to work reasonablyTommy Reynolds2005-12-153-0/+532
| | | | | with the FDP files. Look in the "xmldiff.pl" file for information about its origin.
* Create necessary "figs/*" subdirectory paths automatically if theTommy Reynolds2005-12-131-1/+2
| | | | | Manifest-${LANG} file doesn't contain them. This invokes an extra "mkdir -p" for every image, but we don't that many images, on average.
* Correctly documented how to build the "Manifest-${LANG}" file.Tommy Reynolds2005-12-131-8/+23
| | | | Removed extra "/figs/" path component if a manifest was used.
* Always copy files with multiple dashes, as a courtesy to legacy files.Tommy Reynolds2005-12-121-9/+40
| | | | | Added check for a "figs/Manifest-${LANG}" file. If found, get the filenames to copy from that, else search the source tree by name.
* Allow a document 'figs/' directory to contain its own subdirectoryTommy Reynolds2005-12-111-0/+170
| | | | | | structure. Copy the directory tree, but only populate it with files which pass the '-f glob' filter(s). If no filters are given, "*" is used as a default.
* Add some nicety for OMF filesPaul W. Frields2005-11-301-0/+8
|
* Update bulkbuild for more flexibilityPaul W. Frields2005-11-301-29/+142
|
* Change default to the HTML "fedora-draft.css" stylesheet to reinforceTommy Reynolds2005-11-291-0/+33
| | | | | | | that the rendering here is not meant to be the final production rendering. Provided the "bin/use-prod-css" to locally change HTML files to minic production-quality rendering. NOTE: draft watermarking does NOT PRINT unless the browser preferences enable background image printing.
* Remove interactionPaul W. Frields2005-11-291-11/+14
|
* Shell script to switch to the "DRAFT" CSS stylesheet in an HTML directory.Tommy Reynolds2005-11-231-0/+36
|