summaryrefslogtreecommitdiffstats
path: root/packaging
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow proper choice of OPL for license... probably need additional checksPaul W. Frields2006-01-161-2/+8
|
* Make spacing more properly XMLishPaul W. Frields2006-01-161-4/+7
|
* May be trivial, but I think adding new contributors at the bottom makes it ↵Paul W. Frields2006-01-151-2/+2
| | | | more readable
* Use new abstracted functionsPaul W. Frields2006-01-151-1/+1
|
* Let doc-version.xsl query latest revision of either "doc" or "rpm" rolePaul W. Frields2006-01-151-6/+12
|
* Actually, makes much more sense for the default to be idPaul W. Frields2006-01-151-2/+2
|
* These snippets will be useful in Makefile.common, since they enable:Paul W. Frields2006-01-154-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. Frields2006-01-141-10/+1
| | | | as good as ours, just copy it
* Solving the chicken-and-egg problem of creating theTommy Reynolds2006-01-122-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.
* Fix title template to work mostly everywherePaul W. Frields2006-01-071-1/+1
|
* REALLY fix copyright element transformPaul W. Frields2006-01-071-5/+3
|
* Slight DTD change per discussion, all XSL checked and verifiedPaul W. Frields2006-01-076-13/+8
|
* Write proper LEGALNOTICE entityPaul W. Frields2006-01-071-1/+1
|
* Make instructions a little clearerPaul W. Frields2006-01-071-1/+1
|
* Fix out-of-DTD copying of copyright informationPaul W. Frields2006-01-071-1/+1
|
* Extract the document version from the VERY FIRST change log entry inTommy Reynolds2006-01-061-0/+10
| | | | the "rpm-info.xml" file.
* Added comment to identify this as a generated file, not to be editedTommy Reynolds2006-01-061-0/+8
| | | | | by mere mortals. Included reference to the "rpm-info.xml" file, which *is* the proper file to be edited.
* Don't forget the legalnotice... but this should incorporate somePaul W. Frields2006-01-041-0/+1
| | | | smarts later on using the right license for the rpm-info's <rights> tag
* Break ties in revhistoryPaul W. Frields2006-01-031-5/+5
|
* Reduce unnecessary verbosityPaul W. Frields2006-01-031-2/+2
|
* Local vars for ease of usePaul W. Frields2006-01-021-0/+7
|
* Initial version; mostly WORKSFORMEPaul W. Frields2006-01-021-0/+108
|
* Make sure bookinfo catches every copyright element, since multiples are validPaul W. Frields2006-01-021-10/+12
|
* Allow multiple years for copyright, as in DocBookPaul W. Frields2006-01-021-1/+1
|
* Rebuilding docs offline from SRPM now works tooPaul W. Frields2005-12-301-4/+4
|
* A little remaining cleanupPaul W. Frields2005-12-301-1/+1
|
* Revert <holder> change to #PCDATA, to accomodate corporate ownership ofTommy Reynolds2005-12-301-2/+1
| | | | copyright.
* Holy smoke, it REALLY works!Paul W. Frields2005-12-303-9/+84
|
* Properly process langified revision detailsPaul W. Frields2005-12-301-3/+5
|
* I know there's a word for this somewhere...Paul W. Frields2005-12-301-2/+1
|
* Add optional "othername" attribute to <worker>.Tommy Reynolds2005-12-301-2/+4
| | | | | | Use colophon to specify the copyright holder. Allow optional translators and editors to be listed in any order after the author specification.
* Reduce redundancy, and create new, stupider pet tricksPaul W. Frields2005-12-296-112/+141
|
* Consolidate author, editor and such, information into a colophon that weTommy Reynolds2005-12-291-15/+15
| | | | can access using the manditory ID attributes.
* Whoops, don't need this file anymore, see other \*desktop.xsl filesPaul W. Frields2005-12-281-38/+0
|
* Remove redundant lang=en processingPaul W. Frields2005-12-281-2/+2
|
* Provide stuff that RPM expects in -lang subpackagesPaul W. Frields2005-12-281-1/+5
|
* Hopefully improve conditions for offline doc buildersPaul W. Frields2005-12-281-0/+7
|
* Grab all .desktop filesPaul W. Frields2005-12-281-2/+4
|
* Langifying means optionally more than one details entryPaul W. Frields2005-12-281-1/+1
|
* Additional spec improvementsPaul W. Frields2005-12-271-3/+3
|
* Some improvements to make nicer, more Fedora compliant specPaul W. Frields2005-12-271-10/+11
|
* Need to provide function for langifying revision historyPaul W. Frields2005-12-261-0/+1
|
* Add .directory for khelpcenter, include in f-doc-common specPaul W. Frields2005-12-252-3/+13
|
* Additional helpful XSLT, also provide doctype dynamicallyPaul W. Frields2005-12-253-2/+58
|
* Fix termPaul W. Frields2005-12-241-1/+1
|
* Never mind, we can do this with XSLT instead, thanks to MegaCoderPaul W. Frields2005-12-242-10/+44
|
* Renamed fedora-doc.desktop.in.common to fedora-doc-gnome.desktop.in.commonPaul W. Frields2005-12-241-0/+0
|
* Catch multiple copyright yearsPaul W. Frields2005-12-241-3/+3
|
* Added XSL for khelpcenter .desktop entryPaul W. Frields2005-12-241-0/+32
|
* Oops, didn't watch fill... fixedPaul W. Frields2005-11-291-4/+1
|