]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
17 years agoFix bug in contentdepth outputting empty height attribute.
Bob Stayton [Sat, 3 Mar 2007 08:50:05 +0000 (08:50 +0000)]
Fix bug in contentdepth outputting empty height attribute.

17 years agoTurned off xalan2.jar build. This removes DocBook XSL
Michael Smith [Thu, 1 Mar 2007 11:09:31 +0000 (11:09 +0000)]
Turned off xalan2.jar build. This removes DocBook XSL
Java extensions support for versions of Xalan prior to
Xalan 2.7. If you are currently using the extensions
with an earlier version of Xalan, you need to upgrade
to Xalan 2.7.

17 years agoRenamed cvstools dir to buildtools, and replaced all
Michael Smith [Thu, 1 Mar 2007 10:59:20 +0000 (10:59 +0000)]
Renamed cvstools dir to buildtools, and replaced all
references to "cvstools" in makefiles and elsewhere
with "buildtools".

17 years agoClarify that multiple year elements are required.
Bob Stayton [Wed, 28 Feb 2007 18:22:37 +0000 (18:22 +0000)]
Clarify that multiple year elements are required.

17 years agoRefactored the chunking modules to move all named templates to
Bob Stayton [Wed, 28 Feb 2007 18:08:17 +0000 (18:08 +0000)]
Refactored the chunking modules to move all named templates to
chunk-common.xsl and all match templates to chunk-code.xsl, in
order to enable better chunk customization.
See the comments in chunk.xsl for more details.

17 years agoAdd default.table.frame parameter to fo too.
Bob Stayton [Tue, 27 Feb 2007 01:13:50 +0000 (01:13 +0000)]
Add default.table.frame parameter to fo too.

17 years agoAdded xhtml/biblio-iso690.xsl to ignore list.
Michael Smith [Mon, 26 Feb 2007 20:09:03 +0000 (20:09 +0000)]
Added xhtml/biblio-iso690.xsl to ignore list.

17 years agoReverted necessary escaping of backslash, dot, and dash
Michael Smith [Mon, 26 Feb 2007 20:04:25 +0000 (20:04 +0000)]
Reverted necessary escaping of backslash, dot, and dash
out of the well-intentioned (but it now appears,
misguided) "marker" mechanism (introduced in the 1.72.0
release) -- which made use of alternative "marker"
characters as internal representations of those
characters, and then replaced them just prior to
serialization -- and back into what's basically the
system that was used prior to the 1.69.0 release; that
is, into a part of stylesheet code that gets executed
at the beginning of processing -- before any other roff
markup up is. This change obviates the need for the
marker system. It also requires a lot less RAM during
processing (for large files, the marker mechanism
ending up requiring gigabytes of memory).

Closes bug #1661177. Thanks to Scott Smedley for
providing a test case (the fvwm man page) that exposed
the problem with the marker mechanism.

Also moved the mechanism for converting non-breaking
spaces back into the same area of the stylesheet code.

17 years agoChanged variable expression assignment from RTF to node set, so boolean tests work...
Jirka Kosek [Mon, 26 Feb 2007 09:22:41 +0000 (09:22 +0000)]
Changed variable expression assignment from RTF to node set, so boolean tests work correctly.

17 years agoAdd support for default.table.frame parameter.
Bob Stayton [Mon, 26 Feb 2007 08:31:32 +0000 (08:31 +0000)]
Add support for default.table.frame parameter.
Fix bug 1575446 rowsep last check for @morerows.

17 years agoAdd anchor for xml:id for listitem in varlistentry.
Bob Stayton [Mon, 26 Feb 2007 07:53:03 +0000 (07:53 +0000)]
Add anchor for xml:id for listitem in varlistentry.

17 years agoFix bug 1668629 valign on tbody not inherited.
Bob Stayton [Mon, 26 Feb 2007 07:37:08 +0000 (07:37 +0000)]
Fix bug 1668629 valign on tbody not inherited.

