Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Select "fdpsh" as the shell used by make(1). This lets us avoid | Tommy Reynolds | 2006-01-17 | 1 | -6/+11 | |
| | | | | | | | | | ugly "${FDPBIN}/foo" in preference to a lovely, lonely, "foo". Also, replace unconditional mv(1) commands with "move-if-change" to help avoid needlessly touching a file, thus triggering a useless rebuild. Don't know if this happens here, but its a best practices thing. | |||||
* | Automatically create a backup, similar to "mv -b", if we replace | Tommy Reynolds | 2006-01-17 | 1 | -2/+5 | |
| | | | | a file. | |||||
* | Conditionally move source file to target if, and only if, their | Tommy Reynolds | 2006-01-17 | 1 | -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. Frields | 2006-01-16 | 2 | -1/+18 | |
| | | | | first package for a document revision | |||||
* | Use new fdpsh, 'cause it's kewl | Paul W. Frields | 2006-01-16 | 1 | -4/+2 | |
| | ||||||
* | Allow proper choice of OPL for license... probably need additional checks | Paul W. Frields | 2006-01-16 | 1 | -2/+8 | |
| | ||||||
* | Make OPL content render correctly by demoting opening paragraph, which is ↵ | Paul W. Frields | 2006-01-16 | 1 | -7/+5 | |
| | | | | not really part of the license content | |||||
* | Make spacing more properly XMLish | Paul W. Frields | 2006-01-16 | 1 | -4/+7 | |
| | ||||||
* | Need to mark the table's entry out separately, because it is not possible to ↵ | Karsten Wade | 2006-01-16 | 1 | -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. | |||||
* | Add appropriate wrapper and entity support for OPL licensing | Paul W. Frields | 2006-01-16 | 3 | -3/+14 | |
| | ||||||
* | Make OTHERNAME setting scriptable | Paul W. Frields | 2006-01-16 | 1 | -2/+4 | |
| | ||||||
* | No need for this section in CVS, duh | Paul W. Frields | 2006-01-16 | 1 | -4/+0 | |
| | ||||||
* | 1) Make compatible with Bourne shell, bash, korn shell, and Z-Shell. | Tommy Reynolds | 2006-01-16 | 1 | -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 Reynolds | 2006-01-16 | 1 | -0/+45 | |
| | | | | functionality that works very much like the original BASH shell. | |||||
* | May be trivial, but I think adding new contributors at the bottom makes it ↵ | Paul W. Frields | 2006-01-15 | 1 | -2/+2 | |
| | | | | more readable | |||||
* | Use xmlformat-fdp.conf options properly in functions | Paul W. Frields | 2006-01-15 | 2 | -3/+4 | |
| | ||||||
* | Add function to insert colophon entry | Paul W. Frields | 2006-01-15 | 2 | -0/+54 | |
| | ||||||
* | Trivial change, should not affect OMF adversely | Paul W. Frields | 2006-01-15 | 1 | -2/+2 | |
| | ||||||
* | Better handling of brand-new rpm-info.xml files | Paul W. Frields | 2006-01-15 | 1 | -1/+9 | |
| | ||||||
* | And make the clog target easier to read | Paul W. Frields | 2006-01-15 | 1 | -1/+1 | |
| | ||||||
* | Make it possible to use alternate rpm-info.xml file if needed | Paul W. Frields | 2006-01-15 | 1 | -2/+14 | |
| | ||||||
* | Use new abstracted functions | Paul W. Frields | 2006-01-15 | 2 | -15/+13 | |
| | ||||||
* | Draw out some functions that might be useful elsewhere | Paul W. Frields | 2006-01-15 | 1 | -0/+38 | |
| | ||||||
* | Script to support Makefile "clog" target | Paul W. Frields | 2006-01-15 | 1 | -0/+60 | |
| | ||||||
* | Let doc-version.xsl query latest revision of either "doc" or "rpm" role | Paul W. Frields | 2006-01-15 | 1 | -6/+12 | |
| | ||||||
* | Actually, makes much more sense for the default to be id | Paul W. Frields | 2006-01-15 | 1 | -2/+2 | |
| | ||||||
* | These snippets will be useful in Makefile.common, since they enable: | Paul W. Frields | 2006-01-15 | 4 | -0/+176 | |
| | | | | | | | | | | | | 1. inserting new worker and revision elements (both newest-first of course!) 2. querying the document for a tight listing of the entire colophon, so the user can choose who is responsible for a new revision 3. querying the document for a specific worker attribute The "make worker" target idea is simple enough, but more importantly, the use case for a "make clog" target would be: 1. User picks whether revision role is "rpm" or "doc", today's date is formatted properly for the role 2. User picks their name from the tight colophon listing 3. The make target automatically queries for the worker attribute appropriate for that revision role (e.g. initials for doc, email for rpm) | |||||
* | Fix copyright section for real this time; since DocBook structure should be ↵ | Paul W. Frields | 2006-01-14 | 1 | -10/+1 | |
| | | | | as good as ours, just copy it | |||||
* | update for fedora 5 | Yuan Yijun | 2006-01-13 | 1 | -4/+4 | |
| | ||||||
* | Remove in-place sed(1) edit when generating fdp-info-${LANG}.xml | Tommy Reynolds | 2006-01-12 | 1 | -15/+53 | |
| | | | | | | file. Added "rpm-info.xml" dependancies to force production of said file. | |||||
* | Solving the chicken-and-egg problem of creating the | Tommy Reynolds | 2006-01-12 | 2 | -0/+26 | |
| | | | | | | | | | "fdp-info-${LANG}.xml" file by using a simple shell script to pick out the document type. This is needed because, without the "fdp-info-${LANG}.xml" file, a new document will not validate and the xsltproc script "doctype.xsl" cannot determine the document type. To avoid nasty in-place sed(1)'ing to circumvent the problem, I'll opt for a non-XML solution. | |||||
* | Added entry for "watermark-es.svg" and derivatives. | Tommy Reynolds | 2006-01-11 | 1 | -2/+3 | |
| | ||||||
* | Spanish svg version | Manuel Ospina | 2006-01-11 | 1 | -0/+89 | |
| | ||||||
* | Spanish png version | Manuel Ospina | 2006-01-11 | 1 | -0/+0 | |
| | ||||||
* | Removing files with incorrect naming scheme, sorry for the cruft causing ↵ | Karsten Wade | 2006-01-11 | 2 | -124/+0 | |
| | | | | confusion. The file had originally been named .xml, which was an incorrect file extension. | |||||
* | Fix title template to work mostly everywhere | Paul W. Frields | 2006-01-07 | 1 | -1/+1 | |
| | ||||||
* | REALLY fix copyright element transform | Paul W. Frields | 2006-01-07 | 1 | -5/+3 | |
| | ||||||
* | Slight DTD change per discussion, all XSL checked and verified | Paul W. Frields | 2006-01-07 | 6 | -13/+8 | |
| | ||||||
* | Allow shorthand, I think this is OKrelease-notes-FC-5-TEST2-TRANS-FREEZE | Paul W. Frields | 2006-01-07 | 1 | -1/+1 | |
| | ||||||
* | Write proper LEGALNOTICE entity | Paul W. Frields | 2006-01-07 | 1 | -1/+1 | |
| | ||||||
* | Make instructions a little clearer | Paul W. Frields | 2006-01-07 | 1 | -1/+1 | |
| | ||||||
* | Fix out-of-DTD copying of copyright information | Paul W. Frields | 2006-01-07 | 1 | -1/+1 | |
| | ||||||
* | Extract the document version from the VERY FIRST change log entry in | Tommy Reynolds | 2006-01-06 | 1 | -0/+10 | |
| | | | | the "rpm-info.xml" file. | |||||
* | Fat-fingered cleanup. | Tommy Reynolds | 2006-01-06 | 1 | -1/+1 | |
| | ||||||
* | Shell script to extract <articleinfo> or <bookinfo> currently in an XML | Tommy Reynolds | 2006-01-06 | 1 | -0/+8 | |
| | | | | document and use it to generate a skeleton "rpm-info.xml" file. | |||||
* | Added comment to identify this as a generated file, not to be edited | Tommy Reynolds | 2006-01-06 | 1 | -0/+8 | |
| | | | | | by mere mortals. Included reference to the "rpm-info.xml" file, which *is* the proper file to be edited. | |||||
* | Gone | Tommy Reynolds | 2006-01-05 | 6 | -438/+0 | |
| | ||||||
* | Replacing bulkbuild script with build-docs package | Patrick Barnes | 2006-01-04 | 6 | -7/+269 | |
| | ||||||
* | Don't forget the legalnotice... but this should incorporate some | Paul W. Frields | 2006-01-04 | 1 | -0/+1 | |
| | | | | smarts later on using the right license for the rpm-info's <rights> tag | |||||
* | Break ties in revhistory | Paul W. Frields | 2006-01-03 | 1 | -5/+5 | |
| |