]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
18 years agoFixed bug #1477771 where article was missing from part TOC.
Bob Stayton [Sun, 13 Aug 2006 07:15:40 +0000 (07:15 +0000)]
Fixed bug #1477771 where article was missing from part TOC.

18 years agoFixed bug #1477771 where article was missing from hhc part TOC.
Bob Stayton [Sun, 13 Aug 2006 07:06:50 +0000 (07:06 +0000)]
Fixed bug #1477771 where article was missing from hhc part TOC.

18 years agoFixed bug #1539010, fix xml.base.dirs template to stop recursing
Bob Stayton [Sat, 12 Aug 2006 07:38:13 +0000 (07:38 +0000)]
Fixed bug #1539010, fix xml.base.dirs template to stop recursing
if hit an absolute uri.

18 years agoAdded support to FO stylesheets for handling instances of Org
Michael Smith [Thu, 10 Aug 2006 22:46:05 +0000 (22:46 +0000)]
Added support to FO stylesheets for handling instances of Org
where it occurs outside of *info content. In HTML stylesheets,
moved handling of Org out of info.xsl and into inline.xsl. In both
FO and HTML stylesheets, added support for correctly processing
Affiliation and Jobtitle.

18 years agoDon't output punctuation between Refname and Refpurpose if
Michael Smith [Thu, 10 Aug 2006 22:42:16 +0000 (22:42 +0000)]
Don't output punctuation between Refname and Refpurpose if
Refpurpose is empty. Also corrected handling of Refsect2/title
instances, and removed some debugging stuff that was generated in
manpages output to mark the ends of sections.

18 years agoCorrected XPath expression used for finding date data within *info
Michael Smith [Thu, 10 Aug 2006 22:38:12 +0000 (22:38 +0000)]
Corrected XPath expression used for finding date data within *info
content -- such that dbtimestamp PIs are now correctly processed
when they occur within refentry *info content.

