]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
16 years agoRemoved stylesheets for old, deprecated conversion method.
Steve Ball [Fri, 22 Feb 2008 06:09:58 +0000 (06:09 +0000)]
Removed stylesheets for old, deprecated conversion method.

16 years agoAdded support for Open Office, added edition element, improved list and table support...
Steve Ball [Fri, 22 Feb 2008 06:07:31 +0000 (06:07 +0000)]
Added support for Open Office, added edition element, improved list and table support in Word and Pages

16 years agorefpurpose nodes now get apply-templates instead of just normalize-space().
Bob Stayton [Thu, 21 Feb 2008 21:37:56 +0000 (21:37 +0000)]
refpurpose nodes now get apply-templates instead of just normalize-space().

16 years agoAdded preliminary README information for libxslt extensions.
Mauritz Jeanson [Thu, 21 Feb 2008 17:25:57 +0000 (17:25 +0000)]
Added preliminary README information for libxslt extensions.
The adjustColumnWidths() function works well for me (tested on
Windows XP with Python 2.5).

16 years agoAdded a fix to make rowsep apply to the last row of thead in entrytbl.
Mauritz Jeanson [Thu, 21 Feb 2008 17:10:10 +0000 (17:10 +0000)]
Added a fix to make rowsep apply to the last row of thead in entrytbl.

16 years agoClarified PI usage.
Mauritz Jeanson [Thu, 21 Feb 2008 16:48:31 +0000 (16:48 +0000)]
Clarified PI usage.

16 years agoFixed alignment of first lined of text for each listitem in
Michael Smith [Thu, 21 Feb 2008 08:40:47 +0000 (08:40 +0000)]
Fixed alignment of first lined of text for each listitem in
orderedlist output for TTY. Existing code seemed to have been
causing an extra undesirable space to appear.

16 years agoWrapped some roff conditionals around roff markup for orderedlist
Michael Smith [Thu, 21 Feb 2008 08:37:13 +0000 (08:37 +0000)]
Wrapped some roff conditionals around roff markup for orderedlist
and itemizedlist output, so that the lists look acceptable in PS
output as well as TTY.

16 years agoSimplified and streamlined handling of output for ANSI-style
Michael Smith [Thu, 21 Feb 2008 04:10:17 +0000 (04:10 +0000)]
Simplified and streamlined handling of output for ANSI-style
funcprototype output, to correct a problem that was causing type
data to be lost in the output parameter definitions. For example,
for an instance like this:
  <paramdef>void *<parameter>dataptr</parameter>[]</paramdef>
... the brackets (indicating an array type) were being dropped.

16 years agoChanged HTML handling of K&R-style paramdef output. The parameter
Michael Smith [Wed, 20 Feb 2008 16:49:45 +0000 (16:49 +0000)]
Changed HTML handling of K&R-style paramdef output. The parameter
definitions are no longer output in a table (though the prototype
still is). The reason for the change is that the
kr-tabular-funcsynopsis-mode template was causing type data to be
lost in the output parameter definitions. For example, for an
instance like this:
  <paramdef>void *<parameter>dataptr</parameter>[]</paramdef>
... the brackets (indicating an array type) were being dropped.
The easiest way to deal with the problem is to not try to chop up
the parameter definitions and display them in table format, but to
instead just output them as-is. May not look quite as pretty, but
at least we can be sure no information is being lost...

16 years agoAdded the man.funcsynopsis.style parameter. Has the same effect in
Michael Smith [Wed, 20 Feb 2008 11:42:45 +0000 (11:42 +0000)]
Added the man.funcsynopsis.style parameter. Has the same effect in
manpages output as the funcsynopsis.style parameter has in HTML
output -- except that its default value is 'ansi' instead of 'kr'.

16 years agoReworked handling of K&R funcprototype output. It no longer relies
Michael Smith [Wed, 20 Feb 2008 07:00:18 +0000 (07:00 +0000)]
Reworked handling of K&R funcprototype output. It no longer relies
on the HTML kr-tabular templates, but instead just does direct
transformation to roff. For K&R output, it displays the paramdef
output in an indented list following the prototype.

