]>
granicus.if.org Git - docbook-dsssl/log
Bob Stayton [Fri, 14 Dec 2012 17:28:21 +0000 (17:28 +0000)]
Add 'toc.list.attributes' template to insert class and other
attributes on the top level list element in a table of contents.
Bob Stayton [Thu, 13 Dec 2012 21:11:39 +0000 (21:11 +0000)]
Handle height attribute like width on convert.to.style.
Bob Stayton [Wed, 12 Dec 2012 17:05:54 +0000 (17:05 +0000)]
Add a line break at start of variablelist to fix bug #
3595156 .
Gábor Kövesdán [Mon, 10 Dec 2012 21:34:38 +0000 (21:34 +0000)]
- Use real push-style processing in the foil/foilgroup page content, which
allows better customization in general (e.g. you can add PI templates)
and also let us render scattered speakernotes/handoutnotes if that is
desired
Bob Stayton [Mon, 10 Dec 2012 21:25:08 +0000 (21:25 +0000)]
Fix bug #
3593017 where HTML markup tables not output in namespaced manpages stylesheet.
Gábor Kövesdán [Mon, 10 Dec 2012 18:16:16 +0000 (18:16 +0000)]
- Titlepage markup belongs to the XHTML namespace
Gábor Kövesdán [Mon, 10 Dec 2012 18:05:09 +0000 (18:05 +0000)]
- Remove now unnecessary template redefinition
Gábor Kövesdán [Mon, 10 Dec 2012 10:42:56 +0000 (10:42 +0000)]
- Generate valid links from cross-references
Gábor Kövesdán [Mon, 10 Dec 2012 10:39:47 +0000 (10:39 +0000)]
- Do not add fallbacks for EXSLT extensions, the main DocBook XSL stylesheets
do not do that either
Bob Stayton [Fri, 7 Dec 2012 16:58:53 +0000 (16:58 +0000)]
Update the import path for docbook.rnc after the slides directory was moved.
Bob Stayton [Thu, 6 Dec 2012 18:29:30 +0000 (18:29 +0000)]
Change initial page number for book from 1 to auto so front
cover and title pages are sequential, and so that book inside
set will continue numbering.
Bob Stayton [Sun, 2 Dec 2012 20:21:34 +0000 (20:21 +0000)]
Add missing closing tag for xsl:choose in new template.
Bob Stayton [Sun, 2 Dec 2012 20:06:41 +0000 (20:06 +0000)]
Add force.blank.pages parameter to allow turning off blank
pages in double.sided output.
Bob Stayton [Sun, 2 Dec 2012 19:19:49 +0000 (19:19 +0000)]
Improve the description.
Bob Stayton [Sun, 2 Dec 2012 19:00:58 +0000 (19:00 +0000)]
New param to control generating blank even-numbered pages.
Bob Stayton [Thu, 29 Nov 2012 18:11:40 +0000 (18:11 +0000)]
Corrected template for bridgehead in mode="title.markup" to
process its children in normal mode.
Bob Stayton [Wed, 28 Nov 2012 00:47:59 +0000 (00:47 +0000)]
Implement active links between co and callout elements for
PDF output, linking in both directions.
Bob Stayton [Mon, 26 Nov 2012 23:10:44 +0000 (23:10 +0000)]
Fix bug
3590039 abstract/title not rendered.
Bob Stayton [Wed, 14 Nov 2012 04:42:56 +0000 (04:42 +0000)]
Fix typo to replace "ro" with "row" in three places.
Jirka Kosek [Thu, 8 Nov 2012 14:26:20 +0000 (14:26 +0000)]
Fixed positioning of footnote separate when CSS decoration is used.
Bob Stayton [Wed, 7 Nov 2012 20:02:17 +0000 (20:02 +0000)]
Convert hard wired xsl:number for production into a template
with mode="label.markup" to be consistent with other element numbering.
Bob Stayton [Tue, 6 Nov 2012 19:09:16 +0000 (19:09 +0000)]
Make comma inserted after function/parameter or function/replaceable
conditional on $function.parens to be consistent with the function template.
Bob Stayton [Sat, 3 Nov 2012 05:35:28 +0000 (05:35 +0000)]
date strings now checked for valid format.
Fix bug #
3484378 so navMap pushes first level children
to top level so included in nav progress bar.
Bob Stayton [Sat, 3 Nov 2012 04:50:51 +0000 (04:50 +0000)]
Better fix for bug #
3545150 by putting the title with the step number
rather than before it.
Bob Stayton [Fri, 2 Nov 2012 17:44:31 +0000 (17:44 +0000)]
Add support for mediaobject/alt, with precedence over
mediaobject/textobject/phrase.
Bob Stayton [Mon, 29 Oct 2012 23:18:22 +0000 (23:18 +0000)]
Replace docbook.xsl with docbook-no-doctype.xsl in xsl:import
elements so the chunking stylesheet can generate output
without a doctype if needed.
Bob Stayton [Mon, 29 Oct 2012 22:28:34 +0000 (22:28 +0000)]
Remove src:fragref elements for deleted obsolete olink params.
Bob Stayton [Mon, 29 Oct 2012 20:30:53 +0000 (20:30 +0000)]
Add command to generate docbook-no-doctype.xsl to overcome Saxon doctype bug.
Bob Stayton [Mon, 29 Oct 2012 18:09:53 +0000 (18:09 +0000)]
Fix bug #
3563697 where template make-relative-filename was using a
global param chunk.base.dir instead of its local param base.dir. Now it uses base.dir.
Stefan Seefeld [Mon, 29 Oct 2012 12:57:49 +0000 (12:57 +0000)]
Add missing stylesheet.
Stefan Seefeld [Sun, 28 Oct 2012 22:54:32 +0000 (22:54 +0000)]
Re-include slides in regular packages.
Thomas Schraitle [Sun, 28 Oct 2012 18:05:18 +0000 (18:05 +0000)]
Added new inline.sansseq template for consistency reasons.
Makes it easier for customization layers: Just use
<xsl:call-template name="inline.sansseq"/>
to change to sans serif font, but also takes into account
XLinks and direction of text.
Bob Stayton [Fri, 26 Oct 2012 22:44:46 +0000 (22:44 +0000)]
Add 'content' param to template name inline.monoseq to support
email format, fixing bug #
3524417 .
Bob Stayton [Fri, 26 Oct 2012 20:44:10 +0000 (20:44 +0000)]
Fix bug #
3297553 error in Word metadata elements from including
WordML markup instead of just text.
Bob Stayton [Fri, 26 Oct 2012 18:24:02 +0000 (18:24 +0000)]
Remove all references and code for obsolete olink attributes
@linkmode @targetdocent and @localinfo.
Bob Stayton [Fri, 26 Oct 2012 17:51:31 +0000 (17:51 +0000)]
Remove passivetex.extensions code.
Bob Stayton [Fri, 26 Oct 2012 17:47:42 +0000 (17:47 +0000)]
Indicate that passivetex is no longer supported.
Bob Stayton [Fri, 26 Oct 2012 17:42:03 +0000 (17:42 +0000)]
Remove all passivetex code because it is obsolete.
David Cramer [Fri, 26 Oct 2012 14:16:35 +0000 (14:16 +0000)]
Webhelp: Do not display sidebar if js is disabled in browser since it will not be functional
Bob Stayton [Mon, 22 Oct 2012 22:43:30 +0000 (22:43 +0000)]
Fix bug #
3558068 where svg property was set on a chunk when
it should not be because a mediaobject contained multiple
imageobjects and the svg was not selected for epub output.
Bob Stayton [Mon, 22 Oct 2012 21:44:26 +0000 (21:44 +0000)]
Fix bug #
3512473 where an inline synopsis element produced
an extra line break in nroff output.
Bob Stayton [Mon, 22 Oct 2012 21:14:23 +0000 (21:14 +0000)]
Exit when detects Xalan processor because it does not properly
support output method="text" which is needed for generating
the mime-type and other support files.
Jirka Kosek [Mon, 22 Oct 2012 20:42:44 +0000 (20:42 +0000)]
Xerces must be on the classpath in order to XInclude work
Bob Stayton [Mon, 22 Oct 2012 20:30:36 +0000 (20:30 +0000)]
Fix bug
3545150 where procedure/step/title not rendered in man pages.
Stefan Seefeld [Mon, 22 Oct 2012 19:12:28 +0000 (19:12 +0000)]
Adjust Makefiles.
Stefan Seefeld [Mon, 22 Oct 2012 18:41:00 +0000 (18:41 +0000)]
Moved many files from slides/ to xsl/slides/
Stefan Seefeld [Mon, 22 Oct 2012 17:46:42 +0000 (17:46 +0000)]
Exclude slides from core packages.
Stefan Seefeld [Mon, 22 Oct 2012 04:42:22 +0000 (04:42 +0000)]
Upload slides package.
Stefan Seefeld [Mon, 22 Oct 2012 03:23:10 +0000 (03:23 +0000)]
Add missing semicolons.
Stefan Seefeld [Sun, 21 Oct 2012 21:50:16 +0000 (21:50 +0000)]
Fix directory and package name.
David Cramer [Sun, 21 Oct 2012 21:45:09 +0000 (21:45 +0000)]
More on s/VERSION/VERSION.xsl/
David Cramer [Sun, 21 Oct 2012 21:42:39 +0000 (21:42 +0000)]
More on s/VERSION/VERSION.xsl/
Stefan Seefeld [Sun, 21 Oct 2012 21:41:48 +0000 (21:41 +0000)]
Separate slides package.
Stefan Seefeld [Sun, 21 Oct 2012 01:53:13 +0000 (01:53 +0000)]
Fix typo.
Stefan Seefeld [Sun, 21 Oct 2012 01:33:15 +0000 (01:33 +0000)]
A bit of cleanup...
Stefan Seefeld [Sun, 21 Oct 2012 00:25:33 +0000 (00:25 +0000)]
Add to 'clean' target.
David Cramer [Sat, 20 Oct 2012 23:52:01 +0000 (23:52 +0000)]
s/VERSION/VERSION.xsl/ again.
David Cramer [Sat, 20 Oct 2012 23:15:46 +0000 (23:15 +0000)]
s/VERSION/VERSION.xsl/
David Cramer [Sat, 20 Oct 2012 23:14:56 +0000 (23:14 +0000)]
Adding generated files to various clean targets.
David Cramer [Sat, 20 Oct 2012 23:12:33 +0000 (23:12 +0000)]
Slides: Change html to xhtml passim.
Bob Stayton [Sat, 20 Oct 2012 22:34:21 +0000 (22:34 +0000)]
Fix bug #
3555628 where a footnote inside a blockquote inherits the end-indent from the blockquote.
Stefan Seefeld [Sat, 20 Oct 2012 19:30:19 +0000 (19:30 +0000)]
Adjust build system to use slides/xhtml.
Stefan Seefeld [Sat, 20 Oct 2012 18:26:20 +0000 (18:26 +0000)]
Import slidy from vendor branch.
Stefan Seefeld [Sat, 20 Oct 2012 18:25:14 +0000 (18:25 +0000)]
Import s5 from vendor branch.
Stefan Seefeld [Sat, 20 Oct 2012 15:11:19 +0000 (15:11 +0000)]
Merge Slides GSoC project to trunk.
Bob Stayton [Fri, 19 Oct 2012 21:16:44 +0000 (21:16 +0000)]
Add parameter 'activate.external.olinks' to allow making
external olinks inactive, as for epub output.
Bob Stayton [Fri, 19 Oct 2012 17:14:36 +0000 (17:14 +0000)]
Copy html/titlepage.templates.xml to xhtml and add the xhtml namespace.
This will work with the new template/titlepage.xsl if someone wants
to customize their titlepages.
Mauritz Jeanson [Mon, 15 Oct 2012 15:43:56 +0000 (15:43 +0000)]
Added support for keep-together PI on informaltable. Closes bug #
3555609 .
Mauritz Jeanson [Sun, 14 Oct 2012 08:43:51 +0000 (08:43 +0000)]
Bug #
3556630 : Updated nb and nn locale files.
Stefan Seefeld [Sat, 13 Oct 2012 19:09:11 +0000 (19:09 +0000)]
Add hook for customization.
Mauritz Jeanson [Sat, 13 Oct 2012 17:38:50 +0000 (17:38 +0000)]
Bug #
3556628 : Updated information in README.
David Cramer [Sat, 22 Sep 2012 21:56:30 +0000 (21:56 +0000)]
Webhelp: By default don't validate against dtd when using ant build
David Cramer [Sat, 22 Sep 2012 21:55:25 +0000 (21:55 +0000)]
Webhelp: By default only exclude ix01.html from search in Makefile
Thomas Schraitle [Tue, 18 Sep 2012 10:48:54 +0000 (10:48 +0000)]
Splitting head.content into smaller chunks of templates.
See https://lists.oasis-open.org/archives/docbook-apps/201209/msg00037.html
Jirka Kosek [Tue, 11 Sep 2012 12:12:09 +0000 (12:12 +0000)]
Autoguess of proper parameter settings
Jirka Kosek [Tue, 11 Sep 2012 12:11:26 +0000 (12:11 +0000)]
Autoguess of proper parameter settings
Jirka Kosek [Tue, 11 Sep 2012 08:13:43 +0000 (08:13 +0000)]
Added missing $ns parameter to support proper generation of FO/XHTML titlepage templates
David Cramer [Sun, 9 Sep 2012 03:44:54 +0000 (03:44 +0000)]
Webhelp: Reverting last commit
David Cramer [Sun, 9 Sep 2012 03:30:15 +0000 (03:30 +0000)]
Webhelp: Removing two more unused jquery files
David Cramer [Sun, 9 Sep 2012 03:24:18 +0000 (03:24 +0000)]
Webhelp: Removing old, unused jquery file
David Cramer [Sun, 9 Sep 2012 03:21:25 +0000 (03:21 +0000)]
Webhelp: Fix header logo link
David Cramer [Sun, 9 Sep 2012 03:17:30 +0000 (03:17 +0000)]
Webhelp: Fix bad link to favicon.ico
David Cramer [Sat, 8 Sep 2012 22:06:45 +0000 (22:06 +0000)]
First part of the GSoC 2012 work by Arun and Visitha:
Visitha Baddegama
Remove content folder from Webhelp output
Build Webhelp using GNU Make/without ant
Support a parameterized list of files to exclude while indexing
Improve information message for browser with JavaScript disabled
Support searching for terms with punctuation like build.xml
Arun Bharadwaj
Make it possible to include the doc title in head/title and
not in the search results
Improve performance in IE 8/9
Expandable TOC pane
Information message for browser with JavaScript disabled
Thomas Schraitle [Sun, 2 Sep 2012 20:53:23 +0000 (20:53 +0000)]
Fixed subtle typo when calling lastLineNumber template: must be $listing instead of listing
Thomas Schraitle [Sun, 2 Sep 2012 20:52:15 +0000 (20:52 +0000)]
Fixed subtle typo when calling lastLineNumber template: must be $listing instead of listing
Thomas Schraitle [Sun, 2 Sep 2012 14:41:53 +0000 (14:41 +0000)]
Fixed typo: fole -> role attribute for phrase
Gábor Kövesdán [Thu, 30 Aug 2012 20:05:12 +0000 (20:05 +0000)]
- Fix mediaobject semantics
(dbs:incremental and dbs:style can be put into any common ancestor
so a dbs:block can also be used to carry these attributes and it
does not violate DocBook semantics.)
mimil [Fri, 24 Aug 2012 13:14:58 +0000 (13:14 +0000)]
update of maven artifacts (some are snapshot as there is no public release for now)
Gábor Kövesdán [Thu, 23 Aug 2012 17:48:45 +0000 (17:48 +0000)]
- Update Makefile for new directory layout
Gábor Kövesdán [Thu, 23 Aug 2012 17:43:47 +0000 (17:43 +0000)]
- Add new documentation
Gábor Kövesdán [Thu, 23 Aug 2012 17:35:18 +0000 (17:35 +0000)]
- Apply some local improvements to S5 and Slidy
Gábor Kövesdán [Thu, 23 Aug 2012 17:27:59 +0000 (17:27 +0000)]
- Branch S5 and Slidy to add local changes
Gábor Kövesdán [Thu, 23 Aug 2012 17:21:59 +0000 (17:21 +0000)]
Gábor Kövesdán [Thu, 23 Aug 2012 17:19:23 +0000 (17:19 +0000)]
- Bring in HTML Slidy
Gábor Kövesdán [Thu, 23 Aug 2012 17:12:40 +0000 (17:12 +0000)]
- Tag S5 1.2a2
Gábor Kövesdán [Thu, 23 Aug 2012 17:08:50 +0000 (17:08 +0000)]
- Bring in S5 files
Gábor Kövesdán [Thu, 23 Aug 2012 17:01:58 +0000 (17:01 +0000)]
- Add a script that helps generating callout images for Slides
- Add images that will be used in the documentation
Gábor Kövesdán [Thu, 23 Aug 2012 16:56:33 +0000 (16:56 +0000)]
- Add an XSLT to upgrade old Slides documents to Slides 5.0
Gábor Kövesdán [Thu, 23 Aug 2012 16:55:27 +0000 (16:55 +0000)]
- Convert the test files to DocBook Slides 5.0
Gábor Kövesdán [Thu, 23 Aug 2012 16:53:19 +0000 (16:53 +0000)]
- Remove catalogs; there is no DTD any more
- Update version number in the VERSION file
- Update locatingrules.xml