From 406716225c95ba3ba5ab14b2ce93667225f0ad80 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 6 Nov 2012 21:13:37 -0800 Subject: Imported Upstream version 0.0.25 --- README | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..1007292 --- /dev/null +++ b/README @@ -0,0 +1,44 @@ +=== 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. + +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) + +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 the documentation online at + https://fedorahosted.org/xmlto/wiki/xmlto + +(or generate the offline version with xmlto from doc/xmlto.xml sources). + +If you received xmlto as a part of distribution, you should already have +xmlto(1) manpage on your machine. + +=== xmlif === + +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. + +You could check the documentation online at + https://fedorahosted.org/xmlto/wiki/xmlif + +(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. -- cgit v1.2.3