17 years agoAdd refsection/info/title support.
Bob Stayton [Sun, 25 Feb 2007 18:41:44 +0000 (18:41 +0000)]
Add refsection/info/title support.

17 years agoAdd support for info/title in refsections.
Bob Stayton [Sun, 25 Feb 2007 18:38:34 +0000 (18:38 +0000)]
Add support for info/title in refsections.

17 years agoAdd support for info/title in refsections for db5.
Bob Stayton [Sun, 25 Feb 2007 18:37:39 +0000 (18:37 +0000)]
Add support for info/title in refsections for db5.

17 years agoEmpty translation in gentext is copied to target locale file (it is not replaced...
Jirka Kosek [Sun, 25 Feb 2007 09:57:20 +0000 (09:57 +0000)]
Empty translation in gentext is copied to target locale file (it is not replaced by English variant).

17 years agoFixed bug 1652360 empty link with xlink:href.
Bob Stayton [Sun, 25 Feb 2007 09:26:05 +0000 (09:26 +0000)]
Fixed bug 1652360 empty link with xlink:href.

17 years agoTurn off id.warnings by default.
Bob Stayton [Sun, 25 Feb 2007 03:55:15 +0000 (03:55 +0000)]
Turn off id.warnings by default.

17 years agoAdded simple stylesheet for converting DB5 into WiKi
Jirka Kosek [Sat, 24 Feb 2007 19:02:06 +0000 (19:02 +0000)]
Added simple stylesheet for converting DB5 into WiKi
By courtesy of ASW Systems, s.r.o.

17 years agoAdded stylesheet for generating DocBook documentation from W3C XML schema.
Jirka Kosek [Sat, 24 Feb 2007 18:48:58 +0000 (18:48 +0000)]
Added stylesheet for generating DocBook documentation from W3C XML schema.
Based on xs3p, provided by aswsyst@users.sourceforge.net

17 years agoRefined gentext build so that transform of gentext sources to
Michael Smith [Sat, 24 Feb 2007 11:03:24 +0000 (11:03 +0000)]
Refined gentext build so that transform of gentext sources to
output is same whether generated by xsltproc or saxon.

17 years agoFixed bug #1640428: added 'url(...)' around the image path.
Mauritz Jeanson [Sat, 24 Feb 2007 10:18:28 +0000 (10:18 +0000)]
Fixed bug #1640428: added 'url(...)' around the image path.

17 years agoFixed bug #1640428: added 'url(...)' around the image path.
Mauritz Jeanson [Sat, 24 Feb 2007 10:13:33 +0000 (10:13 +0000)]
Fixed bug #1640428: added 'url(...)' around the image path.
Fixed incorrect 'alt' attribute.

17 years agoFixed bug #1640428: added 'url(...)' around the image path.
Mauritz Jeanson [Sat, 24 Feb 2007 10:12:44 +0000 (10:12 +0000)]
Fixed bug #1640428: added 'url(...)' around the image path.
Fixed incorrect 'alt' attribute.

17 years agoAdd underline style to "added".
Bob Stayton [Fri, 23 Feb 2007 06:53:24 +0000 (06:53 +0000)]
Add underline style to "added".

17 years agoInitial checkin of s5.xsl from Stefan Seefeld
Norman Walsh [Thu, 22 Feb 2007 14:49:11 +0000 (14:49 +0000)]
Initial checkin of s5.xsl from Stefan Seefeld

17 years agoRearranged directories; note that the XSL2 stylesheets are surely broken now. Fixes...
Norman Walsh [Thu, 22 Feb 2007 14:21:29 +0000 (14:21 +0000)]
Rearranged directories; note that the XSL2 stylesheets are surely broken now. Fixes to follow.

17 years agoFixed Dick's association
Norman Walsh [Thu, 22 Feb 2007 14:13:10 +0000 (14:13 +0000)]
Fixed Dick's association

17 years agoFixed problem with incorrect formatting of nested variablelist.
Michael Smith [Thu, 22 Feb 2007 11:14:43 +0000 (11:14 +0000)]
Fixed problem with incorrect formatting of nested variablelist.
Closes bug #1650931. Thanks to Daniel "Eagle Eye" Leidert.

17 years agoPort from docs-in-db5 branch of all DocBook5-formatted
Michael Smith [Wed, 21 Feb 2007 18:33:33 +0000 (18:33 +0000)]
Port from docs-in-db5 branch of all DocBook5-formatted
params and all associated build changes needed for
building the param.xsl files and docs from them.

17 years agoPorted changes from docs-in-db5 branch.
Michael Smith [Wed, 21 Feb 2007 17:00:43 +0000 (17:00 +0000)]
Ported changes from docs-in-db5 branch.

17 years agoPorted changes from docs-in-db5 branch.
Michael Smith [Wed, 21 Feb 2007 16:58:46 +0000 (16:58 +0000)]
Ported changes from docs-in-db5 branch.

17 years agoFixed typo in param file.
Michael Smith [Wed, 21 Feb 2007 16:28:53 +0000 (16:28 +0000)]
Fixed typo in param file.

17 years agoAdded support for correct handling of xref to elements that
Michael Smith [Wed, 21 Feb 2007 08:04:54 +0000 (08:04 +0000)]
Added support for correct handling of xref to elements that
contain info/title descendants but no title children.

This should be further refined so that it handles any *info
elements. And there are probably some other places where similar
handling for *info/title should be added.

17 years agoMake fo questions and answers behave the same way as html
David Cramer [Tue, 20 Feb 2007 17:42:59 +0000 (17:42 +0000)]
Make fo questions and answers behave the same way as html

17 years agoAdded missing attribute set for procedure
Jirka Kosek [Sun, 18 Feb 2007 22:14:49 +0000 (22:14 +0000)]
Added missing attribute set for procedure

17 years agoAdded support for formatting biblioentries according to ISO690 citation style.
Jirka Kosek [Sun, 18 Feb 2007 22:12:16 +0000 (22:12 +0000)]
Added support for formatting biblioentries according to ISO690 citation style.
New bibliography style can be turned on by setting parameter bibliography.style to "iso690"
The code was provided by Jana Dvorakova

17 years agoRemoved org.apache.xml.utils.DOMHelper imports from Table.java and
Michael Smith [Sat, 17 Feb 2007 10:03:43 +0000 (10:03 +0000)]
Removed org.apache.xml.utils.DOMHelper imports from Table.java and
Verbatim.Java files, per note from Mauritz Jeanson about them not
being needed.

17 years agoFix chapter in context xref-number-and-title
Bob Stayton [Thu, 15 Feb 2007 19:36:19 +0000 (19:36 +0000)]
Fix chapter in context xref-number-and-title

17 years agoAdded support for C language. Provided by Bruno Guegan.
Jirka Kosek [Thu, 15 Feb 2007 15:14:35 +0000 (15:14 +0000)]
Added support for C language. Provided by Bruno Guegan.

17 years agoAdd call to class.attribute on output <a>.
Bob Stayton [Thu, 15 Feb 2007 08:16:11 +0000 (08:16 +0000)]
Add call to class.attribute on output <a>.

17 years agoAdd call to class.attribute to <a> output elements so they can
Bob Stayton [Thu, 15 Feb 2007 08:02:00 +0000 (08:02 +0000)]
Add call to class.attribute to <a> output elements so they can
have a class value too.

17 years agoAdd header.table.properties and footer.table.properties attribute-sets.
Bob Stayton [Wed, 14 Feb 2007 09:30:38 +0000 (09:30 +0000)]
Add header.table.properties and footer.table.properties attribute-sets.

17 years agoSupport adding table properties to header and footer tables.
Bob Stayton [Wed, 14 Feb 2007 09:28:18 +0000 (09:28 +0000)]
Support adding table properties to header and footer tables.

17 years agoImproved version from contributor.
Bob Stayton [Mon, 12 Feb 2007 16:36:42 +0000 (16:36 +0000)]
Improved version from contributor.

17 years agoAdd mode=class.value to generate just the value, not the attribute.
Bob Stayton [Mon, 12 Feb 2007 05:43:23 +0000 (05:43 +0000)]
Add mode=class.value to generate just the value, not the attribute.

17 years agoAdd fop1.extensions for menuchoice arrow handling exception.
Bob Stayton [Sat, 10 Feb 2007 22:02:20 +0000 (22:02 +0000)]
Add fop1.extensions for menuchoice arrow handling exception.

17 years agoHandle no CLASSPATH and improve parameter parsing
Norman Walsh [Fri, 9 Feb 2007 13:20:02 +0000 (13:20 +0000)]
Handle no CLASSPATH and improve parameter parsing

17 years agoDeal with stderr better
Norman Walsh [Fri, 9 Feb 2007 13:18:15 +0000 (13:18 +0000)]
Deal with stderr better

17 years agoProcess markup in titles and subtitles
Norman Walsh [Fri, 9 Feb 2007 13:15:59 +0000 (13:15 +0000)]
Process markup in titles and subtitles

17 years agoPut custom "substitution" element in params/man.string.subst.map.xml into a namespace.
Michael Smith [Fri, 9 Feb 2007 10:46:22 +0000 (10:46 +0000)]
Put custom "substitution" element in params/man.string.subst.map.xml into a namespace.

17 years agoRemoved stray text that was causing WF error.
Michael Smith [Fri, 9 Feb 2007 10:27:52 +0000 (10:27 +0000)]
Removed stray text that was causing WF error.

17 years agoMake sure that all listitems in itemizedlist and orderedlist are
Michael Smith [Wed, 7 Feb 2007 16:40:42 +0000 (16:40 +0000)]
Make sure that all listitems in itemizedlist and orderedlist are
preceded by a blank line. This fixes a regression that occurred
when instances of the TP macro that were use in a previous
versions of the list-handling code were switched to RS/RE (because
TP doesn't support nesting). TP automatically generates a blank
line, but RS doesn't. So I added a .sp before each .RS

17 years agoDon't mess with CVS dir.
Michael Smith [Mon, 5 Feb 2007 08:20:11 +0000 (08:20 +0000)]
Don't mess with CVS dir.

17 years agoRenamed links.xsl to endnotes.xsl.
Michael Smith [Mon, 5 Feb 2007 07:24:10 +0000 (07:24 +0000)]
Renamed links.xsl to endnotes.xsl.

17 years agoMade a number of changes related to elements with
Michael Smith [Mon, 5 Feb 2007 07:20:57 +0000 (07:20 +0000)]
Made a number of changes related to elements with
out-of-line content:

- Added handling for mediaobject & inlinemedidaobject.
  Each imagedata, audiodata, or videodata element
  within a mediaobject or inline mediaobject is now
  treated as a "notesource" and so handled in much the
  same way as links and annotation/alt/footnotes.

  That means a numbered marker is generated inline to
  mark the place in the main flow where the imagedata,
  audiodata, or videodata element occurs, and a
  corresponding numbered endnote for it is generated in
  the endnotes list at the end of the man page; the
  endnote contains the URL from the fileref attribute
  of the imagedata, audiodata, or videodata element.

  For mediobject and inlinemediaobject instances that
  have a textobject child, the textobject is displayed
  within the main text flow.

- Renamed several man.link.* params to man.endnotes.*,
  to reflect that fact that the endnotes list now
  contains more than just links. Also did similar
  renaming for a number of stylesheet-internal vars.

- Added support for xlink:href (along with existing
  support for the legacy ulink element).

- Cleaned up and streamlined the endnotes-handling
  code. It's still messy and klunky and the basic
  mechanism it uses is very inefficent for documents
  that contain a lot of notesources, but at least it's
  a bit better than it was.

17 years agoFixed master-name used in axf crop mark template call.
Bob Stayton [Fri, 2 Feb 2007 18:47:09 +0000 (18:47 +0000)]
Fixed master-name used in axf crop mark template call.

17 years agoChanged makefiles to make slides and websites stylesheets feel
Michael Smith [Fri, 2 Feb 2007 06:51:30 +0000 (06:51 +0000)]
Changed makefiles to make slides and websites stylesheets feel
more at home.

17 years agoMoved slides and website stylesheets into xsl tree. They have
Michael Smith [Fri, 2 Feb 2007 05:58:19 +0000 (05:58 +0000)]
Moved slides and website stylesheets into xsl tree. They have
shipped as part of xsl for the last three releases now, just been
getting pulled in as part of the build. Now that we're using svn,
it's trivial to actually move them in (and to move them back out
if we need to).

17 years agoUse org.apache.xml.utils.DOMHelper as package name (instead of
Michael Smith [Fri, 2 Feb 2007 00:12:32 +0000 (00:12 +0000)]
Use org.apache.xml.utils.DOMHelper as package name (instead of
org.apache.xpath.DOMHelper), because build otherwise fails.

17 years agoJust use relative path to html2xhtml.xsl file (instead of copying
Michael Smith [Fri, 2 Feb 2007 00:07:40 +0000 (00:07 +0000)]
Just use relative path to html2xhtml.xsl file (instead of copying
it over) and use xsltproc to do the tranform (it does it a lot
faster).

17 years agoMoved the end-indent properties from toc.line to the
Bob Stayton [Thu, 1 Feb 2007 19:27:47 +0000 (19:27 +0000)]
Moved the end-indent properties from toc.line to the
toc.line.properties attribute-set.

17 years agoFixed case of class attribute in sgmltag element.
Bob Stayton [Thu, 1 Feb 2007 19:15:20 +0000 (19:15 +0000)]
Fixed case of class attribute in sgmltag element.

17 years agoAdjusted docbook-build (snapshot build script) to use svn Revision
Michael Smith [Tue, 30 Jan 2007 08:43:02 +0000 (08:43 +0000)]
Adjusted docbook-build (snapshot build script) to use svn Revision
number as build stamp.

17 years agoAdded xhtml/html2xhtml.xsl to the list of files that get excluded
Michael Smith [Tue, 30 Jan 2007 07:16:02 +0000 (07:16 +0000)]
Added xhtml/html2xhtml.xsl to the list of files that get excluded
from packaging.

17 years agoChanged http URL in html2xhtml.xslto local pathname.
Michael Smith [Tue, 30 Jan 2007 07:14:17 +0000 (07:14 +0000)]
Changed http URL in html2xhtml.xslto local pathname.

17 years agoUpdated include URL in htmlhelp.xsl to use relative path.
Michael Smith [Tue, 30 Jan 2007 07:03:13 +0000 (07:03 +0000)]
Updated include URL in htmlhelp.xsl to use relative path.

17 years agoAdded tools/xsl dir to list of dirs that get excluded during
Michael Smith [Tue, 30 Jan 2007 06:52:26 +0000 (06:52 +0000)]
Added tools/xsl dir to list of dirs that get excluded during
packaging of docbook-xsl.

17 years agoChanged http URLs in xsl:import instances to relative paths
Michael Smith [Tue, 30 Jan 2007 06:43:18 +0000 (06:43 +0000)]
Changed http URLs in xsl:import instances to relative paths
instead (to account for fact that Website and Slides stylesheets
now ship as part of docbook-xsl). Thanks to Daniel Leidert.

17 years agoUpdated copyright notices.
Michael Smith [Tue, 30 Jan 2007 05:16:56 +0000 (05:16 +0000)]
Updated copyright notices.

17 years agoMake docbook-xsl-update check for VERSION file instead of for
Michael Smith [Mon, 29 Jan 2007 23:00:16 +0000 (23:00 +0000)]
Make docbook-xsl-update check for VERSION file instead of for
install.sh file.

17 years agoCorrected typo in docbook-xsl-update script.
Michael Smith [Mon, 29 Jan 2007 22:58:37 +0000 (22:58 +0000)]
Corrected typo in docbook-xsl-update script.

17 years agoDid some cleanup to the install.sh source and added a
Michael Smith [Mon, 29 Jan 2007 22:34:50 +0000 (22:34 +0000)]
Did some cleanup to the install.sh source and added a
docbook-xsl-update script to the docbook-xsl distro, the purpose
of which is to facilitate easy sync-up to the latest docbook-xsl
snapshot (by means of rynsc).

17 years agoFixed bug #1644881:
Mauritz Jeanson [Sun, 28 Jan 2007 17:30:36 +0000 (17:30 +0000)]
Fixed bug #1644881:
* Added curly braces around all $language attribute values.
* Moved declaration of language variable to top level of stylesheet.
Tested with Xalan, Saxon, and xsltproc.

17 years agoModified <xsl:when> in datetime.format template to work
Mauritz Jeanson [Fri, 26 Jan 2007 17:13:59 +0000 (17:13 +0000)]
Modified <xsl:when> in datetime.format template to work
around Xalan bug.

17 years agoBetter message about reporting bugs.
Bob Stayton [Thu, 25 Jan 2007 20:35:14 +0000 (20:35 +0000)]
Better message about reporting bugs.

17 years agoCopy special case namespaced version of template/titlepage.xsl.
Bob Stayton [Thu, 25 Jan 2007 20:33:09 +0000 (20:33 +0000)]
Copy special case namespaced version of template/titlepage.xsl.

17 years agoModified to work with d: namespace.
Bob Stayton [Thu, 25 Jan 2007 20:30:53 +0000 (20:30 +0000)]
Modified to work with d: namespace.

17 years agoRemoved debug cruft.
Michael Smith [Thu, 25 Jan 2007 10:32:52 +0000 (10:32 +0000)]
Removed debug cruft.

17 years agoMoved all release metadata to VERSION file, and updated release
Michael Smith [Thu, 25 Jan 2007 10:25:23 +0000 (10:25 +0000)]
Moved all release metadata to VERSION file, and updated release
build to rely on it.

17 years agoApplied patch 1592083.
Mauritz Jeanson [Wed, 24 Jan 2007 20:04:54 +0000 (20:04 +0000)]
Applied patch 1592083.

17 years agoMoved docbook-xsl to 1.72.1+pre snapshot state.
Michael Smith [Wed, 24 Jan 2007 13:07:21 +0000 (13:07 +0000)]
Moved docbook-xsl to 1.72.1+pre snapshot state.

17 years agoUpdated snapshot build script so that it builds and uploads a
Michael Smith [Wed, 24 Jan 2007 09:05:59 +0000 (09:05 +0000)]
Updated snapshot build script so that it builds and uploads a
docbook5-xsl package in addition to the docbook-xsl one.

17 years agoMade fixes/refinements to docbook5-xsl packaging and install.
Michael Smith [Tue, 23 Jan 2007 21:06:05 +0000 (21:06 +0000)]
Made fixes/refinements to docbook5-xsl packaging and install.

17 years agoChanged fm:Release-Focus to "Major feature enhancements"
Michael Smith [Tue, 23 Jan 2007 12:29:58 +0000 (12:29 +0000)]
Changed fm:Release-Focus to "Major feature enhancements"

17 years agoMade install5 target (for uploading the docbok5-xsl package)
Michael Smith [Tue, 23 Jan 2007 12:04:55 +0000 (12:04 +0000)]
Made install5 target (for uploading the docbok5-xsl package)
depend on the install (docbook-xsl upload) target.

17 years agoAdded PreviousRelease filename to list of files that get excluded
Michael Smith [Tue, 23 Jan 2007 12:02:21 +0000 (12:02 +0000)]
Added PreviousRelease filename to list of files that get excluded
from the package.

17 years agoAdded descriptions of my changes.
Bob Stayton [Mon, 22 Jan 2007 23:23:15 +0000 (23:23 +0000)]
Added descriptions of my changes.

17 years agoCheckpointing release-note edits for review.
Michael Smith [Mon, 22 Jan 2007 19:41:45 +0000 (19:41 +0000)]
Checkpointing release-note edits for review.

17 years agoAdded index.page.number.properties attribute set to the set of
Michael Smith [Mon, 22 Jan 2007 12:54:27 +0000 (12:54 +0000)]
Added index.page.number.properties attribute set to the set of
reference documentation for the FO stylesheets.

17 years agoQuit trying to be so smart about determining version number for
Michael Smith [Mon, 22 Jan 2007 08:31:25 +0000 (08:31 +0000)]
Quit trying to be so smart about determining version number for
previous release. Instead just store the version number in a file
under version control.

17 years agoQuit trying to be so smart about figuring out what the revision
Michael Smith [Mon, 22 Jan 2007 07:53:29 +0000 (07:53 +0000)]
Quit trying to be so smart about figuring out what the revision
number for the previous release is. Instead, just add the
PreviousRevision to version control. It holds the revision number
of the previous release. (That revision number is used by the
build to determine what changes have been committed since the
previous release). Simpler and much less error-prone.

17 years agoUpdated master makefile to enable docbook5-xsl build and
Michael Smith [Mon, 22 Jan 2007 07:36:31 +0000 (07:36 +0000)]
Updated master makefile to enable docbook5-xsl build and
packaging.

17 years agoSet svn:executable property on makedb5xsl file. Added db5.mk
Michael Smith [Mon, 22 Jan 2007 07:33:08 +0000 (07:33 +0000)]
Set svn:executable property on makedb5xsl file. Added db5.mk
makefile for automating build of docbook5-xsl package. Removed
db5files/VERSION file (because the db5.mk makefile changes the
VERSION file in place instead of copying it).

17 years agoAdded capability to specific OFFLINE=yes to permit test builds of
Michael Smith [Mon, 22 Jan 2007 07:29:39 +0000 (07:29 +0000)]
Added capability to specific OFFLINE=yes to permit test builds of
"distrib" and "zip" targets when offline. Also, changed build such
that docsrc directory is not longer excluded from packaging.

17 years agoRemoved @format="linespecific" from code that generates the
Michael Smith [Mon, 22 Jan 2007 07:25:02 +0000 (07:25 +0000)]
Removed @format="linespecific" from code that generates the
Literalayout output for commit messages -- because it's not valid
in DocBook 5.

17 years agoReplaced all character entities and removed internal DTD subsets
Michael Smith [Mon, 22 Jan 2007 07:01:36 +0000 (07:01 +0000)]
Replaced all character entities and removed internal DTD subsets
(and thus removed reliance on external entity declarations for
ISO/W3C named character entities).

17 years agoChanged VERSION file to include distro title (DocBook XSL
Michael Smith [Sun, 21 Jan 2007 08:37:12 +0000 (08:37 +0000)]
Changed VERSION file to include distro title (DocBook XSL
Stylesheets), and updated HTML, FO, and manpages stylesheets to
use that in their metadata sections (e.g., in HTML, the
<meta name="generator" ...> contents).

17 years agoRemoved single-pass namespace stripping from manpages stylesheet.
Michael Smith [Sun, 21 Jan 2007 08:33:44 +0000 (08:33 +0000)]
Removed single-pass namespace stripping from manpages stylesheet.
To process DocBook 5 instances, either use the experimental
namespace-aware DocBook 5 XSL 1.0 stylesheets, or pre-process your
source to do the namespace stripping (two-pass processing).

18 years agoAdded localized <letters> part for correct index collation.
Mauritz Jeanson [Sat, 20 Jan 2007 18:34:21 +0000 (18:34 +0000)]
Added localized <letters> part for correct index collation.