summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-06 21:13:37 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-06 21:13:37 -0800
commit406716225c95ba3ba5ab14b2ce93667225f0ad80 (patch)
treed9181981542907ab562103e6f71eaf6914e1fd41 /README
downloadxmlto-406716225c95ba3ba5ab14b2ce93667225f0ad80.tar.gz
xmlto-406716225c95ba3ba5ab14b2ce93667225f0ad80.tar.bz2
xmlto-406716225c95ba3ba5ab14b2ce93667225f0ad80.zip
Imported Upstream version 0.0.25upstream/0.0.25
Diffstat (limited to 'README')
-rw-r--r--README44
1 files changed, 44 insertions, 0 deletions
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 <ovasik@redhat.com>.
+
+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.