From f79c7eab2541b6a8c5fa797e91c1389018d64aff Mon Sep 17 00:00:00 2001 From: Ondřej Sloup Date: Apr 11 2024 16:17:41 +0000 Subject: Reformat text files and convert them to markdowns --- diff --git a/AUTHORS b/AUTHORS index 10b519f..459f1a1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,4 @@ Author: Tim Waugh since 0.0.19 maintained by Ondrej Vasik +since 0.0.29 maintained by Ondrej Sloup diff --git a/ChangeLog b/ChangeLog index f81f317..fd87171 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,834 +1,717 @@ -2915-11-18 Ondrej Vasik - * xmlto.in: fix broken temp files removal trap - * configure.in: do not detect links as elinks browser - as they are not compatible in recent versions - -2015-11-10 Justin Turney - * xmlto.in: add new option --profile for preprocessing documents - with profiling stylesheet - -2015-02-11 Ondrej Vasik - * xmlif/xmlif.{c,l}: fix double free with invalid end attribute - -2015-02-05 Ondrej Vasik - * xmlif/xmlif.{c,l}: fix segfault with malformed end attribute - -2015-01-21 Ondrej Vasik - * configure.in: prefer elinks over links nowadays (suggested by - mathiaswe from Gentoo) - -2015-01-15 Joost Pjotr Vermeer - * xmlto.in: make source format detection less fragile and - namespace prefix independent - -2014-10-03 Roy Marples - * xmlto.in: eliminate unnecessary bashisms - -2014-04-08 Knut Schönfels - * xmlto.in: use correctly exit code from xsltproc - -2014-04-05 Ole Streicher - * format/docbook/epub: fix mime type of epub file - -2013-01-07 Ondrej Vasik - * configure.in: fix build with automake 1.13+ - * format/docbook/epub: create dir for the css lists - -2012-12-20 Ondrej Vasik - * configure.in: detect locations of sed/grep tools - * xmlto.in: handle detected sed and grep path variables - * format/fo/*: use variables for sed/grep instead of tool names - -2012-12-20 Kacper Perschke - * format/docbook/epub: handle used css lists in epub format - -2012-09-02 Ondrej Vasik - * xmlto.in: recognize documented noextensions parameter in - getopt - -2011-01-02 Ondrej Vasik - * xmlto.in: move searchpath computing into a function to - prevent shell warning about local builtin used outside the - function (debian #652974) - -2011-11-28 Ondrej Vasik - * configure.in: detect grep location - * xmlto.in: use (fop/fop1).extensions parameter based on real - fop version - -2011-07-14 Ondrej Vasik - * format/docbook/epub: initial experimental support for - docbook to epub conversion - * configure.in: detect zip location - * xmlto.in: provide detected zip location to epub convertor - -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 - -2010-07-13 Ondrej Vasik - * format/fo/{ps,dvi,pdf}: workaround passivetex limitation - for chapters titles starting with L (rhbz#526273) - -2009-09-18 Ondrej Vasik - * configure.in: Do not hardcode /bin/bash default - path, add support for detection of tail and gnu cp - binary (all changes from Ben Walton, maintainer of - xmlto under Solaris) - * xmlto.in: use detected tail command, export gnu cp - location for usage in format backends, use `type -t` - instead of `which` for detection of file availability, - do not use autodetected papersize when --noautosize - option is specified. - * format/*: use detected gnu cp instead of hardcoded - cp, use `type -t` instead of `which` for detection - of file availability. - -2009-03-16 Ondrej Vasik - * configure.in: Make tools/program paths detection - automated, could be overriden by envvar settings - passed to configure script. Added option for - choosing default backend and webbrowser (for - requirements) - * format/xhtml1: new backends for xhtml1 source format, - supports output formats awt, dvi, fo, mif, pcl, pdf, - ps, svg and txt - * format/*: use configured tools paths, autodetect - missing tools, correctly exit if tool is not - available - * xmlto.in: fixed libpaper cleaning up(deb #491390), - fixed --stringparam option functionality, xmllint - validity check now uses --noent option (deb #516253), - added some messages to easier detection of troubles, - use xhtml1 source format, consolidated error codes - (see docs), check for missing fop/dblatex and fallback - to passivetex if not found - * xmlto.spec.in: split package, two subpackages added: - tex subpackage for backends with passivetex requirements, - xhtml subpackage for xhtml1 source format - * doc/xmlto.xml: fixed compilation warnings, documented - exit error codes and changes - * doc/xmlif.xml: fixed compilation warnings - * xmlif/* : now licensed under GPLv2+ - * various files: fixed wrong FSF address - * FAQ: Fixed obsolete informations - * Makefile.am: indentation and consolidation fixes +- 2024-04-10 Ondřej Sloup -2008-06-20 Ondrej Vasik - * configure.in: Version 0.0.21 (stable). - * format/docbook/*: added experimental support of dblatex, - fixed non-portability issue with 'cp -a' - * format/fo/*: added experimental support of dblatex, - fixed non-portability issue with 'cp -a' - * xmlto.in: added optional nonmandatory support for - libpaper, fixed bug in processing introduced by - fop support - * doc/xmto.xml: Update documentation. + - Rename variable BASH to XMLTO_BASH_PATH (#8) + - Fix warnings in the build + - Regenerate xmlif to use new version of gcc + - Rename and format markdown files + - Convert output path to unix on cygwin/msys + - Add .gitignore +- 2015-11-18 Ondrej Vasik -2008-01-15 Ondrej Vasik - * configure.in: Version 0.0.20 (stable). - * format/docbook/*: added experimental support of fop - * format/fo/*: added experimental support of fop - * xmlto.in: changed parsing of source format(preparation - for X3D and xhtml1 support), allowed passing of XSL - stylesheet from STDIN, avoid broken manpages by - disabling charmap subset - * THANKS: (NEW)file with people who sent ideas/patches - used in versions 0.0.19+ - * various files: additional basename with space fixes, - cp in docbook format now recursive + - xmlto.in: fix broken temp files removal trap + - configure.in: do not detect links as elinks browser as they are + not compatible in recent versions +- 2015-11-10 Justin Turney -2007-11-19 Ondrej Vasik - * configure.in: Version 0.0.19 (stable) - * various files: added quotes for basenames with spaces - * xmlto.in: fixed warning in xmlto usage display - * Makefile.in,Makefile.am: bash not hardcoded + - xmlto.in: add new option --profile for preprocessing documents + with profiling stylesheet -2004-01-21 Tim Waugh +- 2015-02-11 Ondrej Vasik - - * configure.in: Version 0.0.18 (stable). + - xmlif/xmlif.{c,l}: fix double free with invalid end attribute -2004-01-02 Tim Waugh +- 2015-02-05 Ondrej Vasik - * xmlto.in: Use new-style arguments for head (bug #112634). + - xmlif/xmlif.{c,l}: fix segfault with malformed end attribute -2004-01-02 Tim Waugh +- 2015-01-21 Ondrej Vasik - * doc/xmlif.xml, xmlif/xmlif.l, xmlif/test/test.xml: More xmlif - changes from Eric Raymond. + - configure.in: prefer elinks over links nowadays + (suggested by mathiaswe from Gentoo) -2003-11-30 Tim Waugh +- 2015-01-15 Joost Pjotr Vermeer - * configure.in: Version 0.0.17 (stable). + - xmlto.in: make source format detection less fragile + and namespace prefix independent -2003-11-30 Tim Waugh +- 2014-10-03 Roy Marples - * format/docbook/txt: Use w3m if available. Patch from Richard - Bos . + - xmlto.in: eliminate unnecessary bashisms -2003-11-18 Eric S. Raymond +- 2014-04-08 Knut Schönfels - * xmlto.in: Fixed error handling. + - xmlto.in: use correctly exit code from xsltproc -2003-11-18 Tim Waugh +- 2014-04-05 Ole Streicher - * configure.in: Version 0.0.16 (stable). + - format/docbook/epub: fix mime type of epub file -2003-11-18 Eric S. Raymond +- 2013-01-07 Ondrej Vasik - * xmlif/xmlif.l: Correct xmlif syntax to conform to standard - processing-instruction syntax. - * doc/xmlif.xml: Update documentation. - * xmlif/test/test.xml: Update test suite. + - configure.in: fix build with automake 1.13+ + - format/docbook/epub: create dir for the css lists - * xmlto.mak: Add pattern rule for xhtml. +- 2012-12-20 Ondrej Vasik -2003-10-30 Tim Waugh + - configure.in: detect locations of sed/grep tools + - xmlto.in: handle detected sed and grep path variables + - format/fo/\*: use variables for sed/grep instead of tool names - * Makefile.am: Invoke xmlto with options before arguments, to please - various flavours of getopt. +- 2012-12-20 Kacper Perschke -2003-10-08 Tim Waugh + - format/docbook/epub: handle used css lists in epub format - * xmlto.in: Make --searchpath use xsltproc's --path option. +- 2012-09-02 Ondrej Vasik - * Makefile.am: Fixed build failure advice. + - xmlto.in: recognize documented noextensions parameter in getopt -2003-10-07 Tim Waugh +- 2011-01-02 Ondrej Vasik - * Makefile.am: Ship FAQ. + - xmlto.in: move searchpath computing into a function to prevent shell warning + about local builtin used outside the function (debian #652974) -2003-10-07 Tim Waugh +- 2011-11-28 Ondrej Vasik - * configure.in: Version 0.0.15 (stable). + - configure.in: detect grep location + - xmlto.in: use (fop/fop1).extensions parameter based on real fop version -2003-10-07 Tim Waugh +- 2011-07-14 Ondrej Vasik - * FAQ: New file. - * Makefile.am: Add advice about build failures. - * INSTALL: Likewise. + - format/docbook/epub: initial experimental support for docbook to epub conversion + - configure.in: detect zip location + - xmlto.in: provide detected zip location to epub convertor -2003-08-08 Tim Waugh +- 2011-07-07 Ondrej Vasik - * format/docbook/html, format/docbook/htmlhelp: Copy all output - files, in case the extension has been customized. + - 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 -2003-08-04 Tim Waugh +- 2011-03-03 Ondrej Vasik - * xmlto.in: Put options first in usage description. Some buggy - getopt implementations seem to need options specified first. + - format/{docbook,xhtml}/txt: show the text-web-browser converting command in verbose mode -2003-07-29 Tim Waugh +- 2010-07-13 Ondrej Vasik - * format/fo/dvi, format/fo/pdf, format/fo/ps: Shorten line lengths - for TeX (bug #101055). + - format/fo/{ps,dvi,pdf}: workaround passivetex limitation for chapters titles starting with L (rhbz#526273) -2003-05-28 Tim Waugh +- 2009-09-18 Ondrej Vasik - * xmlto.in: Use --xinclude when invoking xmllint (Anders Carlsson). - Also use --postvalid since that causes XIncludes to be processed - before validation. + - configure.in: Do not hardcode /bin/bash default path, + add support for detection of tail and gnu cp binary (all changes from Ben Walton, + maintainer of xmlto under Solaris) + - xmlto.in: use detected tail command, + export gnu cp location for usage in format backends, + use `type -t` instead of `which` for detection of file availability, + do not use autodetected papersize when --noautosize option is specified. + - format/\*: use detected gnu cp instead of hardcoded cp, + use `type -t` instead of `which` for detection of file availability. -2003-05-23 Tim Waugh +- 2009-03-16 Ondrej Vasik - * configure.in: Version 0.0.14 (stable). + - configure.in: Make tools/program paths detection automated, + could be overriden by envvar settings passed to configure script. + Added option for choosing default backend and webbrowser (for requirements) + - format/xhtml1: new backends for xhtml1 source format, + supports output formats awt, dvi, fo, mif, pcl, pdf, ps, svg and txt + - format/\*: use configured tools paths, autodetect missing tools, correctly exit if tool is not available + - xmlto.in: fixed libpaper cleaning up(deb #491390), + fixed --stringparam option functionality, + xmllint validity check now uses --noent option (deb #516253), + added some messages to easier detection of troubles, + use xhtml1 source format, + consolidated error codes (see docs), + check for missing fop/dblatex and fallback to passivetex if not found + - xmlto.spec.in: split package, two subpackages added: + tex subpackage for backends with passivetex requirements, + xhtml subpackage for xhtml1 source format + - doc/xmlto.xml: fixed compilation warnings, + documented exit error codes and changes + - doc/xmlif.xml: fixed compilation warnings + - xmlif/\*: now licensed under GPLv2+ + - various files: fixed wrong FSF address + - FAQ: Fixed obsolete informations + - Makefile.am: indentation and consolidation fixes -2003-05-23 Tim Waugh +- 2008-06-20 Ondrej Vasik - * xsl/db2man/custom.xsl, doc/README.docbook-xsl: Removed (no longer - needed). - * Maefile.am, format/docbook/man, xmlto.spec.in: Updated. + - configure.in: Version 0.0.21 (stable). + - format/docbook/\*: added experimental support of dblatex, + fixed non-portability issue with 'cp -a' + - format/fo/\*: added experimental support of dblatex, + fixed non-portability issue with 'cp -a' + - xmlto.in: added optional nonmandatory support for libpaper, + fixed bug in processing introduced by fop support + - doc/xmto.xml: Update documentation. -2003-05-09 Tim Waugh +- 2008-01-15 Ondrej Vasik - * configure.in: Version 0.0.13 (stable). + - configure.in: Version 0.0.20 (stable). + - format/docbook/\*: added experimental support of fop + - format/fo/\*: added experimental support of fop + - xmlto.in: changed parsing of source format (preparation for X3D and xhtml1 support), + allowed passing of XSL stylesheet from STDIN, + avoid broken manpages by disabling charmap subset + - THANKS: (NEW) file with people who sent ideas/patches used in versions 0.0.19+ + - various files: additional basename with space fixes, + cp in docbook format now recursive -2003-05-09 Tim Waugh +- 2007-11-19 Ondrej Vasik - * xsl/db2man/custom.xsl: Sync with docbook-xsl. + - configure.in: Version 0.0.19 (stable) + - various files: added quotes for basenames with spaces + - xmlto.in: fixed warning in xmlto usage display + - Makefile.in, Makefile.am: bash not hardcoded -2003-04-11 Tim Waugh +- 2004-01-21 Tim Waugh - * xmlto.in: Back to --valid for xmllint. Also don't need - --loaddtd as it's implied by --valid. + - configure.in: Version 0.0.18 (stable). -2003-03-07 Tim Waugh +- 2004-01-02 Tim Waugh - * xsl/db2man/custom.xsl: Fix group/arg template to set non-breaking - spaces. Add null template for sbr. + - xmlto.in: Use new-style arguments for head (bug #112634). -2003-03-06 Tim Waugh +- 2004-01-02 Tim Waugh - * xsl/db2man/custom.xsl: ulink change is now upstream. + - doc/xmlif.xml, xmlif/xmlif.l, xmlif/test/test.xml: More xmlif changes from Eric Raymond. - * xmlto.in: Fix typo. +- 2003-11-30 Tim Waugh - * xsl/db2man/custom.xsl: Fix cmdsynopsis wrapping to behave like - funcsynopsis wrapping, i.e. get nroff to wrap for us. + - configure.in: Version 0.0.17 (stable). -2003-01-29 Tim Waugh +- 2003-11-30 Tim Waugh - * xsl/db2man/custom.xsl: Use copyright symbol. + - format/docbook/txt: Use w3m if available. Patch from Richard Bos . - * xsl/db2man/custom.xsl: Fix '-' vs '\-'. +- 2003-11-18 Eric S. Raymond - * xmlto.in: Don't use '--novalid' when invoking xsltproc, since - that causes it to skip over declared entities and that causes - errors. + - xmlto.in: Fixed error handling. -2003-03-07 Tim Waugh +- 2003-11-18 Tim Waugh - * xmlto.in: Use 'chunker.output.encoding' not 'default.encoding', - since the name changed. + - configure.in: Version 0.0.16 (stable). -2002-12-22 Tim Waugh +- 2003-11-18 Eric S. Raymond - * xmlto.in: Always append to XSLTOPTS rather than inserting -v at - the beginning. + - xmlif/xmlif.l: Correct xmlif syntax to conform to standard processing-instruction syntax. + - doc/xmlif.xml: Update documentation. + - xmlif/test/test.xml: Update test suite. + - xmlto.mak: Add pattern rule for xhtml. -2002-12-22 Graham Wilson +- 2003-10-30 Tim Waugh - * xmlto.in: Don't attempt validation on XSL-FO input. + - Makefile.am: Invoke xmlto with options before arguments, to please various flavours of getopt. - * xmlto.in: Tell xsltproc not to validate, since we use xmllint - for that. +- 2003-10-08 Tim Waugh -2002-12-12 Tim Waugh + - xmlto.in: Make --searchpath use xsltproc's --path option. + - Makefile.am: Fixed build failure advice. - * configure.in: Version 0.0.12 (stable). +- 2003-10-07 Tim Waugh -2002-12-05 Tim Waugh + - Makefile.am: Ship FAQ. - * xmlto.in: Use --postvalid instead of --valid when calling - xmllint (Graham Wilson). +- 2003-10-07 Tim Waugh -2002-11-22 Tim Waugh + - configure.in: Version 0.0.15 (stable). - * xmlto.in: Magic encoding detection. +- 2003-10-07 Tim Waugh -2002-10-16 Tim Waugh + - FAQ: New file. + - Makefile.am: Add advice about build failures. + - INSTALL: Likewise. - * configure.in: Version 0.0.11 (stable). +- 2003-08-08 Tim Waugh -2002-10-16 Tim Waugh + - format/docbook/html, format/docbook/htmlhelp: + Copy all output files, in case the extension has been customized. - * doc/xmlif.xml: Indentation. Add 'future directions' section. - Fix DOCTYPE system ID. Also use DocBook XML V4.2. Add xml PI. - * doc/xmlto.xml: DocBook XML V4.2. +- 2003-08-04 Tim Waugh - * format/fo/dvi, format/fo/pdf: Use '--' here too. + - xmlto.in: Put options first in usage description. + Some buggy getopt implementations seem to need options specified first. -2002-10-16 Eric S. Raymond +- 2003-07-29 Tim Waugh - * format/docbook/html, format/docbook/htmlhelp, - format/docbook/man, format/docbook/xhtml: Format scripts don't - handle chunk names with leading - properly. This fixes the - problem. + - format/fo/dvi, format/fo/pdf, format/fo/ps: Shorten line lengths for TeX (bug #101055). -2002-10-10 Tim Waugh +- 2003-05-28 Tim Waugh - * xmlto.in: If xsltproc fails with exit code 4, try again with - --catalogs. + - xmlto.in: Use --xinclude when invoking xmllint (Anders Carlsson). + Also use --postvalid since that causes XIncludes to be processed before validation. -2002-10-09 Tim Waugh +- 2003-05-23 Tim Waugh - * xsl/db2man/README, Makefile.am: No longer needed. + - configure.in: Version 0.0.14 (stable). - * xsl/db2man/custom.xsl, xmlto.spec.in: Updated for 1.56.0. +- 2003-05-23 Tim Waugh -2002-10-08 Tim Waugh + - xsl/db2man/custom.xsl, doc/README.docbook-xsl: Removed (no longer needed). + - Maefile.am, format/docbook/man, xmlto.spec.in: Updated. - * format/fo/dvi, format/fo/pdf, format/fo/ps: Handle another - situation in which xmltex needs a re-run. Patch based on one - submitted by Matthias Andree . +- 2003-05-09 Tim Waugh -2002-10-07 Tim Waugh + - configure.in: Version 0.0.13 (stable). - * xmlto.in: Validate the input file. Can be overridden by new - option --skip-validation. - * doc/xmlto.xml: Document new behaviour. +- 2003-05-09 Tim Waugh -2002-10-06 Tim Waugh + - xsl/db2man/custom.xsl: Sync with docbook-xsl. - * xmlif/test.xml: Moved.. - * xmlif/test/test.xml: ..here. - * xmlif/test/result-no-condition, - xmlif/test/result-unrelated-condition, - xmlif/test/result-html, xmlif/test/result-pdf, xmlif/test/result-ps, - xmlif/test/result-foo, xmlif/test/result-baz, - xmlif/test/result-bar, xmlif/test/run-test: New files for testing - xmlif. - * Makefile.am: Run xmlif tests. +- 2003-04-11 Tim Waugh - * format/fo/dvi, format/fo/pdf, format/fo/ps: Use 'cp' instead of - 'mv' on $XSLT_PROCESSED, since it might be the original input file. + - xmlto.in: Back to --valid for xmllint. + Also don't need --loaddtd as it's implied by --valid. -2002-10-05 Tim Waugh +- 2003-03-07 Tim Waugh - * xmlto.spec.in: Remove 'BuildArch: noarch'. - * Makefile.am: Build rules for xmlif. - * configure.in: Generate config.h. - * xmlif/xmlif.l: Understand --help and --version. + - xsl/db2man/custom.xsl: Fix group/arg template to set non-breaking spaces. + Add null template for sbr. -2002-10-05 Eric S. Raymond +- 2003-03-06 Tim Waugh - * xmlif/xmlif.l: New program for conditional processing. - * xmlif/test.xml: Test input. - * doc/xmlif.xml: Documentation for xmlif. + - xsl/db2man/custom.xsl: ulink change is now upstream. + - xmlto.in: Fix typo. + - xsl/db2man/custom.xsl: + Fix cmdsynopsis wrapping to behave like funcsynopsis wrapping, i.e. get nroff to wrap for us. - * xmlto.in: Set POSTARGS and POSTPOSTARGS from -p option parameter. - * format/docbook/txt, format/fo/dvi, format/fo/pdf, - format/fo/ps: Use them. - * doc/xmlto.xml: Document new option. +- 2003-01-29 Tim Waugh -2002-09-10 Tim Waugh + - xsl/db2man/custom.xsl: Use copyright symbol. + - xsl/db2man/custom.xsl: Fix '-' vs '\-'. + - xmlto.in: Don't use '--novalid' when invoking xsltproc, + since that causes it to skip over declared entities and that causes errors. - * xmlto.mak: Add XMLTOFLAGS. +- 2003-03-07 Tim Waugh -2002-08-25 Tim Waugh + - xmlto.in: Use 'chunker.output.encoding' not 'default.encoding', + since the name changed. - * xsl/db2man/docbook.xsl, xsl/db2man/lists.xsl, xsl/db2man/synop.xsl, - xsl/db2man/xref.xsl: Removed. - * xsl/db2man/custom.xsl: New file. Customization layer for - db2man bugfixes. - * format/docbook/man: Use it. - * Makefile.am: Updated. Don't ship CVS directories. +- 2002-12-22 Tim Waugh -2002-08-22 Tim Waugh + - xmlto.in: Always append to XSLTOPTS rather than inserting -v at the beginning. - * xmlto.in: Use sed to determine the root element of the input - document. Bash seems to be very slow at variable expansions when - using UTF-8. +- 2002-12-22 Graham Wilson - * xmlto.in: New option --searchpath for adjusting TEXINPUTS. - * format/fo/dvi, format/fo/pdf, format/fo/ps: Use it. - * doc/xmlto.xml: Document it. + - xmlto.in: Don't attempt validation on XSL-FO input. + - xmlto.in: Tell xsltproc not to validate, since we use xmllint for that. -2002-08-06 Tim Waugh +- 2002-12-12 Tim Waugh - * format/fo/dvi, format/fo/pdf, format/fo/ps: Only re-run tex - if there were undefined references. + - configure.in: Version 0.0.12 (stable). -2002-08-05 Tim Waugh +- 2002-12-05 Tim Waugh - * format/fo/dvi, format/fo/pdf, format/fo/ps: Work around tetex - limitation regarding filenames containing underscores (based on - patch attached to bug #70110). + - xmlto.in: Use --postvalid instead of --valid when calling xmllint (Graham Wilson). -2002-08-02 Tim Waugh +- 2002-11-22 Tim Waugh - * xmlto.in, format/docbook/dvi, format/docbook/fo, - format/docbook/html, format/docbook/html-nochunks, - format/docbook/htmlhelp, format/docbook/javahelp, - format/docbook/man, format/docbook/pdf, format/docbook/ps, - format/docbook/txt, format/docbook/xhtml, - format/docbook/xhtml-nochunks, format/fo/dvi, format/fo/pdf, - format/fo/ps: Be less verbose by default (Eric Raymond). + - xmlto.in: Magic encoding detection. - * doc/xmlto.xml: Clarify --help function in man page (Eric - Raymond). +- 2002-10-16 Tim Waugh -2002-07-01 Tim Waugh + - configure.in: Version 0.0.11 (stable). - * xmlto.mak: New file. - * Makefile.am: Ship it. +- 2002-10-16 Tim Waugh -2002-06-27 Tim Waugh + - doc/xmlif.xml: Indentation. Add 'future directions' section. Fix DOCTYPE system ID. Also use DocBook XML V4.2. Add xml PI. + - doc/xmlto.xml: DocBook XML V4.2. + - format/fo/dvi, format/fo/pdf: Use '--' here too. - * xsl/db2man/docbook.xsl, xsl/db2man/synop.xsl: Apply Joe Orton's - improvements: - - use SS for refsect2 subheadings - - truncate .TH title so that it doesn't overlap - - funcprototype fixes + trick to get funky wrapping +- 2002-10-16 Eric S. Raymond -2002-06-26 Tim Waugh + - format/docbook/html, format/docbook/htmlhelp, format/docbook/man, format/docbook/xhtml: + Format scripts don't handle chunk names with leading - properly. This fixes the problem. - * xmlto.in: Tell xsltproc to perform XInclude expansion (suggested - by James Henstridge). +- 2002-10-10 Tim Waugh -2002-06-20 Tim Waugh + - xmlto.in: If xsltproc fails with exit code 4, try again with --catalogs. - * format/docbook/txt: Use Michael Wiedmann's suggestion for better - options when using lynx. +- 2002-10-09 Tim Waugh -2002-06-19 Tim Waugh + - xsl/db2man/README, Makefile.am: No longer needed. + - xsl/db2man/custom.xsl, xmlto.spec.in: Updated for 1.56.0. - * xsl/db2man/docbook.xsl: Fix AUTHOR section generation. +- 2002-10-08 Tim Waugh -2002-06-18 Tim Waugh + - format/fo/dvi, format/fo/pdf, format/fo/ps: + Handle another situation in which xmltex needs a re-run. Patch based on one submitted by Matthias Andree . - * configure.in: Version 0.0.10 (stable). +- 2002-10-07 Tim Waugh -2002-06-18 Tim Waugh + - xmlto.in: Validate the input file. Can be overridden by new option --skip-validation. + - doc/xmlto.xml: Document new behaviour. - * xsl/db2man/docbook.xsl: Catch up to CVS. +- 2002-10-06 Tim Waugh - * format/fo/ps, format/fo/dvi: Export TEXINPUTS, like with pdf. + - xmlif/test.xml: Moved.. + - xmlif/test/test.xml: ..here. + - xmlif/test/result-no-condition, xmlif/test/result-unrelated-condition, xmlif/test/result-html, xmlif/test/result-pdf, xmlif/test/result-ps, xmlif/test/result-foo, xmlif/test/result-baz,xmlif/test/result-bar, xmlif/test/run-test: + New files for testing xmlif. + - Makefile.am: Run xmlif tests. + - format/fo/dvi, format/fo/pdf, format/fo/ps: + Use 'cp' instead of 'mv' on $XSLT_PROCESSED, since it might be the original input file. -2002-05-31 Tim Waugh +- 2002-10-05 Tim Waugh - * xsl/db2man/docbook.xsl, xsl/db2man/synop.xsl, xsl/db2man/lists.xsl, - xsl/db2man/xref.xsl: Catch up to CVS. + - xmlto.spec.in: Remove 'BuildArch: noarch'. + - Makefile.am: Build rules for xmlif. + - configure.in: Generate config.h. + - xmlif/xmlif.l: Understand --help and --version. -2002-05-10 Tim Waugh +- 2002-10-05 Eric S. Raymond - * xsl/db2man/docbook.xsl: Catch up to CVS. + - xmlif/xmlif.l: New program for conditional processing. + - xmlif/test.xml: Test input. + - doc/xmlif.xml: Documentation for xmlif. + - xmlto.in: Set POSTARGS and POSTPOSTARGS from -p option parameter. + - format/docbook/txt, format/fo/dvi, format/fo/pdf, format/fo/ps: Use them. + - doc/xmlto.xml: Document new option. - * xsl/db2man/synop.xsl: Remove unneeded arg/replaceable template, - and make group/arg/replaceable italic again. +- 2002-09-10 Tim Waugh -2002-05-09 Tim Waugh + - xmlto.mak: Add XMLTOFLAGS. - * xsl/db2man/synop.xsl: Get spacing right. - * xsl/db2man/synop.xsl: Catch up to CVS. +- 2002-08-25 Tim Waugh - * xsl/db2man/lists.xsl: Handle listitem/simpara. + - xsl/db2man/docbook.xsl, xsl/db2man/lists.xsl, xsl/db2man/synop.xsl, xsl/db2man/xref.xsl: Removed. + - xsl/db2man/custom.xsl: New file. Customization layer fordb2man bugfixes. + - format/docbook/man: Use it. + - Makefile.am: Updated. Don't ship CVS directories. -2002-05-02 Tim Waugh +- 2002-08-22 Tim Waugh - * xsl/db2man/docbook.xsl: Sync with CVS changes. - * xsl/db2man/synop.xsl: Likewise. + - xmlto.in: Use sed to determine the root element of the input document. + Bash seems to be very slow at variable expansions when using UTF-8. + - xmlto.in: New option --searchpath for adjusting TEXINPUTS. + - format/fo/dvi, format/fo/pdf, format/fo/ps: Use it. + - doc/xmlto.xml: Document it. -2002-05-01 Tim Waugh +- 2002-08-06 Tim Waugh - * configure.in: Version 0.0.9 (stable). + - format/fo/dvi, format/fo/pdf, format/fo/ps: + Only re-run tex if there were undefined references. -2002-05-01 Tim Waugh +- 2002-08-05 Tim Waugh - * xsl/db2man/docbook.xsl: Allow variablelists, but not procedures, - to nest inside paras. + - format/fo/dvi, format/fo/pdf, format/fo/ps: + Work around tetex limitation regarding filenames containing underscores + (based on patch attached to bug #70110). - * xsl/db2man/docbook.xsl: Fix citerefentry after CVS sync. +- 2002-08-02 Tim Waugh - * doc/xmlto.xml: Change examples section to use screens inside paras. - Because we can now.. + - xmlto.in, format/docbook/dvi, format/docbook/fo, format/docbook/html, format/docbook/html-nochunks, format/docbook/htmlhelp, format/docbook/javahelp, format/docbook/man, format/docbook/pdf, format/docbook/ps, format/docbook/txt, format/docbook/xhtml, format/docbook/xhtml-nochunks, format/fo/dvi, format/fo/pdf, format/fo/ps: + Be less verbose by default (Eric Raymond). + - doc/xmlto.xml: Clarify --help function in man page (Eric Raymond). -2002-04-30 Tim Waugh +- 2002-07-01 Tim Waugh - * xsl/db2man/docbook.xsl, xsl/db2man/synop.xsl: Sync with CVS - changes. + - xmlto.mak: New file. + - Makefile.am: Ship it. - * xsl/db2man/docbook.xsl: Use refname[1] for the man page filename, - not refentrytitle. +- 2002-06-27 Tim Waugh -2002-04-30 Tim Waugh + - xsl/db2man/docbook.xsl, xsl/db2man/synop.xsl: Apply Joe Orton's improvements: + - use SS for refsect2 subheadings + - truncate .TH title so that it doesn't overlap + - funcprototype fixes + trick to get funky wrapping - * Makefile.am: Make man page depend on db2man. +- 2002-06-26 Tim Waugh - * xsl/db2man/docbook.xsl: Use write.text.chunk from DocBook XSL. - No need for write-page template any more. + - xmlto.in: Tell xsltproc to perform XInclude expansion (suggested by James Henstridge). -2002-04-30 Jirka Kosek +- 2002-06-20 Tim Waugh - * xsl/db2man/docbook.xsl: Fix nested blocks. + - format/docbook/txt: Use Michael Wiedmann's suggestion for better options when using lynx. -2002-04-23 Tim Waugh +- 2002-06-19 Tim Waugh - * bootstrap, Makefile.am: Use automake-1.6. + - xsl/db2man/docbook.xsl: Fix AUTHOR section generation. -2002-04-12 Tim Waugh +- 2002-06-18 Tim Waugh - * xmlto.in: Don't fetch entities over the network. + - configure.in: Version 0.0.10 (stable). -2002-03-01 Tim Waugh +- 2002-06-18 Tim Waugh - * Makefile.am: Ship xsl/db2man/README as well. + - xsl/db2man/docbook.xsl: Catch up to CVS. + - format/fo/ps, format/fo/dvi: Export TEXINPUTS, like with pdf. -2002-02-28 Tim Waugh +- 2002-05-31 Tim Waugh - * xsl/db2man/docbook.xsl: Give a warning if there are no refentry - elements in the input document. + - xsl/db2man/docbook.xsl, xsl/db2man/synop.xsl, xsl/db2man/lists.xsl, xsl/db2man/xref.xsl: Catch up to CVS. -2002-02-12 Tim Waugh +- 2002-05-10 Tim Waugh - * configure.in: Version 0.0.8 (stable). + - xsl/db2man/docbook.xsl: Catch up to CVS. + - xsl/db2man/synop.xsl: Remove unneeded arg/replaceable template, and make group/arg/replaceable italic again. -2002-02-12 Tim Waugh +- 2002-05-09 Tim Waugh - * xsl/db2man/lists.xsl: Normalize space in variable list terms. - First attempt at handling nested variable lists. + - xsl/db2man/synop.xsl: Get spacing right. + - xsl/db2man/synop.xsl: Catch up to CVS. + - xsl/db2man/lists.xsl: Handle listitem/simpara. -2002-02-12 Tim Waugh +- 2002-05-02 Tim Waugh - * xsl/db2man/docbook.xsl: Display names of written files. Mark-up - varname like replaceable. - * xsl/db2man/synop.xsl: Put .nf/.fi around synopsis. + - xsl/db2man/docbook.xsl: Sync with CVS changes. + - xsl/db2man/synop.xsl: Likewise. -2002-01-31 Tim Waugh +- 2002-05-01 Tim Waugh - * xsl/db2man/docbook.xsl: Escape backslashes. + - configure.in: Version 0.0.9 (stable). - * xmlto.in: Small fix for verbose output. +- 2002-05-01 Tim Waugh -2002-01-28 Tim Waugh + - xsl/db2man/docbook.xsl: Allow variablelists, but not procedures, to nest inside paras. + - xsl/db2man/docbook.xsl: Fix citerefentry after CVS sync. + - doc/xmlto.xml: Change examples section to use screens inside paras. Because we can now.. - * xsl/db2man/docbook.xsl: Don't normalize space in paragraphs that - contain screens. Nested blocks don't really work well at the - moment; if anyone has any idea how to fix it please let me know! +- 2002-04-30 Tim Waugh -2002-01-26 Tim Waugh + - xsl/db2man/docbook.xsl, xsl/db2man/synop.xsl: Sync with CVS changes. + - xsl/db2man/docbook.xsl: Use refname[1] for the man page filename, not refentrytitle. - * xmlto.in: Don't get stuck in a loop if a preprocessing instruction - is malformed. +- 2002-04-30 Tim Waugh -2002-01-23 Tim Waugh + - Makefile.am: Make man page depend on db2man. + - xsl/db2man/docbook.xsl: Use write.text.chunk from DocBook XSL. No need for write-page template any more. - * xmlto.in: Make sure not to invoke the XSLT processor if there is - no stylesheet to use. +- 2002-04-30 Jirka Kosek -2002-01-21 Tim Waugh + - xsl/db2man/docbook.xsl: Fix nested blocks. - * configure.in: Version 0.0.7 (stable). +- 2002-04-23 Tim Waugh -2002-01-21 Tim Waugh + - bootstrap, Makefile.am: Use automake-1.6. - * xsl/db2man/docbook.xsl: Fix refsect2 handling. +- 2002-04-12 Tim Waugh - * xsl/db2man/docbook.xsl: Don't normalize space in paragraphs that - contain lists. - * xsl/db2man/lists.xsl: Make sure that there is a linefeed before - the start of the list. + - xmlto.in: Don't fetch entities over the network. -2002-01-18 Tim Waugh +- 2002-03-01 Tim Waugh - * configure.in: Check for working getopt, substitute GETOPT, BASH, - FIND, MKTEMP. - * xmlto.in: Placeholders for substitutions. + - Makefile.am: Ship xsl/db2man/README as well. - * Makefile.am: Use INSTALL and INSTALL_DATA instead of 'install' - so that a working install program gets used. +- 2002-02-28 Tim Waugh -2002-01-18 Tim Waugh + - xsl/db2man/docbook.xsl: Give a warning if there are no refentry elements in the input document. - * xmlto.in: Use getopt's options properly. +- 2002-02-12 Tim Waugh -2002-01-17 Tim Waugh + - configure.in: Version 0.0.8 (stable). - * Makefile.am: Portability fix. +- 2002-02-12 Tim Waugh - * xmlto.in: Avoid removing a directory in the path of the current - working directory. + - xsl/db2man/lists.xsl: Normalize space in variable list terms. First attempt at handling nested variable lists. - * xmlto.in: Parametrize find, mktemp, and bash. +- 2002-02-12 Tim Waugh - * xmlto.in: Hide errors from locale, in case LC_PAPER isn't - supported. + - xsl/db2man/docbook.xsl: Display names of written files. Mark-up varname like replaceable. + - xsl/db2man/synop.xsl: Put .nf/.fi around synopsis. - * Makefile.am: Use bash to run xmlto. +- 2002-01-31 Tim Waugh -2002-01-16 Tim Waugh + - xsl/db2man/docbook.xsl: Escape backslashes. + - xmlto.in: Small fix for verbose output. - * configure.in: Version 0.0.6 (stable). +- 2002-01-28 Tim Waugh -2002-01-15 Tim Waugh + - xsl/db2man/docbook.xsl: Don't normalize space in paragraphs that contain screens. + Nested blocks don't really work well at the moment; + if anyone has any idea how to fix it please let me know! - * xmlto.in: Select paper size from LC_PAPER. +- 2002-01-26 Tim Waugh -2002-01-11 Tim Waugh + - xmlto.in: Don't get stuck in a loop if a preprocessing instruction is malformed. - * format/fo/pdf, format/fo/dvi, format/fo/ps: Fix warning when - not using verbose mode. +- 2002-01-23 Tim Waugh -2002-01-09 Tim Waugh + - xmlto.in: Make sure not to invoke the XSLT processor if there is no stylesheet to use. - * Makefile.am: Actually ship xref.xsl. +- 2002-01-21 Tim Waugh -2002-01-09 Tim Waugh + - configure.in: Version 0.0.7 (stable). - * xsl/db2man/lists.xsl: Make behave properly. +- 2002-01-21 Tim Waugh - * xmlto.in: Put -v first for xsltproc to work around a bug. + - xsl/db2man/docbook.xsl: Fix refsect2 handling. + - xsl/db2man/docbook.xsl: Don't normalize space in paragraphs that contain lists. + - xsl/db2man/lists.xsl: Make sure that there is a linefeed before the start of the list. - * xsl/db2man/xref.xsl: New file for handling . - * xsl/db2man/docbook.xsl: Use it. +- 2002-01-18 Tim Waugh - * xsl/db2man/docbook.xsl: Fix s with multiple lines. + - configure.in: Check for working getopt, substitute GETOPT, BASH, FIND, MKTEMP. + - xmlto.in: Placeholders for substitutions. + - Makefile.am: Use INSTALL and INSTALL_DATA instead of 'install' so that a working install program gets used. - * xsl/db2man/docbook.xsl: Translate '∖' to '\\'. +- 2002-01-18 Tim Waugh -2002-01-08 Tim Waugh + - xmlto.in: Use getopt's options properly. - * configure.in: Version 0.0.5 (stable). +- 2002-01-17 Tim Waugh -2002-01-08 Tim Waugh + - Makefile.am: Portability fix. + - xmlto.in: Avoid removing a directory in the path of the current working directory. + - xmlto.in: Parametrize find, mktemp, and bash. + - xmlto.in: Hide errors from locale, in case LC_PAPER isn't supported. + - Makefile.am: Use bash to run xmlto. - * xsl/db2man/lists.xsl: Prevent multiple paragraphs in a list item - from merging together. +- 2002-01-16 Tim Waugh - * xsl/db2man/synop.xsl: Make and tags nest - nicely inside . + - configure.in: Version 0.0.6 (stable). - * xsl/db2man/docbook.xsl: Make s appear bold. +- 2002-01-15 Tim Waugh - * xsl/db2man/docbook.xsl: Translate '—' to '--'. + - xmlto.in: Select paper size from LC_PAPER. -2001-12-17 Tim Waugh +- 2002-01-11 Tim Waugh - * xmlto.in: Fix warning when not using verbose mode. + - format/fo/pdf, format/fo/dvi, format/fo/ps: Fix warning when not using verbose mode. - * Makefile.am: Actually ship the format scripts for xhtml, htmlhelp - and javahelp. +- 2002-01-09 Tim Waugh -2001-12-17 Tim Waugh + - Makefile.am: Actually ship xref.xsl. - * configure.in: Version 0.0.4 (stable). +- 2002-01-09 Tim Waugh -2001-12-17 Tim Waugh + - xsl/db2man/lists.xsl: Make behave properly. + - xmlto.in: Put -v first for xsltproc to work around a bug. + - xsl/db2man/xref.xsl: New file for handling . + - xsl/db2man/docbook.xsl: Use it. + - xsl/db2man/docbook.xsl: Fix s with multiple lines. + - xsl/db2man/docbook.xsl: Translate '∖' to '\\'. - * xmlto.in: Be extremely verbose (sh -x while post-processing) - at level 3 verbosity. +- 2002-01-08 Tim Waugh - * doc/xmlto.xml: Document --extensions, --help, --version. + - configure.in: Version 0.0.5 (stable). - * format/fo/dvi, format/fo/pdf, format/fo/ps: Be more verbose. +- 2002-01-08 Tim Waugh - * xmlto.in: Fix trap. + - xsl/db2man/lists.xsl: Prevent multiple paragraphs in a list item from merging together. + - xsl/db2man/synop.xsl: Make and tags nest nicely inside . + - xsl/db2man/docbook.xsl: Make s appear bold. + - xsl/db2man/docbook.xsl: Translate '—' to '--'. -2001-12-14 Tim Waugh +- 2001-12-17 Tim Waugh - * xmlto.in: Use getopt instead of trying to parse options by - hand. + - xmlto.in: Fix warning when not using verbose mode. + - Makefile.am: Actually ship the format scripts for xhtml, htmlhelp and javahelp. - * xmlto.in: Use TMPDIR if set. +- 2001-12-17 Tim Waugh - * xmlto.in: Support --extensions. - * doc/xmlto.xml: Document --extensions. - * format/docbook/man: Tweak so as not to expect an output file. + - configure.in: Version 0.0.4 (stable). - * xmlto.in: Use xsltproc's -o option. +- 2001-12-17 Tim Waugh -2001-12-10 Tim Waugh + - xmlto.in: Be extremely verbose (sh -x while post-processing) at level 3 verbosity. + - doc/xmlto.xml: Document --extensions, --help, --version. + - format/fo/dvi, format/fo/pdf, format/fo/ps: Be more verbose. + - xmlto.in: Fix trap. - * xsl/db2man/docbook.xsl: Handle … and −. +- 2001-12-14 Tim Waugh - * xmlto.in: Show available format scripts in --help output. + - xmlto.in: Use getopt instead of trying to parse options by hand. + - xmlto.in: Use TMPDIR if set. + - xmlto.in: Support --extensions. + - doc/xmlto.xml: Document --extensions. + - format/docbook/man: Tweak so as not to expect an output file. + - xmlto.in: Use xsltproc's -o option. -2001-12-08 Tim Waugh +- 2001-12-10 Tim Waugh - * configure.in: Version 0.0.3 (stable). + - xsl/db2man/docbook.xsl: Handle … and −. + - xmlto.in: Show available format scripts in --help output. -2001-12-08 Joe Orton +- 2001-12-08 Tim Waugh - * xsl/db2man/docbook.xsl: Small tidy-up in write-page. + - configure.in: Version 0.0.3 (stable). -2001-12-07 Tim Waugh +- 2001-12-08 Joe Orton - * xsl/db2man/docbook.xsl: Normalize space in refpurpose. + - xsl/db2man/docbook.xsl: Small tidy-up in write-page. - * xsl/db2man/synop.xsl: Grouped arguments shouldn't be bold. - Fix argument spacing in cmdsynopsis. Support sbr. +- 2001-12-07 Tim Waugh - * xsl/db2man/lists.xsl: Better handling of procedure steps. + - xsl/db2man/docbook.xsl: Normalize space in refpurpose. + - xsl/db2man/synop.xsl: Grouped arguments shouldn't be bold. Fix argument spacing in cmdsynopsis. Support sbr. + - xsl/db2man/lists.xsl: Better handling of procedure steps. + - xmlto.in: Add -vv option for very verbose output. + - xsl/db2man/docbook.xsl: Tidy up author section handling. - * xmlto.in: Add -vv option for very verbose output. +- 2001-12-06 Tim Waugh - * xsl/db2man/docbook.xsl: Tidy up author section handling. + - xsl/db2man/docbook.xsl: Handle refentryinfo/editor. + - xsl/db2man/docbook.xsl: Better handling of authors. + - xsl/db2man/docbook.xsl: Fix ulink handling. + - xsl/db2man/docbook.xsl: Handle refentryinfo/date, refentryinfo/productname. + - xsl/db2man/docbook.xsl: Upper-case the refentrytitle in the header and footer. -2001-12-06 Tim Waugh +- 2001-12-05 Tim Waugh - * xsl/db2man/docbook.xsl: Handle refentryinfo/editor. + - xmlto.spec.in: Minor fixes. - * xsl/db2man/docbook.xsl: Better handling of authors. +- 2001-12-05 Tim Waugh - * xsl/db2man/docbook.xsl: Fix ulink handling. + - configure.in: Version 0.0.2 (stable). - * xsl/db2man/docbook.xsl: Handle refentryinfo/date, - refentryinfo/productname. +- 2001-12-05 Tim Waugh - * xsl/db2man/docbook.xsl: Upper-case the refentrytitle in the header - and footer. + - xmlto.in: Check that format script exists. Fix option parsing. + - format/docbook/xhtml, format/docbook/xhtml-nochunks, format/docbook/htmlhelp, format/docbook/javahelp: + New format scripts. + - format/docbook/html: Use chunk.xsl now not xtchunk.xsl. + - xmlto.spec.in: Require docbook-xsl >= 1.47. -2001-12-05 Tim Waugh +- 2001-12-04 Tim Waugh - * xmlto.spec.in: Minor fixes. + - format/fo/dvi, format/fo/pdf, format/fo/ps: + Created by moving the post-processing steps from... + - format/docbook/dvi, format/docbook/pdf, format/docbook/ps: + ..here. Call the appropriate FO format script to do the post-processing. + Use "" as stylesheet, to prevent XSL-T processing of XSL-FO. + - xmlto.in: Don't XSL-T process if stylesheet name is empty. + - Makefile.am: Updated. + - xmlto.in: Determine input file type by inspection. + Identify XSL-FO documents (with fo:root as root element), + and assume DocBook for everything else. -2001-12-05 Tim Waugh +- 2001-12-03 Joe Orton - * configure.in: Version 0.0.2 (stable). + - xsl/db2man/docbook.xsl: Pick up /book/bookinfo/author if no author is found in refentryinfo. -2001-12-05 Tim Waugh +- 2001-12-03 Joe Orton - * xmlto.in: Check that format script exists. Fix option parsing. + - xsl/db2man/docbook.xsl: Generate stub pages for each extra refname in a refentry. + - xsl/db2man/synop.xsl: Handle funcsynopsisinfo, multiple paramdefs. - * format/docbook/xhtml, format/docbook/xhtml-nochunks, - format/docbook/htmlhelp, format/docbook/javahelp: New format - scripts. +- 2001-12-02 Tim Waugh - * format/docbook/html: Use chunk.xsl now not xtchunk.xsl. - * xmlto.spec.in: Require docbook-xsl >= 1.47. + - xsl/db2man/docbook.xsl: Fix 'generated by' line. Broken by me, fixed by Joe Orton. + - xsl/db2man/synop.xsl: Handle functions with void or varargs instead of paramdef. + - xsl/db2man/synop.xsl: Move citerefentry template... + - xsl/db2man/docbook.xsl: ... here. -2001-12-04 Tim Waugh +- 2001-11-29 Tim Waugh - * format/fo/dvi, format/fo/pdf, format/fo/ps: Created by moving the - post-processing steps from... - * format/docbook/dvi, format/docbook/pdf, format/docbook/ps: ..here. - Call the appropriate FO format script to do the post-processing. - Use "" as stylesheet, to prevent XSL-T processing of XSL-FO. - * xmlto.in: Don't XSL-T process if stylesheet name is empty. - * Makefile.am: Updated. + - xsl/lists.xsl: Better man page output for unordered lists. + - xsl/db2man.xsl, xsl/lists.xsl, xsl/synop.xsl: Moved to xsl/db2man. Renamed db2man.xsl docbook.xsl. + - format/docbook/man, Makefile.am: Track db2man stylesheets. - * xmlto.in: Determine input file type by inspection. Identify - XSL-FO documents (with fo:root as root element), and assume - DocBook for everything else. +- 2001-11-28 Tim Waugh -2001-12-03 Joe Orton + - configure.in: Version 0.0.1 (stable). - * xsl/db2man/docbook.xsl: Pick up /book/bookinfo/author if no - author is found in refentryinfo. +- 2001-11-28 Tim Waugh -2001-12-03 Joe Orton + - xmlto.in: More comments. Set XSLT_PROCESSOR before getting stylesheet from format script. + - doc/xmlto.xml: Document XSLT_PROCESSOR, and exit codes. + - format/docbook/txt, Makefile.am: New format script. + - xmlto.spec.in: Require passivetex. + - xmlto.in: 'trap' isn't like atexit. Use an array to remember what to remove on exit. + - xsl/db2man.xsl: Handle programlisting. - * xsl/db2man/docbook.xsl: Generate stub pages for each extra refname - in a refentry. - * xsl/db2man/synop.xsl: Handle funcsynopsisinfo, multiple paramdefs. +- 2001-11-23 Tim Waugh -2001-12-02 Tim Waugh - - * xsl/db2man/docbook.xsl: Fix 'generated by' line. Broken by me, - fixed by Joe Orton. - - * xsl/db2man/synop.xsl: Handle functions with void or varargs - instead of paramdef. - - * xsl/db2man/synop.xsl: Move citerefentry template... - * xsl/db2man/docbook.xsl: ... here. - -2001-11-29 Tim Waugh - - * xsl/lists.xsl: Better man page output for unordered lists. - - * xsl/db2man.xsl, xsl/lists.xsl, xsl/synop.xsl: Moved to xsl/db2man. - Renamed db2man.xsl docbook.xsl. - * format/docbook/man, Makefile.am: Track db2man stylesheets. - -2001-11-28 Tim Waugh - - * configure.in: Version 0.0.1 (stable). - -2001-11-28 Tim Waugh - - * xmlto.in: More comments. Set XSLT_PROCESSOR before getting - stylesheet from format script. - * doc/xmlto.xml: Document XSLT_PROCESSOR, and exit codes. - - * format/docbook/txt, Makefile.am: New format script. - - * xmlto.spec.in: Require passivetex. - - * xmlto.in: 'trap' isn't like atexit. Use an array to remember - what to remove on exit. - - * xsl/db2man.xsl: Handle programlisting. - -2001-11-23 Tim Waugh - - * configure.in: Version 0.0.0 (stable). + - configure.in: Version 0.0.0 (stable). diff --git a/FAQ b/FAQ index b2ddfc5..cf4a093 100644 --- a/FAQ +++ b/FAQ @@ -1,18 +1,19 @@ Q: I'm trying to build xmlto, but it doesn't work. -A: If you get `Attempt to load network entity' errors when building - xmlto, your system does not have the required support for XML - Catalogs - (http://www.oasis-open.org/committees/entity/spec-2001-08-06.html). - Try to reinstall your docbook(xhtml1) dtds or fix your catalogs - manually. Verbose mode might help to analyze a problem. +A: If you get `Attempt to load network entity` errors when building +xmlto, your system does not have the required support for XML +Catalogs (http://www.oasis-open.org/committees/entity/spec-2001-08-06.html). +Try to reinstall your docbook(xhtml1) dtds or fix your catalogs +manually. Verbose mode might help to analyze a problem. Q: How can I check out the latest sources of XMLTO? A: Original sources are under svn revision control on fedorahosted.org - server. If you want to check out the latest version, use command +server. If you want to check out the latest version, use command - svn co http://svn.fedorahosted.org/svn/xmlto +```bash +svn co http://svn.fedorahosted.org/svn/xmlto +``` - Autotools helper scripts are not under revision control, so please - run `automake --add-missing` to make these files available. +Autotools helper scripts are not under revision control, so please +run `automake --add-missing` to make these files available. diff --git a/INSTALL b/INSTALL index 98e9dcf..05ce621 100644 --- a/INSTALL +++ b/INSTALL @@ -1,209 +1,210 @@ -Basic Installation -================== +# Basic Installation - These are generic installation instructions, with a few additional +These are generic installation instructions, with a few additional notes for installing on non-Linux systems. - The `configure' shell script attempts to guess correct values for -various system-dependent variables used during compilation. It uses -those values to create a `Makefile' in each directory of the package. +The `configure` shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a `Makefile` in each directory of the package. It may also create one or more `.h' files containing system-dependent -definitions. Finally, it creates a shell script `config.status' that -you can run in the future to recreate the current configuration, a file -`config.cache' that saves the results of its tests to speed up -reconfiguring, and a file `config.log' containing compiler output -(useful mainly for debugging `configure'). - - If you need to do unusual things to compile the package, please try -to figure out how `configure' could check whether to do them, and mail -diffs or instructions to the address given in the `README' so they can -be considered for the next release. If at some point `config.cache' +definitions. Finally, it creates a shell script `config.status`that +you can run in the future to recreate the current configuration, a file +`config.cache`that saves the results of its tests to speed up reconfiguring, +and a file `config.log` containing compiler output +(useful mainly for debugging`configure'). + +If you need to do unusual things to compile the package, please try +to figure out how `configure` could check whether to do them, and mail +diffs or instructions to the address given in the `README` so they can +be considered for the next release. If at some point `config.cache` contains results you don't want to keep, you may remove or edit it. - The file `configure.in' is used to create `configure' by a program -called `autoconf'. You only need `configure.in' if you want to change -it or regenerate `configure' using a newer version of `autoconf'. +The file `configure.ac` is used to create `configure` by a program +called `autoconf`. You only need `configure.ac` if you want to change +it or regenerate `configure` using a newer version of `autoconf`. The simplest way to compile this package is: - 1. `cd' to the directory containing the package's source code and type - `./configure' to configure the package for your system. If you're - using `csh' on an old version of System V, you might need to type - `sh ./configure' instead to prevent `csh' from trying to execute - `configure' itself. +1. `cd` to the directory containing the package's source code and + type `flex -o xmlif/xmlif.c xmlif/xmlif.l` to update the `xmlif` + file for instructions for XML conditionalization +2. `./configure` to configure the package for your system. If you're + using `csh` on an old version of System V, you might need to type + `sh ./configure` instead to prevent `csh` from trying to execute + `configure` itself. - Running `configure' takes awhile. While running, it prints some - messages telling which features it is checking for. + Running `configure` takes awhile. While running, it prints some + messages telling which features it is checking for. - 2. Type `make' to compile the package. +3. Type `make` to compile the package. - 3. Optionally, type `make check' to run any self-tests that come with - the package. +4. Optionally, type `make check` to run any self-tests that come with + the package. - 4. Type `make install' to install the programs and any data files and - documentation. +5. Type `make install` to install the programs and any data files and + documentation. - 5. You can remove the program binaries and object files from the - source code directory by typing `make clean'. To also remove the - files that `configure' created (so you can compile the package for - a different kind of computer), type `make distclean'. There is - also a `make maintainer-clean' target, but that is intended mainly - for the package's developers. If you use it, you may have to get - all sorts of other programs in order to regenerate files that came - with the distribution. +6. You can remove the program binaries and object files from the + source code directory by typing `make clean`. To also remove the + files that `configure` created (so you can compile the package for + a different kind of computer), type `make distclean`. There is + also a `make maintainer-clean` target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. -Compilers and Options -===================== +# Compilers and Options - Some systems require unusual options for compilation or linking that -the `configure' script does not know about. You can give `configure' -initial values for variables by setting them in the environment. Using +Some systems require unusual options for compilation or linking that +the `configure` script does not know about. You can give `configure` +initial values for variables by setting them in the environment. Using a Bourne-compatible shell, you can do that on the command line like this: - CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure + +```bash +CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure +``` Or on systems that have the `env' program, you can do it like this: - env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure -Compiling For Multiple Architectures -==================================== +```bash +env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure +``` + +# Compiling For Multiple Architectures - You can compile the package for more than one kind of computer at the +You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their -own directory. To do this, you must use a version of `make' that -supports the `VPATH' variable, such as GNU `make'. `cd' to the +own directory. To do this, you must use a version of `make` that +supports the `VPATH` variable, such as GNU `make`. `cd` to the directory where you want the object files and executables to go and run -the `configure' script. `configure' automatically checks for the -source code in the directory that `configure' is in and in `..'. +the `configure` script. `configure` automatically checks for the +source code in the directory that `configure` is in and in `..`. - If you have to use a `make' that does not supports the `VPATH' +If you have to use a `make` that does not supports the `VPATH` variable, you have to compile the package for one architecture at a time -in the source code directory. After you have installed the package for +in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. -Installation Names -================== +# Installation Names - By default, `make install' will install the package's files in -`/usr/local/bin', `/usr/local/man', etc. You can specify an -installation prefix other than `/usr/local' by giving `configure' the -option `--prefix=PATH'. +By default, `make install` will install the package's files in +`/usr/local/bin`, `/usr/local/man`, etc. You can specify an +installation prefix other than `/usr/local`by giving `configure` the +option `--prefix=PATH`. - You can specify separate installation prefixes for -architecture-specific files and architecture-independent files. If you -give `configure' the option `--exec-prefix=PATH', the package will use +You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +give `configure` the option `--exec-prefix=PATH`, the package will use PATH as the prefix for installing programs and libraries. Documentation and other data files will still use the regular prefix. - In addition, if you use an unusual directory layout you can give -options like `--bindir=PATH' to specify different values for particular -kinds of files. Run `configure --help' for a list of the directories +In addition, if you use an unusual directory layout you can give +options like `--bindir=PATH` to specify different values for particular +kinds of files. Run `configure --help` for a list of the directories you can set and what kinds of files go in them. - If the package supports it, you can cause programs to be installed -with an extra prefix or suffix on their names by giving `configure' the -option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. +If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving `configure` the +option `--program-prefix=PREFIX` or `--program-suffix=SUFFIX`. -Optional Features -================= +# Optional Features - Some packages pay attention to `--enable-FEATURE' options to +Some packages pay attention to `--enable-FEATURE` options to `configure', where FEATURE indicates an optional part of the package. -They may also pay attention to `--with-PACKAGE' options, where PACKAGE -is something like `gnu-as' or `x' (for the X Window System). The -`README' should mention any `--enable-' and `--with-' options that the +They may also pay attention to `--with-PACKAGE`options, where PACKAGE +is something like`gnu-as' or `x` (for the X Window System). The +`README' should mention any `--enable-`and`--with-` options that the package recognizes. - For packages that use the X Window System, `configure' can usually +For packages that use the X Window System, `configure` can usually find the X include and library files automatically, but if it doesn't, -you can use the `configure' options `--x-includes=DIR' and -`--x-libraries=DIR' to specify their locations. +you can use the `configure` options `--x-includes=DIR` and +`--x-libraries=DIR` to specify their locations. -Specifying the System Type -========================== +# Specifying the System Type - There may be some features `configure' can not figure out +There may be some features `configure` can not figure out automatically, but needs to determine by the type of host the package -will run on. Usually `configure' can figure that out, but if it prints +will run on. Usually `configure` can figure that out, but if it prints a message saying it can not guess the host type, give it the -`--host=TYPE' option. TYPE can either be a short name for the system -type, such as `sun4', or a canonical name with three fields: - CPU-COMPANY-SYSTEM +`--host=TYPE` option. TYPE can either be a short name for the system +type, such as `sun4`, or a canonical name with three fields: +CPU-COMPANY-SYSTEM -See the file `config.sub' for the possible values of each field. If -`config.sub' isn't included in this package, then this package doesn't +See the file `config.sub` for the possible values of each field. If +`config.sub` isn't included in this package, then this package doesn't need to know the host type. - If you are building compiler tools for cross-compiling, you can also -use the `--target=TYPE' option to select the type of system they will -produce code for and the `--build=TYPE' option to select the type of +If you are building compiler tools for cross-compiling, you can also +use the `--target=TYPE` option to select the type of system they will +produce code for and the `--build=TYPE` option to select the type of system on which you are compiling the package. -Sharing Defaults -================ +# Sharing Defaults - If you want to set default values for `configure' scripts to share, -you can create a site shell script called `config.site' that gives -default values for variables like `CC', `cache_file', and `prefix'. -`configure' looks for `PREFIX/share/config.site' if it exists, then -`PREFIX/etc/config.site' if it exists. Or, you can set the -`CONFIG_SITE' environment variable to the location of the site script. -A warning: not all `configure' scripts look for a site script. +If you want to set default values for `configure` scripts to share, +you can create a site shell script called `config.site` that gives +default values for variables like `CC`, `cache_file`, and `prefix`. +`configure` looks for `PREFIX/share/config.site` if it exists, then +`PREFIX/etc/config.site` if it exists. Or, you can set the`CONFIG_SITE` +environment variable to the location of the site script. +A warning: not all `configure` scripts look for a site script. -Operation Controls -================== +# Operation Controls - `configure' recognizes the following options to control how it +`configure` recognizes the following options to control how it operates. -`--cache-file=FILE' - Use and save the results of the tests in FILE instead of - `./config.cache'. Set FILE to `/dev/null' to disable caching, for - debugging `configure'. +`--cache-file=FILE` +Use and save the results of the tests in FILE instead of +`./config.cache`. Set FILE to `/dev/null` to disable caching, for +debugging `configure'. -`--help' - Print a summary of the options to `configure', and exit. +`--help` +Print a summary of the options to `configure`, and exit. -`--quiet' -`--silent' -`-q' - Do not print messages saying which checks are being made. To - suppress all normal output, redirect it to `/dev/null' (any error - messages will still be shown). +`--quiet` +`--silent` +`-q` +Do not print messages saying which checks are being made. To +suppress all normal output, redirect it to `/dev/null` (any error +messages will still be shown). -`--srcdir=DIR' - Look for the package's source code in directory DIR. Usually - `configure' can determine that directory automatically. +`--srcdir=DIR` +Look for the package's source code in directory DIR. Usually +`configure` can determine that directory automatically. -`--version' - Print the version of Autoconf used to generate the `configure' - script, and exit. +`--version` +Print the version of Autoconf used to generate the `configure` +script, and exit. -`configure' also accepts some other, not widely useful, options. +`configure` also accepts some other, not widely useful, options. -Portability Notes -================= +# Portability Notes - To run xmlto on a non-Linux system you will need some supporting -software. For Solaris at least, you will need GNU bash, GNU find, -mktemp, and getopt. The first two are GNU packages and can be obtained +To run xmlto on a non-Linux system you will need some supporting +software. For Solaris at least, you will need GNU bash, GNU find, +mktemp, and getopt. The first two are GNU packages and can be obtained from . - For getopt, visit . For +For getopt, visit . For Solaris, the following will need changing: - LIBCGETOPT=0 - WITH_GETTEXT=0 - INSTALL=ginstall - For mktemp, visit . For Solaris, stripping -the binary will cause it to core dump on startup. If you experience this +```bash +LIBCGETOPT=0 +WITH_GETTEXT=0 +INSTALL=ginstall +``` + +For mktemp, visit . For Solaris, stripping +the binary will cause it to core dump on startup. If you experience this problem remove the -s from the installation command line. -Build Problems -============== +# Build Problems - If you get `Attempt to load network entity' errors when building +If you get `Attempt to load network entity` errors when building xmlto, your system does not have the required support for XML Catalogs (http://www.oasis-open.org/committees/entity/spec-2001-08-06.html). In particular, Debian has no support for these. diff --git a/NEWS b/NEWS index 884bd41..f425eab 100644 --- a/NEWS +++ b/NEWS @@ -1,34 +1,45 @@ -Xmlto news ----------- -0.0.28 (stable) +# XMLTO News + +- 0.0.29 (stable) + + - Rename variable BASH to XMLTO_BASH_PATH (#8) + - Fix warnings in the build + - Regenerate xmlif to use new version of gcc + - Rename and format markdown files + - Convert output path to unix on cygwin/msys + +- 0.0.28 (stable) + - fix broken temp files removal (introduced in 0.0.27) - links detection changed to elinks (new links options not compatible) +- 0.0.27 (stable) -0.0.27 (stable) - remove several bashisms from scripts - - add new option --profile for preprocessing documents + - add new option `--profile` for preprocessing documents with profiling stylesheet - fix several potential crashes in xmlif (found by static analysis) +- 0.0.26 (stable) -0.0.26 (stable) - - --searchpath option no longer produces warning + - `--searchpath` option no longer produces warning about local builtin used outside the function (debian #652974) - fix build with automake 1.13+ - fix noextensions option recognition - handle used css list in epub format -0.0.25 (stable) +- 0.0.25 (stable) + - prevent possible collisions in manpage generation - - fix broken fop/fop1 extensions + - fix broken `fop/fop1` extensions - fix handling of external data objects with fop (debian #568894) -0.0.24 (stable) +- 0.0.24 (stable) + - README file was improved to provide better guidance for users - show the text-web-browser converting command in @@ -40,137 +51,141 @@ Xmlto news - basic experimental support for conversion from docbook to epub -0.0.23 (stable) +- 0.0.23 (stable) + - add support for detection of tail and gnu cp, do - not hardcode /bin/bash initial value + not hardcode `/bin/bash` initial value - use those detected binaries instead of previously hardcoded ones - use `type -t` bash shell builtin instead of `which` utility for detection of file availability - - new option --noautosize to prevent overriding of + - new option `--noautosize` to prevent overriding of user-defined paper sizes -0.0.22 (stable) +- 0.0.22 (stable) + - added experimental support for xhtml1 source format - (output formats are awt, dvi, fo, mif, pcl, pdf, ps, - svg, txt) + (output formats are awt, dvi, fo, mif, pcl, pdf, ps, + svg, txt) - create tex and xhtml subpackage in spec file to reduce - requirements for main package + requirements for main package - automated detection of programs path in configure, - program/utility path could be passed to configure by - variable, allowed selection of default backend and - default webbrowser (just for requirements at the moment) + program/utility path could be passed to configure by + variable, allowed selection of default backend and + default webbrowser (just for requirements at the moment) - check for missing tools/programs, fail if tool is not - available + available - fixed libpaper cleaning up(debian #491390) - xmllint validity check now with noent option(debian #516253) - - fixed --stringparam option + - fixed `--stringparam` option - added some messages to easier detection of troubles, - used different error codes for various situations(see - docs) + used different error codes for various situations(see + docs) - fixed FSF addresses, xmlif now licensed under GPLv2+ - (was GPL+, various indentation fixes, fixed documentation - compilation warnings + (was GPL+, various indentation fixes, fixed documentation + compilation warnings) + +- 0.0.21 (stable) -0.0.21 (stable) - - added experimental support for dblatex(needs installed - dblatex package) - - fixed issue with cp -a option on non-gnu systems - non-mandatory support for libpaper + - added experimental support for dblatex (needs installed + dblatex package) + - fixed issue with `cp -a` option on non-gnu systems + non-mandatory support for libpaper + +- 0.0.20 (stable) -0.0.20 (stable) - added experimental fop support(needs installed fop package) - possibility to read a stylesheet from STDIN + possibility to read a stylesheet from STDIN - some small fixes/changes in docbook formats and xmlto script -0.0.19 (stable) - added supported for basename with spaces, stringparam - option for passing argument to stylesheet, bash no - longer hardcoded, added option for not cleaning temp - files for diagnostics. +- 0.0.19 (stable) + + - added supported for basename with spaces + - stringparam option for passing argument to stylesheet + - bash no longer hardcoded + - added option for not cleaning temp files for diagnostics -0.0.18 (stable) +- 0.0.18 (stable) - A portability problem was fixed, and the xmlif syntax was - modified. + - A portability problem was fixed, and the xmlif syntax was modified. -0.0.17 (stable) +- 0.0.17 (stable) - The exit code when validation fails was fixed. w3m is used for - text output. + - The exit code when validation fails was fixed. w3m is used for text output. -0.0.16 (stable) +- 0.0.16 (stable) - Minor bug-fixes. + - Minor bug-fixes. -0.0.15 (stable) +- 0.0.15 (stable) - Some format script fixes. + - Some format script fixes. -0.0.14 (stable) +- 0.0.14 (stable) - The db2man fixes are no longer needed. + - The db2man fixes are no longer needed. -0.0.13 (stable) +- 0.0.13 (stable) - Several minor bugs were fixed. + - Several minor bugs were fixed. -0.0.12 (stable) +- 0.0.12 (stable) - Validation is now working, and output encoding is determined - from the environment. + - Validation is now working, and output encoding is + determined from the environment. -0.0.11 (stable) +- 0.0.11 (stable) - The db2man stylesheet is no longer shipped, since it now comes - with docbook-xsl. A new tool, xmlif, is included. Several bugs - were fixed. + - The db2man stylesheet is no longer shipped, + since it now comes with docbook-xsl. + - A new tool, xmlif, is included. + - Several bugs were fixed. -0.0.10 (stable) +- 0.0.10 (stable) - A small bug was fixed in the PS and DVI format scripts, and the - db2man code has been synchronised to CVS. + - A small bug was fixed in the PS and DVI format scripts, + and the db2man code has been synchronised to CVS. -0.0.9 (stable) +- 0.0.9 (stable) - There were some further improvements made to db2man. + - There were some further improvements made to db2man. -0.0.8 (stable) +- 0.0.8 (stable) - There were assorted fixes, and some further db2man improvements. + - There were assorted fixes, and some further db2man improvements. -0.0.7 (stable) +- 0.0.7 (stable) - Some portability fixes were made and there were some more db2man - improvements. + - Some portability fixes were made and + there were some more db2man improvements. -0.0.6 (stable) +- 0.0.6 (stable) - Some db2man improvements were made, some minor script bugs - were fixed, and automatic paper size handling was added. + - Some db2man improvements were made, some minor script bugs + were fixed, and automatic paper size handling was added. -0.0.5 (stable) +- 0.0.5 (stable) - Some db2man bugs were fixed. + - Some db2man bugs were fixed. -0.0.4 (stable) +- 0.0.4 (stable) - The option handling was improved. + - The option handling was improved. -0.0.3 (stable) +- 0.0.3 (stable) - The db2man stylesheet was further improved. + - The db2man stylesheet was further improved. -0.0.2 (stable) +- 0.0.2 (stable) - More format scripts were added, and the db2man stylesheet was - further improved. + - More format scripts were added, and the db2man stylesheet was + further improved. -0.0.1 (stable) +- 0.0.1 (stable) - Made the format script interface definition a bit clearer. + - Made the format script interface definition a bit clearer. -0.0.0 (stable) +- 0.0.0 (stable) - Initial release. + - Initial release. diff --git a/README b/README index 1007292..c3bcc83 100644 --- a/README +++ b/README @@ -1,44 +1,37 @@ -=== xmlto === +# xmlto -Utility xmlto is a simple shell script for converting XML files to various -formats. It serves as easy to use command line frontend to make fine output -without remembering many long options and searching for the syntax of the -backends. +Utility `xmlto` is a simple shell script for converting XML files to various formats. +It serves as an easy-to-use command-line frontend to make fine output without +remembering many long options and searching for the syntax of the backends. -At the moment it supports conersion from docbook, xhtml1 and fo format to -various output formats(awt, fo, htmlhelp, javahelp, mif, pdf, svg, xhtml, -dvi, html, html-nochunks, man , pcl, ps, txt, xhtml-nochunks) +Currently, it supports conversion from `docbook`, `xhtml1`, and `fo` format to +various output formats (`awt`, `fo`, `htmlhelp`, `javahelp`, `mif`, `pdf`, `svg`, +`xhtml`, `dvi`, `html`, `html-nochunks`, `man`, `pcl`, `ps`, `txt`, `xhtml-nochunks`). +Some output formats may be unavailable if you don't have all prerequisites installed, +as xmlto uses backends (`xsltproc`, `passivetex/fop/dblatex`) for processing. -Some output formats may be unavailable if you use don't have all prerequisities -installed, as xmlto uses backends (xsltproc, passivetex/fop/dblatex) -for processing. +You could check and generate the offline version of documentation with xmlto from +`doc/xmlif.xml` sources. However, if you received the xmlif as a part of the distribution, +you should already have the `xmlif(1)` manpage on your machine. -You could check the documentation online at - https://fedorahosted.org/xmlto/wiki/xmlto +If you received xmlto as a part of the distribution, you should already have +the `xmlto(1)` manpage on your machine. -(or generate the offline version with xmlto from doc/xmlto.xml sources). +# xmlif -If you received xmlto as a part of distribution, you should already have -xmlto(1) manpage on your machine. +`xmlif` utility filters XML according to conditionalizing markup. This can be useful +for formatting one of several versions of an XML document depending on conditions +passed to the command. -=== xmlif === +You could check and generate the offline version of documentation with xmlto from +`doc/xmlif.xml` sources. However, if you received xmlif as a part of distribution, +you should already have `xmlif(1)` manpage on your machine. -xmlif utility filters XML according to conditionalizing markup. This can be -useful for formatting one of several versions of a XML document depending -on conditions passed to the command. +# How to contact authors -You could check the documentation online at - https://fedorahosted.org/xmlto/wiki/xmlif +Since xmlto 0.19, xmlto is maintained by Ondřej Vašík (`ovasik@redhat.com`) and +since 0.29 co-maintained by Ondřej Sloup (`osloup@redhat.com`). -(or generate the offline version with xmlto from doc/xmlif.xml sources ). - -If you received xmlif as a part of distribution, you should already have -xmlif(1) manpage on your machine. - -=== How to contact authors === - -Since xmlto 0.19, xmlto is maintained by Ondřej Vašík . - -You can contact me directly via email or leave a ticket on project's trac -instance at https://fedorahosted.org/xmlto/newticket . -Registered fedoraproject.org account is required for this. +You can contact me directly via email or leave a ticket on the project's Pagure +instance at [https://pagure.io/xmlto/new_issue](https://pagure.io/xmlto/new_issue). +A registered fedoraproject.org account is required for this. diff --git a/THANKS b/THANKS index 82facfb..fdfbb54 100644 --- a/THANKS +++ b/THANKS @@ -1,29 +1,31 @@ -Thanks to following people. Their ideas/patches were used since 0.0.19 -(since maintainer change). Please let me know if your name is missing here and -your idea/patch was used. +Thanks to the following people. Their ideas/patches were used since 0.0.19 (since maintainer change). +Please let me know if your name is missing here and your idea/patch was used. -Ismael Olea -Daniel Leidert -Robert P. J. Day -Tommy Reynolds -Coleman Kane -Shlomi Fish -Braden McDaniel -Andreas Hoenen -Graham Wilson -Joseph Parmelee -Jonathan Nieder -Ben Walton -Luis Garrido -Nathan Phillip Brink -Christopher Yeleighton -Mike Frysinger -Cyril Brulebois -Matthias Andree -Kacper Perschke -Marko Lindqvist -Ole Streicher -Knut Schönfels -Roy Marples -Joost Pjotr Vermeer -Justin Turney +- Ismael Olea +- Daniel Leidert +- Robert P. J. Day +- Tommy Reynolds +- Coleman Kane +- Shlomi Fish +- Braden McDaniel +- Andreas Hoenen +- Graham Wilson +- Joseph Parmelee +- Jonathan Nieder +- Ben Walton +- Luis Garrido +- Nathan Phillip Brink +- Christopher Yeleighton +- Mike Frysinger +- Cyril Brulebois +- Matthias Andree +- Kacper Perschke +- Marko Lindqvist +- Ole Streicher +- Knut Schönfels +- Roy Marples +- Joost Pjotr Vermeer +- Justin Turney +- Marc-André Lureau +- Thomas Kuehne +- Ondřej Vašík