summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Should have put a message in the initial checkin, but the comment below says ↵Paul W. Frields2005-11-161-1/+6
| | | | what I would have, had I remebered.
* bulkbuildPaul W. Frields2005-11-161-0/+47
|
* This file will track folders for docs that should be built in any bulk ↵Paul W. Frields2005-11-151-0/+13
| | | | action for DocsRawhide.
* Make indexterm a little less uglyPaul W. Frields2005-11-091-1/+1
|
* Allow XML written in one of the Romance languages to be prettyprintedTommy Reynolds2005-11-061-5/+5
| | | | | | | using the Tidy Bowl infrastructure. We need to keep non-latin1 characters from passing though "xmlformat", but it doesn't matter what word the latin1 characters spell ;-) N.B.: you could also read "latin1" as "iso-8859-1" and friends.
* Avoid trying to pretty-print non-English XML files, for now at least.en-prettyprint-onlyTommy Reynolds2005-10-251-1/+8
|
* Add simpara to overall normalization groupPaul W. Frields2005-10-111-1/+1
|
* Add formatting for email XML tagPaul W. Frields2005-08-201-1/+1
|
* A) Added man(1) page for tidy-bowl scriptTommy Reynolds2005-08-171-4/+6
| | | | B) Synchronized docs-common/bin version with the modules/ version.
* Make indexterm normalization explicit, add keycapPaul W. Frields2005-08-131-2/+2
|
* Add guibutton to list of interface tags to inlinePaul W. Frields2005-08-021-1/+1
|
* Revise handling of <*name> and <abbrev> taggingPaul W. Frields2005-07-071-1/+2
|
* Make the XML format normalization tools available to the client side.Tommy Reynolds2005-06-273-0/+1852