summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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