odt2html.py [-x sheet.xsl] [-o output | -a | -h] document.odt [document2.odt,...]
odt2html.py is a python command line script that makes a basic conversion of a .odt (OpenDocument) text into a HTML file. Other conversions are possible by changing the loaded XSL style sheet.
By default, the result is sent to the standard output.
Jérôme Dumonteil - jerome.dumonteil@arsaperta.com
This software uses the XSL file provided with the odfreader package by Daniel Carrera daniel.carrera@zmsl.com and Alex Hudson alex@stratagia.co.uk.
See http://trac.opendocumentfellowship.org/odf2html/wiki/odfreader.
It's a complete rewrite in python of their odf2html Perl script, which is a component of the odfreader package.
Copyright 2006 by Ars Aperta http://arsaperta.com/en
This is free software. You may redistribute it under the terms of the GNU General Public License Version 2 or at your option any later version.
odfread odf2html odfconvert