Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Dolt! Pass the desired language to the script that needs to look at it! | Tommy Reynolds | 2005-12-12 | 1 | -2/+2 | |
| | ||||||
* | Allow a document 'figs/' directory to contain its own subdirectory | Tommy Reynolds | 2005-12-11 | 2 | -11/+174 | |
| | | | | | | 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. | |||||
* | feel this one is even better, 1024x768 using rsvg | Yuan Yijun | 2005-12-10 | 1 | -0/+0 | |
| | ||||||
* | correct one, generated using rsvg | Yuan Yijun | 2005-12-10 | 1 | -0/+0 | |
| | ||||||
* | Rebuild actually with the 'AR PL ZenKai Uni' font installed. | Tommy Reynolds | 2005-12-10 | 1 | -0/+0 | |
| | ||||||
* | add translations to bugreport text | Yuan Yijun | 2005-12-10 | 2 | -0/+86 | |
| | ||||||
* | Use rsvg(1) to render the SVG into PNG instead of batik, which isn't | Tommy Reynolds | 2005-12-10 | 8 | -2/+5 | |
| | | | | GPL'ed. | |||||
* | Allow ${HTMLCSSEXTRA} to be blank and not create the "watermark.png" file. | Tommy Reynolds | 2005-12-10 | 1 | -4/+6 | |
| | | | | Copy "watermark-${LANG}.png" to "watermark.png" by default. | |||||
* | Added placeholder for ja_JP watermark page. | Tommy Reynolds | 2005-12-10 | 4 | -1/+17 | |
| | ||||||
* | Added Deutsch translation, courtesy google.com's translate feature. | Tommy Reynolds | 2005-12-10 | 2 | -2/+19 | |
| | | | | My apologies if something has been lost in translation. | |||||
* | Require per-language watermark file by default. | Tommy Reynolds | 2005-12-10 | 3 | -1/+1 | |
| | ||||||
* | Added Italian translation, courtesy of Francesco Tombolini | Tommy Reynolds | 2005-12-10 | 3 | -1/+18 | |
| | | | | <tombo@adamantio.net> | |||||
* | Pick up additional watermark files. | Tommy Reynolds | 2005-12-09 | 1 | -1/+1 | |
| | ||||||
* | 1. the <prompt>$</prompt> tag cause a lot of trouble in po -> xml, it | Yuan Yijun | 2005-12-09 | 3 | -0/+549 | |
| | | | | | | | produce incorrect newlines. 2. the watermark.png is generated using inkscape, the characters are not very clear but better than gimp. the picture is not 1024x768 but smaller. | |||||
* | Add transtated DRAFT watermark (Russian) | Andrew Martynov | 2005-12-09 | 2 | -0/+16 | |
| | ||||||
* | HTMLCSS and HTMLCSSEXTRA weren't copied to the correct locations in the | Tommy Reynolds | 2005-12-02 | 1 | -4/+4 | |
| | | | | html-nochunk target. [Bug #174805] | |||||
* | Superceeded by "fedora-draft.css" and "fedora-plain.css" and deleted! | Tommy Reynolds | 2005-12-01 | 1 | -149/+0 | |
| | ||||||
* | Added ${HTMLCSS} and ${HTMLCSSEXTRA} macros to "docs-common/Makefile.common" | Tommy Reynolds | 2005-12-01 | 4 | -9/+165 | |
| | | | | | to allow dynamic specification of which CSS stylesheet to attach to the gnerated HTML rendering. | |||||
* | Add some nicety for OMF files | Paul W. Frields | 2005-11-30 | 1 | -0/+8 | |
| | ||||||
* | Update bulkbuild for more flexibility | Paul W. Frields | 2005-11-30 | 1 | -29/+142 | |
| | ||||||
* | Change default to the HTML "fedora-draft.css" stylesheet to reinforce | Tommy Reynolds | 2005-11-29 | 4 | -6/+43 | |
| | | | | | | | 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 interaction | Paul W. Frields | 2005-11-29 | 1 | -11/+14 | |
| | ||||||
* | Oops, didn't watch fill... fixed | Paul W. Frields | 2005-11-29 | 1 | -4/+1 | |
| | ||||||
* | Corrected bug #174469 - Typo prevents over-ride of the ${XSLHTMLNOCHUNKS} | Tommy Reynolds | 2005-11-29 | 1 | -1/+1 | |
| | | | | value. | |||||
* | Put some good advice to use; we'll figure out a khelpcenter version as we go | Paul W. Frields | 2005-11-28 | 1 | -1/+5 | |
| | ||||||
* | Experiment over, reverted rpm-info tests | Paul W. Frields | 2005-11-27 | 1 | -23/+28 | |
| | ||||||
* | Updated DTD to hopefully simplify life a little, or maybe just for fun | Paul W. Frields | 2005-11-27 | 1 | -28/+23 | |
| | ||||||
* | Necessary Russian localized files | Andrew Martynov | 2005-11-27 | 3 | -0/+173 | |
| | ||||||
* | Removed top-level "<release>" element. Added "release" and "role='rpm'" | Tommy Reynolds | 2005-11-26 | 3 | -70/+66 | |
| | | | | | attributes to the changelog info. Changelog elements marked "role='rpm'" only appear in the RPM %changelog. | |||||
* | Just cosmetic changes | Paul W. Frields | 2005-11-26 | 1 | -11/+12 | |
| | ||||||
* | Output the changelog | Tommy Reynolds | 2005-11-25 | 1 | -0/+5 | |
| | ||||||
* | Candidate solution to keeping all the various RPM packaging files | Tommy Reynolds | 2005-11-25 | 5 | -0/+298 | |
| | | | | | | (the RPM spec file, the OMF file, the ".desktop" and the package's <bookinfo> (or <articleinfo>) consistent by using a DTD-controlled metafile from which everything else is derived. | |||||
* | Minor correction: "NOT FOR REFERENCE" instead of "Not for reference". It | Tommy Reynolds | 2005-11-23 | 2 | -1/+1 | |
| | | | | looks more imposing that way... | |||||
* | Shell script to switch to the "DRAFT" CSS stylesheet in an HTML directory. | Tommy Reynolds | 2005-11-23 | 1 | -0/+36 | |
| | ||||||
* | FDP stylesheet for DRAFT versions. Needs "/watermark.png" in top level | Tommy Reynolds | 2005-11-23 | 2 | -0/+158 | |
| | | | | HTML directory, get from "../images". | |||||
* | Sample DRAFT watermark image, SVG source, and a Makefile to rule them all. | Tommy Reynolds | 2005-11-23 | 3 | -0/+33 | |
| | ||||||
* | thanks to Yuan Yijun -bbbush.yuan@gmail.com-.FC-5-TEST1 | Karsten Wade | 2005-11-21 | 1 | -0/+36 | |
| | ||||||
* | Minor tweaks only... make sure OMF references correct category for yelp, etc. | Paul W. Frields | 2005-11-21 | 2 | -3/+5 | |
| | ||||||
* | Translation complete | Francesco Tombolini | 2005-11-20 | 1 | -285/+284 | |
| | ||||||
* | *** empty log message *** | Francesco Tombolini | 2005-11-19 | 1 | -0/+75 | |
| | ||||||
* | *** empty log message *** | Francesco Tombolini | 2005-11-19 | 11 | -0/+1301 | |
| | ||||||
* | Added i18n notes about tidy-bowl refusing to prettyprint a locale until | Tommy Reynolds | 2005-11-19 | 1 | -1/+11 | |
| | | | | it has been expressly permitted to do so. | |||||
* | Should have put a message in the initial checkin, but the comment below says ↵ | Paul W. Frields | 2005-11-16 | 1 | -1/+6 | |
| | | | | what I would have, had I remebered. | |||||
* | bulkbuild | Paul W. Frields | 2005-11-16 | 1 | -0/+47 | |
| | ||||||
* | Added one new target, "showvars". The new target is used to grab variables ↵ | Paul W. Frields | 2005-11-15 | 1 | -1/+5 | |
| | | | | from inside the document-specific makefiles for use in external bash scripts. Additional variables can be added to the list. | |||||
* | This file will track folders for docs that should be built in any bulk ↵ | Paul W. Frields | 2005-11-15 | 1 | -0/+13 | |
| | | | | action for DocsRawhide. | |||||
* | Make indexterm a little less ugly | Paul W. Frields | 2005-11-09 | 1 | -1/+1 | |
| | ||||||
* | Allow XML written in one of the Romance languages to be prettyprinted | Tommy Reynolds | 2005-11-06 | 1 | -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. | |||||
* | Added note about the possibility that these "css/" stylesheets will not | Tommy Reynolds | 2005-11-03 | 1 | -0/+5 | |
| | | | | be the same stylesheets used for production document rendering.` | |||||
* | Center paragraph (aka figure) titles, since the figure is also centered. | Tommy Reynolds | 2005-11-03 | 1 | -0/+4 | |
| |