]>
granicus.if.org Git - docbook-dsssl/log
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
Gábor Kövesdán [Thu, 23 Aug 2012 16:51:34 +0000 (16:51 +0000)]
- Remove the demo directory, it was just a glue to render the demo
presentation in various formats. It is not really applicable any more.
Gábor Kövesdán [Thu, 23 Aug 2012 16:44:54 +0000 (16:44 +0000)]
- Merge the content of the 6 README-alike files into 2
- Update content to reflect reality
- Installing notes mostly cover catalogs, which is not applicable any more
Gábor Kövesdán [Thu, 23 Aug 2012 16:35:52 +0000 (16:35 +0000)]
- Replace old Slides grammar with the namespace-based DocBook 5.0 extension
- RELAX-NG is now the main schema language
- Generate XSD as well but not DTD
Bob Stayton [Tue, 17 Jul 2012 03:23:51 +0000 (03:23 +0000)]
Fix bug in footnote link introduced in 1.77.1.
Bob Stayton [Mon, 16 Jul 2012 00:14:50 +0000 (00:14 +0000)]
Resolve conflict of duplicate ids on html table with caption.
Wrap a div with class and id attribute around html table without caption.
Bob Stayton [Sun, 15 Jul 2012 23:24:21 +0000 (23:24 +0000)]
Remove call to 'generate.id' template in <h1> in component.title because the
id is already generated for the parent div element.
Bob Stayton [Wed, 11 Jul 2012 18:51:03 +0000 (18:51 +0000)]
Test for @xml:id as well as @id for $rootid.
Bob Stayton [Tue, 10 Jul 2012 01:29:54 +0000 (01:29 +0000)]
Set omit-xml-declaration to 'yes' for write.text.chunk template, since a text
file should never have an xml declaration.
Bob Stayton [Mon, 9 Jul 2012 21:38:55 +0000 (21:38 +0000)]
Change ns README to README.ns in order to retain the regular README in the ns directory.
Bob Stayton [Mon, 9 Jul 2012 21:37:55 +0000 (21:37 +0000)]
Rename ns README to separate it from the stock README which is still needed in the namespaced directory because it lists the main stylesheet files.
Jirka Kosek [Fri, 6 Jul 2012 13:21:46 +0000 (13:21 +0000)]
Renamed file in shape with rev 9396 change
Thomas Schraitle [Thu, 5 Jul 2012 14:49:59 +0000 (14:49 +0000)]
Added support for @function attribute in keycap (uses keycap context
from language files) => fixes RFE#
3540451
If @function is set and keycap is empty, then template will use the
content from the keycap context, otherwise it will use just the given
text
Thomas Schraitle [Thu, 5 Jul 2012 13:15:58 +0000 (13:15 +0000)]
Added keycap context from RFE#
3540451 to support @function attribute
Thomas Schraitle [Thu, 5 Jul 2012 12:58:25 +0000 (12:58 +0000)]
Added keycap context from RFE#
3540451 to support @function attribute
David Cramer [Wed, 4 Jul 2012 18:15:12 +0000 (18:15 +0000)]
Also set the title param in head.content since it's sometimes
called without that param being passed in. Use the passed-in
value in user.head.title.
David Cramer [Wed, 4 Jul 2012 16:43:02 +0000 (16:43 +0000)]
Use user.head.title to add title to webhelp pages,
but do not yet add the book title to the page title.
Bob Stayton [Mon, 2 Jul 2012 05:44:20 +0000 (05:44 +0000)]
Restore missing title param on 'head.content' template, and passed
it along to user.head.title. That param
is used for certain special chunkings such as Long Descriptions.
Bob Stayton [Sun, 1 Jul 2012 23:46:52 +0000 (23:46 +0000)]
Add support for title in screenshot, available since DocBook 5.
Bob Stayton [Sun, 1 Jul 2012 23:35:36 +0000 (23:35 +0000)]
Add support for title element in screenshot, now allowed in DocBook 5.
Bob Stayton [Mon, 25 Jun 2012 15:51:20 +0000 (15:51 +0000)]
Add support for fragment identifiers in fileref in
a resource element.
David Cramer [Wed, 20 Jun 2012 02:02:50 +0000 (02:02 +0000)]
Webhelp: Revert 9433. We need to fix the indexer before we can include the document title in the html/head/title
David Cramer [Wed, 20 Jun 2012 02:01:11 +0000 (02:01 +0000)]
Webhelp: Append document title to html/head/title
David Cramer [Wed, 20 Jun 2012 01:59:44 +0000 (01:59 +0000)]
HTML: Add hook for easily customizing html/head/title
Bob Stayton [Mon, 18 Jun 2012 16:52:41 +0000 (16:52 +0000)]
Restore formatting of figure/caption that was broken in 1.77.1.
Kasun Gajasinghe [Sun, 10 Jun 2012 03:52:08 +0000 (03:52 +0000)]
minor changes to indexer
David Cramer [Tue, 5 Jun 2012 21:20:33 +0000 (21:20 +0000)]
Webhelp: fix missing reference to ie.css
Bob Stayton [Mon, 4 Jun 2012 21:47:26 +0000 (21:47 +0000)]
Updated for 1.77.1
David Cramer [Mon, 4 Jun 2012 16:42:58 +0000 (16:42 +0000)]
Webhelp: Increase default value for chunk.section.depth
Bob Stayton [Sat, 2 Jun 2012 22:50:24 +0000 (22:50 +0000)]
Change version to 1.77.1 for release.
Bob Stayton [Sat, 2 Jun 2012 22:49:39 +0000 (22:49 +0000)]
Check in changes since 1.77.0
Bob Stayton [Sat, 2 Jun 2012 22:35:07 +0000 (22:35 +0000)]
Updated for 1.77.1 release.
Bob Stayton [Sat, 2 Jun 2012 21:56:19 +0000 (21:56 +0000)]
Import the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly
from the filename.
Bob Stayton [Sat, 2 Jun 2012 21:48:57 +0000 (21:48 +0000)]
Add the correct VERSION.xsl file to the build for ns stylesheets.
Bob Stayton [Sat, 2 Jun 2012 21:18:04 +0000 (21:18 +0000)]
Undo last change because not implemented correctly.
Bob Stayton [Sat, 2 Jun 2012 20:14:04 +0000 (20:14 +0000)]
Refactored due to better support for html5 within the base html stylesheets.
Bob Stayton [Sat, 2 Jun 2012 20:10:58 +0000 (20:10 +0000)]
Use $div.element variable in place of div to support html5 section element.
output
Bob Stayton [Sat, 2 Jun 2012 19:30:54 +0000 (19:30 +0000)]
Fix the output comments to indicate which stylesheet was used.
Bob Stayton [Sat, 2 Jun 2012 19:29:47 +0000 (19:29 +0000)]
Remove from SVN because this file is generated during build.
Bob Stayton [Sat, 2 Jun 2012 19:02:39 +0000 (19:02 +0000)]
In sidebar, turn off space before first para if there is no title.
Bob Stayton [Thu, 31 May 2012 17:32:19 +0000 (17:32 +0000)]
Fix xsl:element to not overwrite the incoming fo: namespace
if the $ns param is not set.
Bob Stayton [Tue, 29 May 2012 16:31:25 +0000 (16:31 +0000)]
Remove xslns:d from non-namespaced version to prevent duplicate
defintions in namespaced version.
Kasun Gajasinghe [Sat, 26 May 2012 13:56:20 +0000 (13:56 +0000)]
updated webhelp documentation
Kasun Gajasinghe [Fri, 25 May 2012 17:07:19 +0000 (17:07 +0000)]
Removed the script htmlFileList.js since it's content is in htmlFileInfoList.js
Kasun Gajasinghe [Fri, 25 May 2012 17:01:43 +0000 (17:01 +0000)]
Appended the contents of htmlFileList.js to htmlFileInfoList.js
Bob Stayton [Fri, 25 May 2012 16:59:12 +0000 (16:59 +0000)]
In the <h1> output, replace call to 'get.doc.title' with
mode="title.markup" because get.doc.title returns only
the string value of the title, losing any markup such
as <trademark> or <superscript>.
Kasun Gajasinghe [Fri, 25 May 2012 15:41:03 +0000 (15:41 +0000)]
Remove unnecessary bits of code from webhelp
David Cramer [Fri, 25 May 2012 03:42:24 +0000 (03:42 +0000)]
Webhelp: Minor edits to the readme
David Cramer [Fri, 25 May 2012 03:34:34 +0000 (03:34 +0000)]
Webhelp: Suppress abstracts from titlepages. These are used to create the search result summary sentence and should not be shown
David Cramer [Fri, 25 May 2012 03:24:14 +0000 (03:24 +0000)]
Webhelp: calculate path to profile.xsl from main build.xml file
Bob Stayton [Thu, 24 May 2012 18:32:40 +0000 (18:32 +0000)]
Fix bug
3528673 , missing "separator" param on template with
match="indexterm" mode="reference". That param is passed
for endofrange processing to output the range separator.
Bob Stayton [Thu, 24 May 2012 16:33:32 +0000 (16:33 +0000)]
Restored templates for mml:* elements that were accidentally deleted.
Bob Stayton [Tue, 22 May 2012 05:36:48 +0000 (05:36 +0000)]
Updated based on the experience producing version 1.77.0.
Bob Stayton [Sun, 20 May 2012 22:40:07 +0000 (22:40 +0000)]
Restore VERSION to snapshot state.
Bob Stayton [Sun, 20 May 2012 04:38:17 +0000 (04:38 +0000)]
Updated for 1.77.0 release.
Bob Stayton [Sat, 19 May 2012 22:48:13 +0000 (22:48 +0000)]
Version 1.77.0 release
Bob Stayton [Sat, 19 May 2012 22:38:03 +0000 (22:38 +0000)]
Check in accidentally deleted file.
Bob Stayton [Sat, 19 May 2012 22:35:28 +0000 (22:35 +0000)]
Add 'output.html.scripts' template.
Use the shared 'no.namespace' nodeset instead of recomputing it.
Add the 'root.attributes' template to allow adding attributes to <html> element.
David Cramer [Sun, 13 May 2012 19:22:12 +0000 (19:22 +0000)]
Webhelp: Adding print-only css rules
Bob Stayton [Sat, 12 May 2012 23:46:35 +0000 (23:46 +0000)]
Make viewport layout table compatible with html5.
Bob Stayton [Sat, 12 May 2012 23:44:25 +0000 (23:44 +0000)]
Add support for using <section> instead of <div> for html5.
Bob Stayton [Sat, 12 May 2012 23:43:49 +0000 (23:43 +0000)]
Add support for using info/title as well as title in target element.
Bob Stayton [Sat, 12 May 2012 23:43:04 +0000 (23:43 +0000)]
Enable using <section> for glossary in html5 output.
Bob Stayton [Sat, 12 May 2012 23:42:32 +0000 (23:42 +0000)]
Add support for info/title as well as title on task.
Bob Stayton [Sat, 12 May 2012 23:41:56 +0000 (23:41 +0000)]
Make footnote rule compatible with html5.
Remove 'home' and 'up' links if html5.
Add call to placeholder template 'root.attributes' to enable adding
attributes to <html> element.
Make sure user.footer|header.navigation templates get passed
the params for next and prev.
Bob Stayton [Sat, 12 May 2012 23:39:44 +0000 (23:39 +0000)]
Make footnote rule compatible with html5.
Bob Stayton [Sat, 12 May 2012 23:39:14 +0000 (23:39 +0000)]
Make revhistory layout table compatible with html5.
Bob Stayton [Sat, 12 May 2012 23:38:10 +0000 (23:38 +0000)]
Make compatible with html5 when using <dl> for layout.
Bob Stayton [Sat, 12 May 2012 23:37:10 +0000 (23:37 +0000)]
Add support for info/title as well as title.
Bob Stayton [Sat, 12 May 2012 23:36:14 +0000 (23:36 +0000)]
Make funprototype layout table compatible with html5.
Bob Stayton [Sat, 12 May 2012 23:33:15 +0000 (23:33 +0000)]
Enable support for html5 features, including using <section> instead of
<div> for certain elements, and setting heading level to <h1> for chapters.
These features are not changed in the base html stylesheet for backwards
compatibility.
Bob Stayton [Sat, 12 May 2012 23:30:08 +0000 (23:30 +0000)]
Add style for footnote rule.
Bob Stayton [Sat, 12 May 2012 23:29:36 +0000 (23:29 +0000)]
Make qandaset layout table compatible with html5.
Bob Stayton [Sat, 12 May 2012 23:24:54 +0000 (23:24 +0000)]
Convert block quote layout table to be html5 compatible.
Bob Stayton [Sat, 12 May 2012 23:17:11 +0000 (23:17 +0000)]
Modify admon table to be compatibile with html5.
Bob Stayton [Sat, 12 May 2012 23:16:29 +0000 (23:16 +0000)]
Modify revision history table to make it customizable for html5.
Bob Stayton [Sat, 12 May 2012 23:15:39 +0000 (23:15 +0000)]
Add support for subtitle inside info.
Bob Stayton [Sat, 12 May 2012 23:11:47 +0000 (23:11 +0000)]
Add call to new 'root.attributes' placeholder template to allow
adding attributes to the <html> output element.
Bob Stayton [Fri, 11 May 2012 15:35:08 +0000 (15:35 +0000)]
Make assembly schema available for convenience.
Bob Stayton [Fri, 11 May 2012 03:49:49 +0000 (03:49 +0000)]
In "select.mediaobject.index" template, add selection of videoobject
and audioobject since now supported in HTML5.
Bob Stayton [Fri, 11 May 2012 03:47:30 +0000 (03:47 +0000)]
qualify caption template to mediaobject/caption so not confused with table/caption.
Bob Stayton [Fri, 11 May 2012 03:46:46 +0000 (03:46 +0000)]
Add template to process table/caption element.
Stefan Hinz [Wed, 9 May 2012 13:43:04 +0000 (13:43 +0000)]
Translated German WebHelp strings
David Cramer [Wed, 9 May 2012 03:27:20 +0000 (03:27 +0000)]
Webhelp: Arun's fix for bug where heading was partially hidden by header in some situations.
David Cramer [Mon, 7 May 2012 04:04:31 +0000 (04:04 +0000)]
Webhelp: Fixing list of supported languages