wok diff o3read/description.txt @ rev 3345
id3lib: Fix build for gcc 4.4.x and remove libicon dep (use glibc iconv)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jun 11 16:34:20 2009 +0200 (2009-06-11) |
parents | |
children | 36cecde5b42c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/o3read/description.txt Thu Jun 11 16:34:20 2009 +0200 1.3 @@ -0,0 +1,11 @@ 1.4 +This is a standalone converter for the OpenOffice.org swriter (*.sxw) and scalc (*.sxc) formats. It doesn't depend on Open Office or any other external tools or libraries. 1.5 + 1.6 +Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1 1.7 + 1.8 +There are three output modules: 1.9 + 1.10 + * o3read displays a dump of the parse tree 1.11 + * o3totxt creates plain text 1.12 + * o3tohtml creates html code 1.13 + 1.14 +The utility utf8tolatin1 converts from utf8 to 8859-1. 1.15 \ No newline at end of file