Enhancements in user guide, thanks to Martin Koeditz (issue #315)
FO contains wrong image paths when XML contains no profiling PI (issue #316)
DB-4-to-5 migration: missing book titles/productnames/productnumbers (issue #319)
New Features
Option --schema lets you specify an URN to a DocBook 5 schema that is to be used for validation. Will be ignored when validating Docbbok4 documents.
DOCBOOK5_STYLE_URI, DOCBOOK5_STYLE_URI, and DOCBOOK4_STYLE_URI may now also point to a local file. If the URN begins with the prefix "file://", it will not be resolved via xmlcatalog, but rather taken as is (minus "file://").
Add conversion options to online-docs:
--db5todb4: converts DocBook 5 sources to a DocBook 4 bigfile
--db5todb4nh: converts DocBook 5 sources to a DocBook 4 bigfile without
a DOCTYPE declaration
--dbtonovdoc: converts DocBook 4/5 to Novdoc
Misc
Do not set -nocs, hurts us when building Arabic (related: issue #108)
Avoid adding version attribute on all elements (commit 3a273d5)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We have just released DAPS 2.1.4
Download & Installation
Download DAPS 2.1.4
For download alternatives and installation instructions refer to https://github.com/openSUSE/daps/blob/master/INSTALL.adoc
Bugfixes (since 2.1.3)
checklink
doesn't work (issue #296)~/.config/daps/dapsrc
is ignored (issue #297)--param
is ignored with subcommandtext
(issue #299)locdrop
does not generategraphics-setfiles-$(DOCNAME)$(LANGSTRING).tar.bz2
(issue #302)locdrop
(issue #306)--optipng
tounpack-locdrop
(issue #307)--xmlonly
/--imgonly
switches tolist-srcfiles
(issue #310)New Features
--schema
lets you specify an URN to a DocBook 5 schema that is to be used for validation. Will be ignored when validating Docbbok4 documents.DOCBOOK5_STYLE_URI
,DOCBOOK5_STYLE_URI
, andDOCBOOK4_STYLE_URI
may now also point to a local file. If the URN begins with the prefix "file://", it will not be resolved via xmlcatalog, but rather taken as is (minus "file://").--db5todb4
: converts DocBook 5 sources to a DocBook 4 bigfile--db5todb4nh
: converts DocBook 5 sources to a DocBook 4 bigfile withouta DOCTYPE declaration
--dbtonovdoc
: converts DocBook 4/5 to NovdocMisc
-nocs
, hurts us when building Arabic (related: issue #108)