Version | Date | Description |
---|
2.0.16 | | |
2.0.15 | | |
2.0.14 | | |
2.0.13 | | |
2.0.12 | | |
2.0.11 | | |
2.0.10 | | |
2.0.9 | | |
2.0.8 | | Better PDF support and stylesheet update |
2.0.7 | 5-10-2007 | Syntax highlighting support |
2.0.6 | 27-7-2007 | Eclipse help support |
2.0.5 | | DocBook stylesheets upgrade + expression language |
2.0.4 | | DocBook stylesheets upgrade |
2.0.3 | | Customization enhancements |
2.0.2 | | A few enhancements and bug fixes. |
2.0.1 | 2006-10-23 | Only version number update. |
1.69.1.7 | | Support for XInclude |
1.69.1.6 | | Handling unparsed entity references. |
1.69.1.5 | | Chunked output and Java 1.4 compliance. |
Type | Changes | By |
---|
| generate-titlepage using the property targetsFilename which does not exist because
it is not a conventional docbook stylesheet. | mimil |
| configure loggers for fop, a new property can be used FopLogLevel or -Ddocbkx.fopLogLevel
Values are: OFF,FATAL,ERROR,WARN,INFO,DEBUG,TRACE,ALL
Default is: WARN | mimil |
| wrong method scope for setUseStandardOutput in order to allow extending. | mimil |
Type | Changes | By |
---|
| Add of property skip in order to skip execution of the plugin. | fschwarz |
| Add of a new target "generate-titlepage" in order generate titlepage stylesheet that may be needed to configure
some customization layers. A sample configuration is available on "docbkx.template" profile. | mimil |
| Allow to pass xsl and some docbkx parameters using the command line or pom properties, they are prefixed with
"docbkx.". Example mvn docbkx:generate-pdf -Ddocbkx.draftMode="true" | mimil |
| The xxxCustomization parameter is now properly interpreted relative to basedir. | andreas.veithen |
| Add of a possibility to skip execution of this plug-in. | frank.schwarz.78 |
| The plugin incorrectly report up-to-date generated PDF when xInclude is used, now when xInclude
is used files are regenerated because you do not have much handles on the xml processor for now. | mimil |
| Uppate to latest webhelp-indexer compatible with docbook styleshe
ets in 1.78.1. | tdemande |
| Add of a generate-manpage sample. | mimil |
| "docbkx.external" sample was using an hardcoded path in externalFOPConfiguration. | mimil |
| Update to FOP 1.1 to support hyphenateVerbatim option. | mimil |
| Allow project to specify source file encoding, default UTF-8. | samharwell |
| Add of a new target "generate-xhtml5". | vincent.nap |
| Allow the targets to generate xref database files, they will be named
<
filename
>
.
<
extension
>
.target.db | mimil |
| Add of a new target "generate-epub3". | mimil |
| Update copyright headers and setup maven-license-plugin. | mimil |
Type | Changes | By |
---|
| Add of property showXslMessages in order to activate the print of xsl:messages, default is set to false. | mimil |
| The plugin version is not anymore harcoded in the archetype | mimil |
| The property base.dir for html output in non chunking mode was not set thus causing long description to be
generated in the root dir. | mimil |
| The new docbook stylesheets make use of property epubEmbeddedFonts instead of epubEmbeddedFont previously | mimil |
| The webhelp output to correctly set the language | mimil |
| Due to the remove of a maven annotation the external fop configuration was not taken into account anymore | mimil |
Type | Changes | By |
---|
| Update of samples to use docbook namespace stylesheets (remove of DTD usage) | mimil |
| Fo outputs (pdf and rtf) were not correctly defining the output filename when multiple input files were given | mimil |
| The jalopy:format plugin has suppressed many maven javadoc tags causing many docbkx plugins to not work as expected | mimil |
| The WebHelp indexer is now correctly resetting the indexer | mimil |
Type | Changes | By |
---|
| Outputs having the property useStandardOutput set to false will generate their content to a dedicated directory using
the input filename as directory name. Current outputs concerned are: (x)html chunked, epub, webhelp, man, eclipse, javahelp | mimil |
| Move to FOP 1.0 | mimil |
| Remove deprecated maven configuration keys, mandatory for maven 3 fresh install to compile the plugin | mimil |
| Move to docbook xsl stylesheets 1.76.1 | mimil |
| Add support for WebHelp output. WebHelp is a feature-rich, nice looking XSL customization and is a better
alternative for web deployments. | mimil |
| Add support for RTF output (Rich Text Format) | mimil |
| EPUB output was not correctly zipping content when multiple input documents were specified | mimil |
Type | Changes | By |
---|
| Docbook XML catalogs of both previous and current versions are now correctly loaded. | mimil |
| Add of epub plugin | mimil |
| docbkx-to
ols plugin now works correctly under maven 3 | mimil |
| Bugs in the fop-support plugin was causing the plugin to stop and not working when space characters
were encountered into the path. | mimil |
Type | Changes | By |
---|
| Add of optional
<
useStandardOutput/
>
in docbkx-builder-maven-plugin and the generated
Mojos for stylesheets directly writing the target filename (manpages ...)
instead of using stdout as transformation result. | mimil |
| Use of latest docbook stylesheets artifacts as dependency instead of embedding parts
of docbook stylesheet distribution. | mimil |
| Add of docbkx-quickstart-archetype (@see http://code.google.com/p/docbkx-tools/wiki/UsingArchetypeTemplate) | mimil |
| Fails to create directory with xom xinclude | mimil |
| Add of XHTML support (generate-xhtml goal) | mimil |
Type | Changes | By |
---|
| Correction of generation failure when spaces in path. | mimil |
| Moved to FOP 0.95. | mimil |
| Removed use of ExpressionUtils class to avoid property clashes. | mimil |
| Added support of http url in xxxCustomization parameters. | mimil |
| Added generate-javahelp goal. | mimil |
| Added support for setting additional XSL parameters which are not
part of the regular docbook parameters using
<
customizationParameters
>
. | mimil |
| Added support for setting system properties using
<
systemProperties
>
which contains
<
name
>
<
value
>
elements pair inside
<
property
>
elements. | mimil |
| XSLT Highlighting can now be configured with
<
xslthlConfig
>
property or
using
<
systemProperties
>
. | mimil |
| Enhancement of urn:docbkx:stylesheet which points to the docbook release stylesheet
to allow urn:docbkx:stylesheet/xxxx to point to other files of the docbook release.
Example:
<
import href="urn:docbkx:stylesheet/pagesetup.xsl" /
>
. | mimil |
Type | Changes | By |
---|
| Added support for alternative fonts in PDF output. | wis |
| Replaced FOP 0.20.5 with FOP 0.94. | wis |
| Moved on to version 1.73.2 of the DocBook XSL stylesheets. | wis |
| Made sure that documents are not re-built when the sources did
not change. | wis |
| Better support for XInclude allowing includes by id and xml:id. | mimil |
Type | Changes | By |
---|
| Added support for syntax highlighting. | wis |
Type | Changes | By |
---|
| Added rudimentary support for generating Eclipse help. | wis |
Type | Changes | By |
---|
| Upgraded the styleseets to version 1.72.0. | wis |
| Added experimental support for using expression language in
processing instructions. | wis |
Type | Changes | By |
---|
| Upgraded the stylesheets to version 1.70.1. | wis |
Type | Changes | By |
---|
| Added support for inserting customization stylesheets. Simply
set the foCustomization or htmlCustomization properties, and
link the original stylesheets back in by using a symbolic
xsl:import. After that, you can use all Bob Sagehills
sugestions for customization the output. | wis |
| Added support for type specific content. The plugin will by
default look for a file called docbbkx.{type}.ent. If it
exists, then it will be automatically included in the XML
document. | wis |
Type | Changes | By |
---|
| Fixed support for xinclude. | wis |
Type | Changes | By |
---|
| Updated all version numbers to be in sync. (So the link to the
specific version of the DocBook templates has been dropped.) | wis |
Type | Changes | By |
---|
| Added support for XInclude. You can now instruct the plugin to
process xinclude tags by setting the 'xincludeSupport'
property to true. | wis |
Type | Changes | By |
---|
| Unparsed entity references were not handled correctly. As a
result, images would not appear in PDF and HTML output. | wis |
Type | Changes | By |
---|
| Added support for chunked HTML output. | wis |
| Refactored the code to be Java 1.4 compliant. | wis |
| Added a user guide. | wis |