16 years agoMade attribute-sets members of the param list. This enables links to attribute-sets...
Mauritz Jeanson [Tue, 19 Feb 2008 18:52:35 +0000 (18:52 +0000)]
Made attribute-sets members of the param list. This enables links to attribute-sets in the
reference documentation.

16 years agoFixed typo.
Mauritz Jeanson [Tue, 19 Feb 2008 17:47:30 +0000 (17:47 +0000)]
Fixed typo.

16 years agoProperly integrated handling for K&R output into manpages
Michael Smith [Mon, 18 Feb 2008 03:38:38 +0000 (03:38 +0000)]
Properly integrated handling for K&R output into manpages
stylesheet. The choice between K&R output and ANSI output is
currently controlled through use of the (HTML) funcsynopsis.style
parameter. Note that because the mechanism does currently rely on
funcsynopsis.style, the default in manpages output is now K&R
(because that's the default of that param). But I suppose I ought
to create a man.funcsynopsis.style and make the default for that
ANSI (to preserve the existing default behavior).

16 years agoadded manpages/pi.xsl file
Michael Smith [Mon, 18 Feb 2008 03:32:17 +0000 (03:32 +0000)]
added manpages/pi.xsl file

16 years agouse .BI handling in K&R funsynopsis output for manpages, just as
Michael Smith [Mon, 18 Feb 2008 03:31:15 +0000 (03:31 +0000)]
use .BI handling in K&R funsynopsis output for manpages, just as
we do already of ANSI output

16 years agoAdded "dbman funcsynopsis-style" PI and incorporated it into the
Michael Smith [Mon, 18 Feb 2008 01:51:37 +0000 (01:51 +0000)]
Added "dbman funcsynopsis-style" PI and incorporated it into the
doc build.

16 years agoupdated wording of doc for funcsynopsis-style PI
Michael Smith [Mon, 18 Feb 2008 01:50:02 +0000 (01:50 +0000)]
updated wording of doc for funcsynopsis-style PI

16 years agofurther change needed for switch from no locale to nb.
Michael Smith [Mon, 18 Feb 2008 01:48:15 +0000 (01:48 +0000)]
further change needed for switch from no locale to nb.

16 years agoignore nb.xml
Michael Smith [Mon, 18 Feb 2008 00:15:12 +0000 (00:15 +0000)]
ignore nb.xml

16 years agoFixed bug #1891965 (colsep in entytbl not working).
Mauritz Jeanson [Sun, 17 Feb 2008 19:08:14 +0000 (19:08 +0000)]
Fixed bug #1891965 (colsep in entytbl not working).

16 years agoCorrected language code for nb locale, and restored missing
Michael Smith [Sun, 17 Feb 2008 14:04:36 +0000 (14:04 +0000)]
Corrected language code for nb locale, and restored missing
"startquote" key.

16 years agoRemoved the funcsynopsis.tabular.threshold param. It's no longer
Michael Smith [Sun, 17 Feb 2008 13:26:47 +0000 (13:26 +0000)]
Removed the funcsynopsis.tabular.threshold param. It's no longer
being used in the code and hasn't been since mid 2006.

16 years agoImplemented initial support for handling tabular K&R output of
Michael Smith [Sat, 16 Feb 2008 21:57:31 +0000 (21:57 +0000)]
Implemented initial support for handling tabular K&R output of
funcprototype in manpages output. Accomplished by adding more
templates to the intermediate HTML-to-roff stylesheet that the
build uses to create the manpages/html-synop.xsl stylesheet.

16 years agoAdded support for title in revhistory. Closes bug #1842847.
Mauritz Jeanson [Fri, 15 Feb 2008 19:31:59 +0000 (19:31 +0000)]
Added support for title in revhistory. Closes bug #1842847.

16 years agoAdded support for the img.src.path parameter for SVG graphics. Closes bug #1888169.
Mauritz Jeanson [Fri, 15 Feb 2008 17:59:16 +0000 (17:59 +0000)]
Added support for the img.src.path parameter for SVG graphics. Closes bug #1888169.

16 years agoSet keep-together.within-column to "auto". This seems to be the most sensible
Mauritz Jeanson [Fri, 15 Feb 2008 17:54:34 +0000 (17:54 +0000)]
Set keep-together.within-column to "auto". This seems to be the most sensible
default value for tables.

16 years agoFixed regression that caused an unescaped dash to be output
Michael Smith [Fri, 15 Feb 2008 06:41:31 +0000 (06:41 +0000)]
Fixed regression that caused an unescaped dash to be output
between refname and refpurpose content. Closes bug #1894244.
Thanks to Daniel Leidert.

16 years agoCommitted changes to ja locale file, from Akagi Kobayashi. Adds
Michael Smith [Fri, 15 Feb 2008 02:58:44 +0000 (02:58 +0000)]
Committed changes to ja locale file, from Akagi Kobayashi. Adds
bracket quotes around many xref instances that did not have them
before.

16 years agoAdded support for showing foil number
Jirka Kosek [Wed, 13 Feb 2008 11:55:47 +0000 (11:55 +0000)]
Added support for showing foil number

16 years agoAdded support for orgname in authorgroup. Thanks to Camille
Michael Smith [Wed, 13 Feb 2008 02:49:55 +0000 (02:49 +0000)]
Added support for orgname in authorgroup. Thanks to Camille
Bégnis.

16 years ago"no" locale is now "nb"
Michael Smith [Tue, 12 Feb 2008 15:12:34 +0000 (15:12 +0000)]
"no" locale is now "nb"

16 years ago"no" locale is now "nb"
Michael Smith [Tue, 12 Feb 2008 15:10:32 +0000 (15:10 +0000)]
"no" locale is now "nb"

16 years agoUpdate Norwegian Bokmål translation. Thanks to Hans F. Nordhaug.
Michael Smith [Tue, 12 Feb 2008 14:59:44 +0000 (14:59 +0000)]
Update Norwegian Bokmål translation. Thanks to Hans F. Nordhaug.

16 years agoper message from Hans F. Nordhaug, correct identifier for
Michael Smith [Tue, 12 Feb 2008 14:50:40 +0000 (14:50 +0000)]
per message from Hans F. Nordhaug, correct identifier for
Norwegian Bokmål is "nb" (not "no") and has been for quite some
time now...

16 years agoSmall doc cleanup (dbfo float-type).
Mauritz Jeanson [Wed, 6 Feb 2008 19:46:32 +0000 (19:46 +0000)]
Small doc cleanup (dbfo float-type).

16 years agoAdded missing space.
Mauritz Jeanson [Wed, 6 Feb 2008 19:34:43 +0000 (19:34 +0000)]
Added missing space.

16 years agoFix document draft status
Norman Walsh [Wed, 6 Feb 2008 14:01:48 +0000 (14:01 +0000)]
Fix document draft status

16 years agoFixed pubdate
Norman Walsh [Wed, 6 Feb 2008 13:57:26 +0000 (13:57 +0000)]
Fixed pubdate

16 years agoFixed pubdate
Norman Walsh [Wed, 6 Feb 2008 13:53:41 +0000 (13:53 +0000)]
Fixed pubdate

16 years agoDocBook V5.0 released
Norman Walsh [Wed, 6 Feb 2008 13:52:59 +0000 (13:52 +0000)]
DocBook V5.0 released

16 years agoTinker with copy mode so that markup inside copied elements is properly converted
Norman Walsh [Wed, 6 Feb 2008 13:48:36 +0000 (13:48 +0000)]
Tinker with copy mode so that markup inside copied elements is properly converted

16 years agoImprove handling of abstract, add comment indicating conversion path to output.
Norman Walsh [Wed, 6 Feb 2008 12:57:11 +0000 (12:57 +0000)]
Improve handling of abstract, add comment indicating conversion path to output.

16 years agoInsert commas between multiple copyright holders.
Mauritz Jeanson [Mon, 4 Feb 2008 19:27:05 +0000 (19:27 +0000)]
Insert commas between multiple copyright holders.

16 years agoSeveral small documentation fixes.
Mauritz Jeanson [Mon, 4 Feb 2008 17:31:14 +0000 (17:31 +0000)]
Several small documentation fixes.

16 years agoFix bug where component titles inside info elements were not handled properly
Norman Walsh [Sat, 2 Feb 2008 00:29:28 +0000 (00:29 +0000)]
Fix bug where component titles inside info elements were not handled properly

16 years agoConverted ja.xml source file to use real unicode characters so
Michael Smith [Thu, 31 Jan 2008 12:26:27 +0000 (12:26 +0000)]
Converted ja.xml source file to use real unicode characters so
that the actual glyphs so up when you edit it in a text editor
(instead of the character references).

16 years agoChecked in changes to ja.xml locale file. Thanks to Akagi Kobayashi.
Michael Smith [Thu, 31 Jan 2008 12:05:40 +0000 (12:05 +0000)]
Checked in changes to ja.xml locale file. Thanks to Akagi Kobayashi.

16 years agoCopy edit for spelling, typos and minor grammatical
Dick Hamilton [Wed, 23 Jan 2008 00:55:50 +0000 (00:55 +0000)]
Copy edit for spelling, typos and minor grammatical
glitches.  Updated the link to the xsl2 stylesheet
snapshot.

17 years agoMoved dbhtml_stop-chunking embedded doc into alphabetical order,
Michael Smith [Wed, 16 Jan 2008 11:04:07 +0000 (11:04 +0000)]
Moved dbhtml_stop-chunking embedded doc into alphabetical order,
fixed text of TCG section it see-also'ed.

17 years agoCorrected repository URL.
Mauritz Jeanson [Tue, 15 Jan 2008 17:09:11 +0000 (17:09 +0000)]
Corrected repository URL.

17 years agoAdded support for <?dbhtml stop-chunking?> processing instruction
David Cramer [Mon, 14 Jan 2008 18:44:30 +0000 (18:44 +0000)]
Added support for <?dbhtml stop-chunking?> processing instruction

17 years agoAdded support for <?dbhtml stop-chunking?> processing instruction
David Cramer [Mon, 14 Jan 2008 16:57:11 +0000 (16:57 +0000)]
Added support for <?dbhtml stop-chunking?> processing instruction

17 years agoFixed bug in WordML table handling, improved table handling for Pages 08, synchronise...
Steve Ball [Wed, 9 Jan 2008 20:48:30 +0000 (20:48 +0000)]
Fixed bug in WordML table handling, improved table handling for Pages 08, synchronised WordML and Pages templates.

17 years agoDon't build reference.pdf file except for official releases
Michael Smith [Wed, 9 Jan 2008 11:16:59 +0000 (11:16 +0000)]
Don't build reference.pdf file except for official releases
(because it takes too damn long to build...)

17 years agoMake sure to remove RELEASE-NOTES-TMP.xml after build of HTML for
Michael Smith [Wed, 9 Jan 2008 11:15:51 +0000 (11:15 +0000)]
Make sure to remove RELEASE-NOTES-TMP.xml after build of HTML for
release notes; when building catalog.xml file, use --output flag
with xmllint instead of shell redirect (because catalog.xml build
seems to be choking otherwise...)

17 years agoAdded modifications to support nested set elements. See bug #1853172.
Mauritz Jeanson [Sat, 5 Jan 2008 16:06:30 +0000 (16:06 +0000)]
Added modifications to support nested set elements. See bug #1853172.

17 years agoAdded templates for converting action, beginpage, structname, and structfield.
Mauritz Jeanson [Wed, 2 Jan 2008 21:09:25 +0000 (21:09 +0000)]
Added templates for converting action, beginpage, structname, and structfield.

17 years agoAdded normalize-space to xsl:sorts to avoid missorting of glossterms due to stray...
David Cramer [Mon, 31 Dec 2007 18:37:28 +0000 (18:37 +0000)]
Added normalize-space to xsl:sorts to avoid missorting of glossterms due to stray leading spaces.

17 years agoFixed bug #1854199: glossary.xsl should use the sortas attribute on glossentry. Also...
David Cramer [Mon, 31 Dec 2007 18:33:28 +0000 (18:33 +0000)]
Fixed bug #1854199: glossary.xsl should use the sortas attribute on glossentry. Also added normalize-space to avoid missorting due to stray leading spaces.

17 years agoFixed bug #1854199: glossary.xsl should use the sortas attribute on glossentry
David Cramer [Mon, 31 Dec 2007 17:47:44 +0000 (17:47 +0000)]
Fixed bug #1854199: glossary.xsl should use the sortas attribute on glossentry

17 years agoFixed problem with dots being escaped in filenames of generated
Michael Smith [Sat, 29 Dec 2007 12:27:31 +0000 (12:27 +0000)]
Fixed problem with dots being escaped in filenames of generated
man files. Closes #1827195. Thanks to Daniel Leidert.

17 years agoClarify which parts of the release-notes source file need to be
Michael Smith [Fri, 28 Dec 2007 04:49:48 +0000 (04:49 +0000)]
Clarify which parts of the release-notes source file need to be
added/edited for each release.

17 years agoAlso set the release type to "snapshot" when the version number
Michael Smith [Fri, 28 Dec 2007 04:47:31 +0000 (04:47 +0000)]
Also set the release type to "snapshot" when the version number
contains the string "-pre"

17 years agoFixed problem with snapshot build of partial release-notes file.
Michael Smith [Thu, 27 Dec 2007 17:51:25 +0000 (17:51 +0000)]
Fixed problem with snapshot build of partial release-notes file.

17 years agoAdded support for processing structfield (was appearing in roff
Michael Smith [Wed, 26 Dec 2007 17:40:49 +0000 (17:40 +0000)]
Added support for processing structfield (was appearing in roff
output surrounded by HTML <em> tags; fixed so that it gets roff
ital markup). Closes bug #1858329.  Thanks to Sam Varshavchik.

17 years agoAdded a template for citebiblioid. The hyperlink target is the parent of the referenc...
Mauritz Jeanson [Fri, 21 Dec 2007 16:28:18 +0000 (16:28 +0000)]
Added a template for citebiblioid. The hyperlink target is the parent of the referenced biblioid,
and the "hot text" is the biblioid itself enclosed in brackets.

17 years agoFixed bug #1850340 that added namespace to numerical character
Bob Stayton [Wed, 19 Dec 2007 21:23:30 +0000 (21:23 +0000)]
Fixed bug #1850340 that added namespace to numerical character
references.

17 years agoWording fixes.
Mauritz Jeanson [Wed, 19 Dec 2007 18:27:33 +0000 (18:27 +0000)]
Wording fixes.

17 years agoAn update to r7601: changed $w to [\w.]+ to ensure that the setup-language-variable...
Mauritz Jeanson [Wed, 19 Dec 2007 17:52:39 +0000 (17:52 +0000)]
An update to r7601: changed $w to [\w.]+ to ensure that the setup-language-variable entity is not
modified by xslns-build.

17 years agoPreparing for 1.0.1 release
Jirka Kosek [Mon, 17 Dec 2007 13:56:23 +0000 (13:56 +0000)]
Preparing for 1.0.1 release

17 years agoSupport Saxon 9
Norman Walsh [Sun, 16 Dec 2007 17:13:38 +0000 (17:13 +0000)]
Support Saxon 9

17 years agoChange public/system IDs to 4.5 (from 4.5CR2)
Norman Walsh [Sun, 16 Dec 2007 17:07:24 +0000 (17:07 +0000)]
Change public/system IDs to 4.5 (from 4.5CR2)

17 years agoGenerate schematron
Norman Walsh [Sun, 16 Dec 2007 17:06:41 +0000 (17:06 +0000)]
Generate schematron

17 years agoUpdated header comment
Norman Walsh [Sun, 16 Dec 2007 17:05:11 +0000 (17:05 +0000)]
Updated header comment

17 years agoAdd a couple of dependencies
Norman Walsh [Sun, 16 Dec 2007 17:04:43 +0000 (17:04 +0000)]
Add a couple of dependencies

17 years agoTweaked to test refsect2 bugs
Norman Walsh [Sun, 16 Dec 2007 17:03:16 +0000 (17:03 +0000)]
Tweaked to test refsect2 bugs

17 years agoRemoved "other than a corporation" from refpurpose for orgname.
Mauritz Jeanson [Fri, 14 Dec 2007 19:17:04 +0000 (19:17 +0000)]
Removed "other than a corporation" from refpurpose for orgname.

17 years agoRemoved the template matching "ng:link|db:link" (in order to make @xlink:show
Mauritz Jeanson [Fri, 14 Dec 2007 18:06:11 +0000 (18:06 +0000)]
Removed the template matching "ng:link|db:link" (in order to make @xlink:show
work with <link> elements). As far as I can tell, this template is no longer needed.

17 years agoAdded support for @xlink:show in the simple.xlink template. The "new" and "replace"
Mauritz Jeanson [Fri, 14 Dec 2007 17:48:38 +0000 (17:48 +0000)]
Added support for @xlink:show in the simple.xlink template. The "new" and "replace"
values are supported (corresponding to values of "_blank" and "_top" for the
ulink.target parameter). I have assumed that @xlink:show should override ulink.target
for external URI links. This closes bugs #1762023 and #1727498.

17 years agoMoved declaration of comment.block.parents entity to common/entities.ent.
Mauritz Jeanson [Wed, 12 Dec 2007 20:07:57 +0000 (20:07 +0000)]
Moved declaration of comment.block.parents entity to common/entities.ent.

17 years agoChanged \w+ to $w in the regexp that matches entity declarations (indexentitydecl...
Mauritz Jeanson [Wed, 12 Dec 2007 20:01:02 +0000 (20:01 +0000)]
Changed \w+ to $w in the regexp that matches entity declarations (indexentitydecl subroutine).
The reason is that \w+ does not match entity names that contain periods. See bug #1847825.

17 years agoerror message
Marta Vaclavikova [Mon, 10 Dec 2007 12:47:20 +0000 (12:47 +0000)]
error message

17 years agoerror message
Marta Vaclavikova [Mon, 10 Dec 2007 12:46:43 +0000 (12:46 +0000)]
error message

17 years agoassing correct parameters
Marta Vaclavikova [Mon, 10 Dec 2007 12:34:27 +0000 (12:34 +0000)]
assing correct parameters

17 years agoversion of xsl
Marta Vaclavikova [Sun, 9 Dec 2007 23:56:45 +0000 (23:56 +0000)]
version of xsl

17 years agoparsing errors
Marta Vaclavikova [Sun, 9 Dec 2007 23:54:34 +0000 (23:54 +0000)]
parsing errors

17 years agoadd message
Marta Vaclavikova [Sun, 9 Dec 2007 23:54:02 +0000 (23:54 +0000)]
add message

17 years agoreaction on missing type
Marta Vaclavikova [Sun, 9 Dec 2007 23:36:50 +0000 (23:36 +0000)]
reaction on missing type

17 years agochanged style of file loading
Marta Vaclavikova [Sun, 9 Dec 2007 23:25:40 +0000 (23:25 +0000)]
changed style of file loading

17 years agochanged style of file loading
Marta Vaclavikova [Sun, 9 Dec 2007 23:25:26 +0000 (23:25 +0000)]
changed style of file loading

17 years agodecimal point
Marta Vaclavikova [Sun, 9 Dec 2007 22:48:13 +0000 (22:48 +0000)]
decimal point

17 years agono longer needed
Marta Vaclavikova [Sun, 9 Dec 2007 22:22:32 +0000 (22:22 +0000)]
no longer needed

17 years agoAdded link to a new superentity file.
Jirka Kosek [Fri, 7 Dec 2007 17:55:17 +0000 (17:55 +0000)]
Added link to a new superentity file.

17 years agoImproved description of setup process
Jirka Kosek [Thu, 6 Dec 2007 14:43:30 +0000 (14:43 +0000)]
Improved description of setup process

17 years agoMoving to proper place
Jirka Kosek [Tue, 4 Dec 2007 21:53:30 +0000 (21:53 +0000)]
Moving to proper place

17 years agoAdded new rules to profile all content generated by HTML Help (including alias files)
Jirka Kosek [Tue, 4 Dec 2007 10:39:01 +0000 (10:39 +0000)]
Added new rules to profile all content generated by HTML Help (including alias files)

17 years agoUpdated message about unmatched element.
Mauritz Jeanson [Mon, 3 Dec 2007 17:43:24 +0000 (17:43 +0000)]
Updated message about unmatched element.

17 years agoAdded link to profiling chapter of TCG.
Mauritz Jeanson [Mon, 3 Dec 2007 17:02:33 +0000 (17:02 +0000)]
Added link to profiling chapter of TCG.