From 6c8cbb5d99b5d0d6e041b82a4c8a0af228fb7dc3 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Jul 07 2011 13:26:54 +0000 Subject: document --noextensions option, add NEWS for upcoming 0.0.24, add Changelog for recent items git-svn-id: https://svn.fedorahosted.org/svn/xmlto@60 eb1b79c1-ba03-4820-82f3-b60cf523859b --- diff --git a/ChangeLog b/ChangeLog index b2ff63f..a6a679c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-07-07 Ondrej Vasik + * README: Improve the readme file, create online manual + pages on project wiki + * xmlto.in: use backend extensions by default, provide + --noextensions to disable this + * doc/xmlto.xml: mention --noextensions option in documentation + 2011-03-03 Ondrej Vasik * format/{docbook,xhtml}/txt: show the text-web-browser converting command in verbose mode diff --git a/NEWS b/NEWS index adb22d9..561a563 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ Xmlto news ---------- +to be 0.0.24 (stable) + - README file was improved to provide better guidance + for users + - show the text-web-browser converting command in + verbose mode for better debugging + - workaround passivetex limitation for chapters + titles starting with L + - use passivetex/fop extensions by default, provide + --noextensions option to disable them + 0.0.23 (stable) - add support for detection of tail and gnu cp, do not hardcode /bin/bash initial value diff --git a/doc/xmlto.xml b/doc/xmlto.xml index c94aec0..9406b23 100644 --- a/doc/xmlto.xml +++ b/doc/xmlto.xml @@ -73,6 +73,7 @@ paramname=paramvalue + format @@ -218,10 +219,8 @@ Turn on stylesheet extensions for the tool chain - in use (for example, this might turn on - passivetex.extensions and - use.extensions if PassiveTeX is - being used). The variables turned on are the ones used + in use (use.extensions is turned on). + The variables turned on are the ones used by Norman Walsh's DocBook XSL stylesheets. @@ -277,6 +276,18 @@ + + + + By default, xmlto enables XSL params passivetex.extensions for + passivetex backend and fop.extensions and fop1.extensions + for fop backend. + This usually produces better results. If you for some reason don't want to use these parameters, just + disable them using this option. + + + +