18 years agoAdded new email.delimiters.enabled param. If non-zero (the
Michael Smith [Wed, 9 Aug 2006 14:06:37 +0000 (14:06 +0000)]
Added new email.delimiters.enabled param. If non-zero (the
default), delimiters are generated around e-mail addresses (output
of the email element). If zero, the delimiters are suppressed.

18 years agoReverted suppression of markup for refsect1 instances with empty titles.
Michael Smith [Wed, 9 Aug 2006 12:10:47 +0000 (12:10 +0000)]
Reverted suppression of markup for refsect1 instances with empty titles.

18 years agoSuppressed output of .SH markup for Refsect1 instances with empty
Michael Smith [Tue, 8 Aug 2006 09:40:24 +0000 (09:40 +0000)]
Suppressed output of .SH markup for Refsect1 instances with empty
titles.

18 years agoChanged to using DOCBOOK_SVN environment variable instead of
Michael Smith [Mon, 7 Aug 2006 12:50:42 +0000 (12:50 +0000)]
Changed to using DOCBOOK_SVN environment variable instead of
requiring users to manually edit the Makefile.incl file to change
the hard-coded default path.

18 years agoFixed handling of punctuation for methodparam in methodsynopsis.
Michael Smith [Mon, 7 Aug 2006 02:27:50 +0000 (02:27 +0000)]
Fixed handling of punctuation for methodparam in methodsynopsis.
Closes bug 1530558. Thanks to Evan Goer and Michael Fuchs.

18 years agoRemoved build hack for normalizing file perms and setting
Michael Smith [Sun, 6 Aug 2006 13:17:21 +0000 (13:17 +0000)]
Removed build hack for normalizing file perms and setting
executable bit on executables. (Subversion has the svn:executable
property, so this hack is no longer needed.)

18 years agoRemoved svn:executable property from many xml and xsl files on
Michael Smith [Sun, 6 Aug 2006 13:13:03 +0000 (13:13 +0000)]
Removed svn:executable property from many xml and xsl files on
which it had been inadvertently (CVS legacy).

18 years agoAdded svnpurge script, for purging all files in current working
Michael Smith [Sat, 5 Aug 2006 23:05:34 +0000 (23:05 +0000)]
Added svnpurge script, for purging all files in current working
directory that are unknown to or ignored by Subversion.

18 years agoRemove copied-over slides dir when doing clean.
Michael Smith [Sat, 5 Aug 2006 23:00:42 +0000 (23:00 +0000)]
Remove copied-over slides dir when doing clean.

18 years agoFurther adjustments to qandaset.006.xml.
Michael Smith [Sat, 5 Aug 2006 17:39:38 +0000 (17:39 +0000)]
Further adjustments to qandaset.006.xml.

18 years agoFurther changes related to handling when qanda.nested.in.toc is
Michael Smith [Sat, 5 Aug 2006 17:30:39 +0000 (17:30 +0000)]
Further changes related to handling when qanda.nested.in.toc is
non-zer0; deal also with answer/qandaset instances (which are
valid in DocBook 5).

18 years agoInitial checkin
Norman Walsh [Sat, 5 Aug 2006 16:29:09 +0000 (16:29 +0000)]
Initial checkin

18 years agoSet keywords and eol props on qandaset.006.xml
Michael Smith [Sat, 5 Aug 2006 14:39:13 +0000 (14:39 +0000)]
Set keywords and eol props on qandaset.006.xml

18 years agoUpdated fr.xml file with changes from Michèle Garoche. Closes bug
Michael Smith [Sat, 5 Aug 2006 12:13:59 +0000 (12:13 +0000)]
Updated fr.xml file with changes from Michèle Garoche. Closes bug
1505548.

18 years ago- Added multiple copyright and legalnotice instances to
Michael Smith [Sat, 5 Aug 2006 12:11:18 +0000 (12:11 +0000)]
- Added multiple copyright and legalnotice instances to
  refentry.007.xml, to test manpages handling of those.

- Added new qandaset.006.xml file, to test handling of nested
  answer/qandaentry instances.

18 years agoIn manpages output, if the last/nearest *info element for
Michael Smith [Sat, 5 Aug 2006 11:24:19 +0000 (11:24 +0000)]
In manpages output, if the last/nearest *info element for
particular Refentry has multiple Copyright and/or Legalnotice
children, process them all (not just the first ones). Closes bug
1524576. Thanks to Sam Steingold for the report and to Daniel
Leidert for providing a patch.

18 years agoAdded qanda.nested.in.toc param. Default value is zero. If
Michael Smith [Sat, 5 Aug 2006 11:03:19 +0000 (11:03 +0000)]
Added qanda.nested.in.toc param. Default value is zero. If
non-zero, instances of "nested" Qandaentry (ones that are children
of Answer elements) are displayed in the TOC. Closes patch 1509018
(from Daniel Leidert). Currently on affects HTML output (no patch
for FO output provided).

18 years agoIgnore ChangeLog.xml and PreviousRelease files.
Michael Smith [Sat, 5 Aug 2006 10:05:44 +0000 (10:05 +0000)]
Ignore ChangeLog.xml and PreviousRelease files.

18 years agoAdded rule to "clean" target for removing all generated *.xsl files.
Michael Smith [Fri, 4 Aug 2006 14:55:41 +0000 (14:55 +0000)]
Added rule to "clean" target for removing all generated *.xsl files.

18 years agoMade changes to correct handling of nested answer/qandaentry
Michael Smith [Fri, 4 Aug 2006 14:51:07 +0000 (14:51 +0000)]
Made changes to correct handling of nested answer/qandaentry
instances. Closes bug 1509043. Thanks to Daniel Leidert.

To avoid code duplication, part of the change involved adding a
new process.qandaset named template and moving the code for output
of all the question/answer table markup into that template.

18 years agoChanges to pl.xml from Tomasz Kłoczko. Closes bug 1509629.
Michael Smith [Fri, 4 Aug 2006 11:04:14 +0000 (11:04 +0000)]
Changes to pl.xml from Tomasz Kłoczko. Closes bug 1509629.

18 years agoRemoved obsolete DL instances from biblio.xsl that were causing
Michael Smith [Fri, 4 Aug 2006 10:46:34 +0000 (10:46 +0000)]
Removed obsolete DL instances from biblio.xsl that were causing
invalid XHTML output. Closes bug 1509041. Thanks to Daniel
Leidert.

18 years agoUsed copy-of instead of value-of with biblioentry.item.separator,
Michael Smith [Fri, 4 Aug 2006 10:20:28 +0000 (10:20 +0000)]
Used copy-of instead of value-of with biblioentry.item.separator,
so that it can contain linebreaks. Closes bug 1509021. Patch from
Daniel Leidert.

18 years agoClarified "do not edit" comment and added license notice. Thanks
Michael Smith [Thu, 3 Aug 2006 08:31:50 +0000 (08:31 +0000)]
Clarified "do not edit" comment and added license notice. Thanks
to Daniel Leidert.

18 years agoCorrected title in test/article.002.xml. Thanks to Tony Graham.
Michael Smith [Thu, 3 Aug 2006 07:20:20 +0000 (07:20 +0000)]
Corrected title in test/article.002.xml. Thanks to Tony Graham.

18 years agoOpps, seems that I forgot to commit changes previously
Jirka Kosek [Fri, 28 Jul 2006 21:21:09 +0000 (21:21 +0000)]
Opps, seems that I forgot to commit changes previously

18 years agoImproved handling of relative locations generated files
Jirka Kosek [Fri, 28 Jul 2006 21:20:20 +0000 (21:20 +0000)]
Improved handling of relative locations generated files

18 years agoFixed handling of lock files, and added calls to "svn cleanup"
Michael Smith [Sat, 22 Jul 2006 06:34:39 +0000 (06:34 +0000)]
Fixed handling of lock files, and added calls to "svn cleanup"
before "svn update" calls.

18 years agoDon't package PreviousRelease file.
Michael Smith [Sat, 22 Jul 2006 03:02:57 +0000 (03:02 +0000)]
Don't package PreviousRelease file.

18 years agoSupport startinglinenumber on orderedlist
Norman Walsh [Fri, 21 Jul 2006 20:30:18 +0000 (20:30 +0000)]
Support startinglinenumber on orderedlist

18 years agoMake sure rddl is actually used. Is this the right place?
Norman Walsh [Fri, 21 Jul 2006 19:17:37 +0000 (19:17 +0000)]
Make sure rddl is actually used. Is this the right place?

18 years agoPoint to the right place for sdocbook.rnc
Norman Walsh [Fri, 21 Jul 2006 19:17:18 +0000 (19:17 +0000)]
Point to the right place for sdocbook.rnc

18 years agoFourth time is the charm.
Michael Smith [Fri, 21 Jul 2006 18:31:20 +0000 (18:31 +0000)]
Fourth time is the charm.

18 years agoMake targets depend on the tools that build them
Norman Walsh [Fri, 21 Jul 2006 17:30:04 +0000 (17:30 +0000)]
Make targets depend on the tools that build them

18 years agoDocBook V5.0b7 released
Norman Walsh [Fri, 21 Jul 2006 17:29:24 +0000 (17:29 +0000)]
DocBook V5.0b7 released

18 years agoDocBook V5.0b7 released
Norman Walsh [Fri, 21 Jul 2006 17:28:22 +0000 (17:28 +0000)]
DocBook V5.0b7 released

18 years agoDon't package .svn dirs.
Michael Smith [Fri, 21 Jul 2006 17:26:54 +0000 (17:26 +0000)]
Don't package .svn dirs.

18 years agoExplicitly make db.set.components not allowed
Norman Walsh [Fri, 21 Jul 2006 17:21:17 +0000 (17:21 +0000)]
Explicitly make db.set.components not allowed

18 years agoUse correct info patterns
Norman Walsh [Fri, 21 Jul 2006 17:16:03 +0000 (17:16 +0000)]
Use correct info patterns

18 years agoRemove unused patterns
Norman Walsh [Fri, 21 Jul 2006 17:14:59 +0000 (17:14 +0000)]
Remove unused patterns

18 years agoDon't package .svn directories.
Michael Smith [Fri, 21 Jul 2006 17:14:09 +0000 (17:14 +0000)]
Don't package .svn directories.

18 years agoRenamed README.CVS to README.SVN.
Michael Smith [Fri, 21 Jul 2006 17:02:33 +0000 (17:02 +0000)]
Renamed README.CVS to README.SVN.

18 years agoDon't include .svn directories in tar/zip files.
Michael Smith [Fri, 21 Jul 2006 17:00:25 +0000 (17:00 +0000)]
Don't include .svn directories in tar/zip files.

18 years agoMade further changes to get LatestChanges build working.
Michael Smith [Fri, 21 Jul 2006 16:55:43 +0000 (16:55 +0000)]
Made further changes to get LatestChanges build working.

18 years agoUse "Change Summary" instead of "Change Files" and "Change Dir".
Michael Smith [Fri, 21 Jul 2006 16:18:48 +0000 (16:18 +0000)]
Use "Change Summary" instead of "Change Files" and "Change Dir".

18 years agoMake distrib target depend on ChangeLog.xml
Michael Smith [Fri, 21 Jul 2006 15:52:22 +0000 (15:52 +0000)]
Make distrib target depend on ChangeLog.xml

18 years agoMake sure that LatestChanges files get copied over.
Michael Smith [Fri, 21 Jul 2006 15:36:50 +0000 (15:36 +0000)]
Make sure that LatestChanges files get copied over.

18 years agoReactivated build of LatestChanges files.
Michael Smith [Fri, 21 Jul 2006 14:53:38 +0000 (14:53 +0000)]
Reactivated build of LatestChanges files.

18 years agoMade changes to re-activate build of ChangeLog.xml and
Michael Smith [Fri, 21 Jul 2006 14:20:46 +0000 (14:20 +0000)]
Made changes to re-activate build of ChangeLog.xml and
ChangeHistory.xml files.

18 years agoInclude Simplified correctly
Norman Walsh [Fri, 21 Jul 2006 12:59:46 +0000 (12:59 +0000)]
Include Simplified correctly

18 years agoFixed syntax error.
Michael Smith [Fri, 21 Jul 2006 10:16:33 +0000 (10:16 +0000)]
Fixed syntax error.

18 years agoRemoved dependency on ChangeHistory from zip target.
Michael Smith [Fri, 21 Jul 2006 10:15:25 +0000 (10:15 +0000)]
Removed dependency on ChangeHistory from zip target.

18 years agoChanged to Subversion.
Michael Smith [Fri, 21 Jul 2006 07:44:58 +0000 (07:44 +0000)]
Changed to Subversion.

18 years agoTesting svnnotify.
Michael Smith [Fri, 21 Jul 2006 07:09:27 +0000 (07:09 +0000)]
Testing svnnotify.

18 years agoSupport attribute renaming on simplemsgentry
Norman Walsh [Thu, 20 Jul 2006 14:07:26 +0000 (14:07 +0000)]
Support attribute renaming on simplemsgentry

18 years agoMake the targets depend on the stylesheets that create them
Norman Walsh [Thu, 20 Jul 2006 13:37:45 +0000 (13:37 +0000)]
Make the targets depend on the stylesheets that create them

18 years agoMake msgaud, msgorig, and msglevel optional on simplemsgentry (this should remain...
Norman Walsh [Thu, 20 Jul 2006 11:32:33 +0000 (11:32 +0000)]
Make msgaud, msgorig, and msglevel optional on simplemsgentry (this should remain true irrespective of their names)

18 years agoAdded startingnumber attribute to orderedlist
Norman Walsh [Thu, 20 Jul 2006 11:27:42 +0000 (11:27 +0000)]
Added startingnumber attribute to orderedlist

18 years agoRename audience, origin, and level on simplemsgentry to make room for the newly added...
Norman Walsh [Thu, 20 Jul 2006 11:27:16 +0000 (11:27 +0000)]
Rename audience, origin, and level on simplemsgentry to make room for the newly added audience effectivity attribute (this is an optimistic change that may get reversed by the TC)

18 years agoAbandonned
Norman Walsh [Thu, 20 Jul 2006 11:12:25 +0000 (11:12 +0000)]
Abandonned

18 years agoAdded audience effectivity attribute
Norman Walsh [Thu, 20 Jul 2006 10:53:51 +0000 (10:53 +0000)]
Added audience effectivity attribute

18 years agoFix RFE #1520074: define separate patterns for all the effectivity attributes
Norman Walsh [Wed, 19 Jul 2006 20:47:53 +0000 (20:47 +0000)]
Fix RFE #1520074: define separate patterns for all the effectivity attributes

18 years agoFix functionsynopsis presentation
Norman Walsh [Tue, 18 Jul 2006 12:58:00 +0000 (12:58 +0000)]
Fix functionsynopsis presentation

18 years agotesting svnnotify.
Michael Smith [Sun, 16 Jul 2006 13:51:51 +0000 (13:51 +0000)]
testing svnnotify.

18 years agoAdded target for making (copying) Makefile.DocBook.
Michael Smith [Thu, 13 Jul 2006 04:58:13 +0000 (04:58 +0000)]
Added target for making (copying) Makefile.DocBook.

18 years agofixed lang entity to remove en appendage
Bob Stayton [Wed, 12 Jul 2006 16:15:47 +0000 (16:15 +0000)]
fixed lang entity to remove en appendage

18 years agofixed lang entity to remove en appendage
Bob Stayton [Wed, 12 Jul 2006 16:15:21 +0000 (16:15 +0000)]
fixed lang entity to remove en appendage

18 years agofixed lang entity to remove en appendage
Bob Stayton [Wed, 12 Jul 2006 16:14:57 +0000 (16:14 +0000)]
fixed lang entity to remove en appendage

18 years agoTrying again with svnnotify.
Michael Smith [Tue, 11 Jul 2006 05:32:42 +0000 (05:32 +0000)]
Trying again with svnnotify.

18 years agoTesting out svnnotify.
Michael Smith [Tue, 11 Jul 2006 04:58:13 +0000 (04:58 +0000)]
Testing out svnnotify.

18 years agoAdded README.
Michael Smith [Mon, 10 Jul 2006 04:32:39 +0000 (04:32 +0000)]
Added README.

18 years agoUpdated Bulgarian locale file with many changes and additions from
Michael Smith [Mon, 10 Jul 2006 02:47:28 +0000 (02:47 +0000)]
Updated Bulgarian locale file with many changes and additions from
Alexander Shopov.

18 years agoAnother minor change to test out svnnotify.
Michael Smith [Sat, 8 Jul 2006 09:11:12 +0000 (09:11 +0000)]
Another minor change to test out svnnotify.

18 years agoMade minor change to test out svnnotify.
Michael Smith [Sat, 8 Jul 2006 08:06:30 +0000 (08:06 +0000)]
Made minor change to test out svnnotify.

18 years agoCommented out parts of snapshot build script that were
Michael Smith [Thu, 6 Jul 2006 12:54:25 +0000 (12:54 +0000)]
Commented out parts of snapshot build script that were
cvs-specific. Changed "cvs update" instances to "svn update"

18 years agoTemporarily disabled release-notes build.
Michael Smith [Thu, 6 Jul 2006 11:10:05 +0000 (11:10 +0000)]
Temporarily disabled release-notes build.

18 years agoFixed path name to slides/xsl source directory.
Michael Smith [Thu, 6 Jul 2006 11:00:25 +0000 (11:00 +0000)]
Fixed path name to slides/xsl source directory.

18 years agoIgnore highlight.xsl
Michael Smith [Thu, 6 Jul 2006 10:54:51 +0000 (10:54 +0000)]
Ignore highlight.xsl

18 years agoCommented out targets that rely on cvs (will update them later to
Michael Smith [Wed, 5 Jul 2006 09:46:06 +0000 (09:46 +0000)]
Commented out targets that rely on cvs (will update them later to
use svn equivalents). Switched from DOCBOOK_CVS to DOCBOOK_SVN.

18 years agoAdded "litprog" target, to capture the fact that the xsl build
Michael Smith [Tue, 4 Jul 2006 09:34:43 +0000 (09:34 +0000)]
Added "litprog" target, to capture the fact that the xsl build
depends on the ../litprog build.

18 years agoAdded some portability fixes to xjparse.
Michael Smith [Tue, 4 Jul 2006 09:04:15 +0000 (09:04 +0000)]
Added some portability fixes to xjparse.

18 years agoMade some minor fixes and clarifications to comments in the
Michael Smith [Tue, 4 Jul 2006 05:07:09 +0000 (05:07 +0000)]
Made some minor fixes and clarifications to comments in the
charmap.groff.xsl file.

18 years agofixed bug 1516275 set table width to 100% when proportional columns are used
Bob Stayton [Mon, 3 Jul 2006 20:42:23 +0000 (20:42 +0000)]
fixed bug 1516275 set table width to 100% when proportional columns are used

18 years agofixed bug 1497436 confirm @cols is a number
Bob Stayton [Mon, 3 Jul 2006 17:19:09 +0000 (17:19 +0000)]
fixed bug 1497436 confirm @cols is a number

18 years agofixed bug 1497436 confirm @cols is a number
Bob Stayton [Mon, 3 Jul 2006 17:18:19 +0000 (17:18 +0000)]
fixed bug 1497436 confirm @cols is a number

18 years agoWord-smithing
Jirka Kosek [Wed, 21 Jun 2006 06:59:19 +0000 (06:59 +0000)]
Word-smithing

18 years agoInitial support of syntax highlighting of programlistings.
Jirka Kosek [Tue, 20 Jun 2006 22:26:59 +0000 (22:26 +0000)]
Initial support of syntax highlighting of programlistings.

18 years agoSetup transparency correctly
Norman Walsh [Thu, 15 Jun 2006 20:27:41 +0000 (20:27 +0000)]
Setup transparency correctly

18 years agoSupport org
Norman Walsh [Thu, 15 Jun 2006 20:27:23 +0000 (20:27 +0000)]
Support org

18 years agoSupport person
Norman Walsh [Thu, 15 Jun 2006 20:27:10 +0000 (20:27 +0000)]
Support person

18 years agoSupport $keep.relative.image.uris also when chunking
Jirka Kosek [Sun, 11 Jun 2006 10:35:47 +0000 (10:35 +0000)]
Support $keep.relative.image.uris also when chunking

18 years agoImageobjectco helpers
Norman Walsh [Fri, 9 Jun 2006 13:13:09 +0000 (13:13 +0000)]
Imageobjectco helpers

18 years agoChapter after preface should restart numbering of pages.
Jirka Kosek [Wed, 7 Jun 2006 13:12:47 +0000 (13:12 +0000)]
Chapter after preface should restart numbering of pages.

18 years agoFix attributes on db.imagedata.mathml and db.imagedata.svg
Norman Walsh [Wed, 7 Jun 2006 12:53:44 +0000 (12:53 +0000)]
Fix attributes on db.imagedata.mathml and db.imagedata.svg