]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
15 years agoneed a local version of $exsl.node.set.available variable because
Bob Stayton [Fri, 27 Nov 2009 06:56:09 +0000 (06:56 +0000)]
need a local version of $exsl.node.set.available variable because
this module imported many places.

15 years agoAdded missing namespace declarations. Closes bug #2890069.
Mauritz Jeanson [Fri, 20 Nov 2009 19:43:06 +0000 (19:43 +0000)]
Added missing namespace declarations. Closes bug #2890069.

15 years agoAdding support for partintros with sect2s, 3s, etc
Keith Fahlgren [Tue, 17 Nov 2009 04:05:19 +0000 (04:05 +0000)]
Adding support for partintros with sect2s, 3s, etc

15 years agoAdding param to workaround horrific ADE bug with the inability to process <br>
Keith Fahlgren [Thu, 5 Nov 2009 23:04:33 +0000 (23:04 +0000)]
Adding param to workaround horrific ADE bug with the inability to process <br>

15 years agoFix two indentation issues: In the first case there is no corresponding .RS
Daniel Leidert [Mon, 2 Nov 2009 02:38:47 +0000 (02:38 +0000)]
Fix two indentation issues: In the first case there is no corresponding .RS
macro (Debian #519438, sf.net 2793873). In the second case an .RS instead of
the probably intended .sp leads to an indentation bug (Debian #527309,
sf.net #2642139).

15 years agoAdd support for authorgroup/author in OPF metadata (via Michael Wiedmann)
Keith Fahlgren [Fri, 23 Oct 2009 16:13:02 +0000 (16:13 +0000)]
Add support for authorgroup/author in OPF metadata (via Michael Wiedmann)

15 years agoUpdated the template for footnote paras to use the 'paragraph' template. Closes bug...
Mauritz Jeanson [Thu, 15 Oct 2009 19:35:52 +0000 (19:35 +0000)]
Updated the template for footnote paras to use the 'paragraph' template. Closes bug #2803739.

15 years agoAdd more namespace names to the exclude-result-prefixes attribute.
Bob Stayton [Wed, 14 Oct 2009 18:59:40 +0000 (18:59 +0000)]
Add more namespace names to the exclude-result-prefixes attribute.

15 years agoDrop the font elements, not their contents
Keith Fahlgren [Sat, 10 Oct 2009 21:31:49 +0000 (21:31 +0000)]
Drop the font elements, not their contents

15 years agoRemove <b> and <i> elements "discouraged in favor of style sheets" from
Keith Fahlgren [Sat, 10 Oct 2009 02:45:47 +0000 (02:45 +0000)]
Remove <b> and <i> elements "discouraged in favor of style sheets" from
XHTML, XHTML 1.1 (and therefore EPUB) outputs by changing html2xhtml.xsl.

Fixes bug #2873153: No <b> and <i> tags in XHTML/EPUB

Added regression to EPUB specs:

15 years agoThis resolves bug #2873142, Please add support for multiple embedded fonts
Keith Fahlgren [Sat, 10 Oct 2009 00:40:43 +0000 (00:40 +0000)]
This resolves bug #2873142, Please add support for multiple embedded fonts

If you navigate to a checkout of DocBook-XSL and go to:
xsl/epub/bin/spec/files
You can now run the following command:

../../dbtoepub -f DejaVuSerif.otf -f DejaVuSerif-Italic.otf -c test.css
-s test_cust.xsl orm.book.001.xml

In dbtoepub, the following option can be used more than once:
-f, --font [OTF FILE] Embed OTF FILE in .epub.

The underlying stylesheet now accepts a comma-separated list of font file
names rather than just one as the RENAMED epub.embedded.fonts ('s' added).

The runnable EPUB spec now includes:
- should be valid .epub after including more than one embedded font

15 years agoAdded 'd' to the exclude-result-prefixes attribute generated by this stylesheet.
Mauritz Jeanson [Sat, 3 Oct 2009 08:15:29 +0000 (08:15 +0000)]
Added 'd' to the exclude-result-prefixes attribute generated by this stylesheet.
Closes bug #2844925.

15 years agoFixed bug #2844916 (don't output @target if ulink.target is empty).
Mauritz Jeanson [Thu, 1 Oct 2009 16:40:01 +0000 (16:40 +0000)]
Fixed bug #2844916 (don't output @target if ulink.target is empty).

15 years agoImprove the selection of cover images when working in DocBook 4.x land (work in progress)
Keith Fahlgren [Fri, 21 Aug 2009 18:51:40 +0000 (18:51 +0000)]
Improve the selection of cover images when working in DocBook 4.x land (work in progress)

15 years agoImprove the quality of the OPF spine regression by ensuring that the spine
Keith Fahlgren [Thu, 20 Aug 2009 20:10:08 +0000 (20:10 +0000)]
Improve the quality of the OPF spine regression by ensuring that the spine
elements for deeply nested refentries are in order and adjacent to their
opening wrapper XHTML chunk.

15 years agoAdd more careful handling of refentries to ensure that they always appear in the...
Keith Fahlgren [Thu, 20 Aug 2009 05:02:22 +0000 (05:02 +0000)]
Add more careful handling of refentries to ensure that they always appear in the opf:spine.
This was only a problem when refentries were pushed deep into the hierarchy (like inside
a sect2), but presented navigational problems for many reading systems (despite the
correct NCX references). This may *not* be the best solution, but attacking a better
chunking strategy for refentries was too big a nut to crack at this time.

15 years agoFix a bug when using index.on.type: an 'index symbols' section was created
Keith Fahlgren [Wed, 12 Aug 2009 02:54:56 +0000 (02:54 +0000)]
Fix a bug when using index.on.type: an 'index symbols' section was created
even if that typed index didn't include any symbols (they were in the other types).

15 years agoupdate maven artifacts to 1.75.2
mimil [Sun, 2 Aug 2009 16:07:41 +0000 (16:07 +0000)]
update maven artifacts to 1.75.2

15 years agoAdded /node() to the select expression that is used to compute the title text
Mauritz Jeanson [Sat, 1 Aug 2009 15:48:00 +0000 (15:48 +0000)]
Added /node() to the select expression that is used to compute the title text
so that no <ttl> elements end up in the output. Closes bug #2830119.

15 years agoAdded instructions for manually uploading release packages.
Mauritz Jeanson [Wed, 29 Jul 2009 14:27:23 +0000 (14:27 +0000)]
Added instructions for manually uploading release packages.

15 years agoadd maven sample for xml validation
mimil [Tue, 28 Jul 2009 18:59:52 +0000 (18:59 +0000)]
add maven sample for xml validation

15 years agoRebuild netbeans build files after adding missing Netbeans configuration to allow...
Daniel Leidert [Mon, 27 Jul 2009 00:07:38 +0000 (00:07 +0000)]
Rebuild netbeans build files after adding missing Netbeans configuration to allow easier packaging for Debian.

15 years agoApplied patch #2813221.
Mauritz Jeanson [Sat, 25 Jul 2009 12:38:27 +0000 (12:38 +0000)]
Applied patch #2813221.

15 years agoSmall corrections.
Mauritz Jeanson [Thu, 23 Jul 2009 15:56:19 +0000 (15:56 +0000)]
Small corrections.

15 years agosome previous maven schema artifacts were wrong, now using a single artifact for...
mimil [Thu, 23 Jul 2009 05:54:42 +0000 (05:54 +0000)]
some previous maven schema artifacts were wrong, now using a single artifact for every schema types

15 years agoAdd Icelandic
Keith Fahlgren [Tue, 21 Jul 2009 17:35:27 +0000 (17:35 +0000)]
Add Icelandic

15 years agoUpdated for 1.75.2
Keith Fahlgren [Tue, 21 Jul 2009 14:22:11 +0000 (14:22 +0000)]
Updated for 1.75.2

15 years agoAdd explicit step to prevent this failure in the future
Keith Fahlgren [Tue, 21 Jul 2009 13:46:49 +0000 (13:46 +0000)]
Add explicit step to prevent this failure in the future

15 years agoRestored VERSION file to snapshot state
Keith Fahlgren [Tue, 21 Jul 2009 03:01:50 +0000 (03:01 +0000)]
Restored VERSION file to snapshot state

15 years agoUpdating docs
Keith Fahlgren [Tue, 21 Jul 2009 03:01:03 +0000 (03:01 +0000)]
Updating docs

15 years agoUpdated for 1.75.2
Keith Fahlgren [Tue, 21 Jul 2009 02:02:48 +0000 (02:02 +0000)]
Updated for 1.75.2

15 years agoVersion 1.75.2 released
Keith Fahlgren [Tue, 21 Jul 2009 01:58:25 +0000 (01:58 +0000)]
Version 1.75.2 released

15 years agoCorrected bugs caused by path and file assumptions were not met
Keith Fahlgren [Tue, 21 Jul 2009 01:17:35 +0000 (01:17 +0000)]
Corrected bugs caused by path and file assumptions were not met

15 years agoImproved Japanese translation for Note(s). Closes bug #2823965.
Daniel Leidert [Mon, 20 Jul 2009 21:44:38 +0000 (21:44 +0000)]
Improved Japanese translation for Note(s). Closes bug #2823965.

15 years agoPolish alphabet contains O with acute accent, not with grave accent. Closes bug ...
Daniel Leidert [Mon, 20 Jul 2009 21:29:14 +0000 (21:29 +0000)]
Polish alphabet contains O with acute accent, not with grave accent. Closes bug #2823964.

15 years agosome previous maven schema artifacts were wrong, now using a single artifact for...
mimil [Mon, 20 Jul 2009 20:11:54 +0000 (20:11 +0000)]
some previous maven schema artifacts were wrong, now using a single artifact for every schema types

15 years agomaven sample updated to 1.75.1
mimil [Mon, 20 Jul 2009 19:58:48 +0000 (19:58 +0000)]
maven sample updated to 1.75.1

15 years agomaven artifact update to 1.75.1
mimil [Mon, 20 Jul 2009 19:30:10 +0000 (19:30 +0000)]
maven artifact update to 1.75.1

15 years agoOutput "Copyright" heading in XHTML too.
Mauritz Jeanson [Sun, 19 Jul 2009 10:02:57 +0000 (10:02 +0000)]
Output "Copyright" heading in XHTML too.

15 years agoAdded normalize-space() for ulink content. Closes bug #2793877.
Mauritz Jeanson [Sat, 18 Jul 2009 17:48:06 +0000 (17:48 +0000)]
Added normalize-space() for ulink content. Closes bug #2793877.

15 years agoFix translation of "index", per bug report 2796064.
Bob Stayton [Fri, 17 Jul 2009 20:38:16 +0000 (20:38 +0000)]
Fix translation of "index", per bug report 2796064.

15 years agoSupport more downconvert cases
Norman Walsh [Wed, 15 Jul 2009 19:45:55 +0000 (19:45 +0000)]
Support more downconvert cases

15 years agoTurn off dbfo-need for fop1.extensions also, per bug #2816141.
Bob Stayton [Tue, 14 Jul 2009 21:43:36 +0000 (21:43 +0000)]
Turn off dbfo-need for fop1.extensions also, per bug #2816141.

15 years agoAdded stylesheet.result.type test for copyright. Closes bug #2813289.
Mauritz Jeanson [Tue, 14 Jul 2009 19:33:56 +0000 (19:33 +0000)]
Added stylesheet.result.type test for copyright. Closes bug #2813289.

15 years agoAdded missing NetBeans configuration.
Mauritz Jeanson [Tue, 14 Jul 2009 10:16:36 +0000 (10:16 +0000)]
Added missing NetBeans configuration.

15 years agoRemoved dead link to the DocBook wiki. Closes bug #2802654.
Mauritz Jeanson [Mon, 13 Jul 2009 20:35:34 +0000 (20:35 +0000)]
Removed dead link to the DocBook wiki. Closes bug #2802654.

15 years agoAdded fixes so that colgroups in the XHTML namespace are processed properly.
Mauritz Jeanson [Mon, 13 Jul 2009 20:33:56 +0000 (20:33 +0000)]
Added fixes so that colgroups in the XHTML namespace are processed properly.

15 years agoClarification on @id values as part of the manual steps for releasing a build
Keith Fahlgren [Mon, 13 Jul 2009 20:18:56 +0000 (20:18 +0000)]
Clarification on @id values as part of the manual steps for releasing a build

15 years agoSmoketest regression for failing profiling/profile.xsl
Keith Fahlgren [Mon, 13 Jul 2009 20:18:41 +0000 (20:18 +0000)]
Smoketest regression for failing profiling/profile.xsl

15 years agoRemove ambiguity wrt @span, @rowspan, and @colspan
Norman Walsh [Mon, 13 Jul 2009 11:38:55 +0000 (11:38 +0000)]
Remove ambiguity wrt @span, @rowspan, and @colspan

15 years agoMake sure title inside info is used if no other title.
Bob Stayton [Thu, 9 Jul 2009 21:49:16 +0000 (21:49 +0000)]
Make sure title inside info is used if no other title.

15 years agoFix bug 2815493 missing exsl.node.set.available parameter.
Bob Stayton [Wed, 1 Jul 2009 22:58:19 +0000 (22:58 +0000)]
Fix bug 2815493 missing exsl.node.set.available parameter.

15 years agoNew Icelandic locale file.
Bob Stayton [Tue, 16 Jun 2009 23:31:09 +0000 (23:31 +0000)]
New Icelandic locale file.

15 years agoCleaning up hardcoded values into parameters and fixing Ruby library to pass them...
Keith Fahlgren [Tue, 16 Jun 2009 03:41:55 +0000 (03:41 +0000)]
Cleaning up hardcoded values into parameters and fixing Ruby library to pass them properly; all thanks to patch from Liza Daly

15 years agoFixed typo.
Mauritz Jeanson [Sun, 31 May 2009 19:45:37 +0000 (19:45 +0000)]
Fixed typo.

15 years agoRestored VERSION file to snapshot state
Keith Fahlgren [Thu, 28 May 2009 01:18:40 +0000 (01:18 +0000)]
Restored VERSION file to snapshot state

15 years agoAnd make sure to change all of the xml:ids...
Keith Fahlgren [Thu, 28 May 2009 00:31:50 +0000 (00:31 +0000)]
And make sure to change all of the xml:ids...

15 years agoUpdated for 1.75.1 release
Keith Fahlgren [Thu, 28 May 2009 00:22:13 +0000 (00:22 +0000)]
Updated for 1.75.1 release

15 years agoI think you have to edit more than README.BUILD says...
Keith Fahlgren [Thu, 28 May 2009 00:17:40 +0000 (00:17 +0000)]
I think you have to edit more than README.BUILD says...

15 years agoVersion 1.75.1 released
Keith Fahlgren [Thu, 28 May 2009 00:14:27 +0000 (00:14 +0000)]
Version 1.75.1 released

15 years agoadd of maven sample project using our maven artifacts (based on 1.75.0).
mimil [Mon, 25 May 2009 19:33:37 +0000 (19:33 +0000)]
add of maven sample project using our maven artifacts (based on 1.75.0).

15 years agoSwitching to em dash for character before attribution in epigraph; resolves Bug ...
Keith Fahlgren [Sun, 24 May 2009 02:14:56 +0000 (02:14 +0000)]
Switching to em dash for character before attribution in epigraph; resolves Bug #2793878

15 years agoAdded regression and fix to correct "bug" with namespace-prefixed container elements...
Keith Fahlgren [Tue, 19 May 2009 03:01:14 +0000 (03:01 +0000)]
Added regression and fix to correct "bug" with namespace-prefixed container elements in META-INF/container.xml ; resolves Issue #2790017

15 years agoUpdated documentation to reflect changes made in r8419.
Mauritz Jeanson [Thu, 14 May 2009 16:06:08 +0000 (16:06 +0000)]
Updated documentation to reflect changes made in r8419.

15 years agoFixed bug 2789947, id attribute missing on simplelist fo output.
Bob Stayton [Mon, 11 May 2009 08:20:40 +0000 (08:20 +0000)]
Fixed bug 2789947, id attribute missing on simplelist fo output.

15 years agoFixed bug 2789678: apply-templates line accidentally deleted.
Bob Stayton [Mon, 11 May 2009 08:14:54 +0000 (08:14 +0000)]
Fixed bug 2789678: apply-templates line accidentally deleted.

15 years agoAnother attempt at flexible named entity and XInclude processing
Keith Fahlgren [Sat, 9 May 2009 17:06:45 +0000 (17:06 +0000)]
Another attempt at flexible named entity and XInclude processing

15 years agopreparing 1.75.0 release for maven.
mimil [Fri, 8 May 2009 22:54:48 +0000 (22:54 +0000)]
preparing 1.75.0 release for maven.

15 years agoTweaking solution to Bug #2750442 following regression reported by Michael Wiedmann.
Keith Fahlgren [Fri, 8 May 2009 20:34:05 +0000 (20:34 +0000)]
Tweaking solution to Bug #2750442 following regression reported by Michael Wiedmann.

15 years agoRestored VERSION file to _next_ snapshot state
Keith Fahlgren [Thu, 7 May 2009 12:50:29 +0000 (12:50 +0000)]
Restored VERSION file to _next_ snapshot state

15 years agoRestored VERSION file to snapshot state
Keith Fahlgren [Thu, 7 May 2009 03:58:45 +0000 (03:58 +0000)]
Restored VERSION file to snapshot state

15 years agoMinor cleanup
Keith Fahlgren [Thu, 7 May 2009 03:03:00 +0000 (03:03 +0000)]
Minor cleanup

15 years agoThis release process is personally fulfilling.
Keith Fahlgren [Thu, 7 May 2009 02:41:48 +0000 (02:41 +0000)]
This release process is personally fulfilling.

15 years agoUpdated for 1.75.0 release
Keith Fahlgren [Thu, 7 May 2009 02:11:17 +0000 (02:11 +0000)]
Updated for 1.75.0 release

15 years agofix previous release
Keith Fahlgren [Thu, 7 May 2009 01:30:29 +0000 (01:30 +0000)]
fix previous release

15 years agoVersion 1.75.0 released
Keith Fahlgren [Thu, 7 May 2009 01:29:39 +0000 (01:29 +0000)]
Version 1.75.0 released

15 years agoSlightly more nuanced handling of imageobject alternatives and better support in...
Keith Fahlgren [Thu, 7 May 2009 01:03:07 +0000 (01:03 +0000)]
Slightly more nuanced handling of imageobject alternatives and better support in dbtoepub for XIncludes and ENTITYs to resolve Issue #2750442

15 years agoRemoved redundant lang and title attributes on list element inside
Bob Stayton [Mon, 4 May 2009 08:01:41 +0000 (08:01 +0000)]
Removed redundant lang and title attributes on list element inside
div element for lists.

15 years agoConvert all calls to class.attribute to calls to common.html.attributes
Bob Stayton [Mon, 4 May 2009 07:49:49 +0000 (07:49 +0000)]
Convert all calls to class.attribute to calls to common.html.attributes
to support dir, lang, and title attributes in html output for all elements.
Fulfills feature request #1993833.

15 years agoFix bug #2750253 wrong links in list of figures in chunk.html
Bob Stayton [Mon, 4 May 2009 02:17:33 +0000 (02:17 +0000)]
Fix bug #2750253 wrong links in list of figures in chunk.html
when target html is in a subdirectory and dbhtml filename used.

15 years agoInclusion of highlighting code was simplified. Only one import is now necessary.
Jirka Kosek [Wed, 29 Apr 2009 20:37:52 +0000 (20:37 +0000)]
Inclusion of highlighting code was simplified. Only one import is now necessary.

15 years agoAdd the new fop extensions namespace declaration, in case FOP
Bob Stayton [Mon, 27 Apr 2009 17:10:33 +0000 (17:10 +0000)]
Add the new fop extensions namespace declaration, in case FOP
extension functions are used.

15 years agoAdd support for pgwide on informal objects.
Bob Stayton [Fri, 24 Apr 2009 16:20:18 +0000 (16:20 +0000)]
Add support for pgwide on informal objects.

15 years agoCheck in translations of Legalnotice submitted on mailing list.
Bob Stayton [Wed, 22 Apr 2009 16:18:49 +0000 (16:18 +0000)]
Check in translations of Legalnotice submitted on mailing list.

15 years agoFix spelling errors in Acknowledgements entries.
Bob Stayton [Mon, 20 Apr 2009 16:11:49 +0000 (16:11 +0000)]
Fix spelling errors in Acknowledgements entries.

15 years agoFixed spurious closing quote on line 134.
Bob Stayton [Sat, 18 Apr 2009 22:40:23 +0000 (22:40 +0000)]
Fixed spurious closing quote on line 134.

15 years agoCheck in translations for 4 elements submitted through docbook-apps
Bob Stayton [Thu, 16 Apr 2009 18:59:17 +0000 (18:59 +0000)]
Check in translations for 4 elements submitted through docbook-apps
message of 14 April 2009.

15 years agoAdd a colon after an abstract/title when mapping into the dc:description for OPF...
Keith Fahlgren [Sun, 12 Apr 2009 23:37:50 +0000 (23:37 +0000)]
Add a colon after an abstract/title when mapping into the dc:description for OPF metadata in ePub output to help the flat text have more pseudo-semantics (sugestions from Michael Wiedmann)

15 years agoCorrectly set dc:language in OPF metadata when i18nizing. Closes Bug #2755150
Keith Fahlgren [Sun, 12 Apr 2009 23:31:56 +0000 (23:31 +0000)]
Correctly set dc:language in OPF metadata when i18nizing. Closes Bug #2755150

15 years agoCorrected namespace declarations for literal XHTML elements to make them serialize...
Keith Fahlgren [Fri, 10 Apr 2009 21:53:24 +0000 (21:53 +0000)]
Corrected namespace declarations for literal XHTML elements to make them serialize "normally"

15 years agoBe a little bit more nuanced about dates
Keith Fahlgren [Fri, 10 Apr 2009 03:49:50 +0000 (03:49 +0000)]
Be a little bit more nuanced about dates

15 years agoAdd DocBook subjectset -> OPF dc:subject mapping and tests
Keith Fahlgren [Fri, 10 Apr 2009 02:37:59 +0000 (02:37 +0000)]
Add DocBook subjectset -> OPF dc:subject mapping and tests

15 years agoAdd DocBook date -> OPF dc:date mapping and tests
Keith Fahlgren [Fri, 10 Apr 2009 02:04:45 +0000 (02:04 +0000)]
Add DocBook date -> OPF dc:date mapping and tests

15 years agoAdd DocBook abstract -> OPF dc:description mapping and tests
Keith Fahlgren [Fri, 10 Apr 2009 02:00:12 +0000 (02:00 +0000)]
Add DocBook abstract -> OPF dc:description mapping and tests

15 years agoCheck in patch submitted by user to add opf:file-as attribute
Bob Stayton [Wed, 8 Apr 2009 18:41:32 +0000 (18:41 +0000)]
Check in patch submitted by user to add opf:file-as attribute
to dc:creator element.

15 years agoConvert function-available test for node-set() function to
Bob Stayton [Wed, 8 Apr 2009 07:44:54 +0000 (07:44 +0000)]
Convert function-available test for node-set() function to
test of $exsl.node.set.available param.

15 years agoConvert function-available for node-set() to use
Bob Stayton [Wed, 8 Apr 2009 07:37:42 +0000 (07:37 +0000)]
Convert function-available for node-set() to use
new $exsl.node.set.available param in test.

15 years agoBacked out previous change. Bob had already fixed it the right way in gentext.xsl.
David Cramer [Tue, 7 Apr 2009 14:40:25 +0000 (14:40 +0000)]
Backed out previous change. Bob had already fixed it the right way in gentext.xsl.

15 years agoSuppress extra space after xref when xrefstyle='select: label nopage' (#2740472)
David Cramer [Tue, 7 Apr 2009 14:16:41 +0000 (14:16 +0000)]
Suppress extra space after xref when xrefstyle='select: label nopage' (#2740472)

15 years agoFix extra generated space when xrefstyle includes 'nopage'.
Bob Stayton [Tue, 7 Apr 2009 07:41:35 +0000 (07:41 +0000)]
Fix extra generated space when xrefstyle includes 'nopage'.