wok diff o3read/description.txt @ rev 15091

pidgin-libnotify: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 21:23:52 2013 +0000 (2013-08-13)
parents
children 36cecde5b42c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/o3read/description.txt	Tue Aug 13 21:23:52 2013 +0000
     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