You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added daps validate options --validate-ids (checks
whether IDs match a basic SEO-compatible set of characters) and --validate-images (checks for missing and duplicated images)
Renamed daps checklink to daps linkcheck for consistency
with daps spellcheck and daps stylecheck
Renamed PDFNAME to OUTPUTNAME DC file option to clarify
its purpose
Removed features:
Removed support for the Xfig (.fig), PDF, and EPS image
formats
Removed support for the asciidoc tool, DAPS now only supports
AsciiDoctor
Removed support for --xsltparam which has been replaced by --stringparam
Removed --css=none option of daps epub
Removed daps-auto.pl which has been replaced by daps-autobuild
Removed all support for Python 2 dependencies
Bug fixes:
When AsciiDoctor outputs a warning, DAPS will now fail,
avoiding XML issues that would crop up later (this only works
if AsciiDoctor >= 1.5.7 is used)
Find unresolvable AsciiDoc attribute references (such as {reference}) and error out rather than adding them to the
output
When converting AsciiDoc, always unset the imagesdir
attribute, so DAPS can mandate its own images directory
On successive DAPS runs, always convert AsciiDoc files to XML
again
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New features:
DocBook set (
--adocset
/ADOC_SET="yes"
)dm:docmanager
duringunpack-lockdrop
when--remove-dm
is usedadded as an external file) (Support for DITAA images #540)
{daps-adoc-attribute}
from AsciiDoc sources toadd a list of all AsciiDoc attributes used by DAPS to the
output (AsciiDoc/Attributes capture in rendered output #573)
daps validate
options--validate-ids
(checkswhether IDs match a basic SEO-compatible set of characters) and
--validate-images
(checks for missing and duplicated images)daps checklink
todaps linkcheck
for consistencywith
daps spellcheck
anddaps stylecheck
PDFNAME
toOUTPUTNAME
DC file option to clarifyits purpose
Removed features:
.fig
), PDF, and EPS imageformats
asciidoc
tool, DAPS now only supportsAsciiDoctor
--xsltparam
which has been replaced by--stringparam
--css=none
option ofdaps epub
daps-auto.pl
which has been replaced bydaps-autobuild
Bug fixes:
avoiding XML issues that would crop up later (this only works
if AsciiDoctor >= 1.5.7 is used)
{reference}
) and error out rather than adding them to theoutput
imagesdir
attribute, so DAPS can mandate its own
images
directoryagain
underscores in IDs (AsciiDoctor generates _ids_with_underscores #520)
postprocess.xsl
clean-up stylesheet:@contentwidth
to@width
authorinitials
,othername
,lineage
<<reference, title>>
construct astitle (<xref linkend="reference"/>)
(same for links)example syntax that was previously converted to
GeekoDoc-incompatible
formalpara
elementsfile of the source has changed
--failure-level
if the version ofAsciiDoctor is new enough to support it
and in DC file at the same time
--param
the same as--stringparam
(When same stringparam is defined on both the command line and within the DC file, build breaks #589)index.html
and[ROOTID].html
aregenerated during HTML builds
getentityname.py
(getentityname.py fails on DB4 files without entity declaration #556)references
than overwrite values
last line of a DC file if it did not end in a newline character
(Missing newline character at end of DC file leads to last line of DC file being ignored #553)
—
could notbe found
unpack-locdrop
runs that failed because file listscontained spaces rather than line breaks
PROFOS
value duringlocdrop
daps html --nostatic
build failure resulting fromidentical files error
+=
operator compatibilitythe document (Misleading error message "ID defined multiple times" when it's not defined #546)
-vv
or higher verbosityxml:base
duringdaps linkcheck
(Confusing messages about missing xml:base from Adoc checklink #558)daps-xmlwellformed
daps-autobuild
Documentation:
daps-xmlformat
anddaps-check-deps
(Missing man pages for programs #491)
AsciiDoc book
Packaging changes:
architectures but not on IBM Power/IBM Z
xml-commons-jaxp-1.3-apis
, use genericxml-apis
This discussion was created from the release DAPS 3.1.0 stable release.
Beta Was this translation helpful? Give feedback.
All reactions