wok diff o3read/description.txt @ rev 18699

Up firefox-official* (43.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Dec 16 02:02:53 2015 +0200 (2015-12-16)
parents 30f642df947e
children
line diff
     1.1 --- a/o3read/description.txt	Thu Jul 24 01:01:10 2008 +0200
     1.2 +++ b/o3read/description.txt	Wed Dec 16 02:02:53 2015 +0200
     1.3 @@ -1,11 +1,13 @@
     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 +This is a standalone converter for the OpenOffice.org swriter (*.sxw)
     1.6 +and scalc (*.sxc) formats. It doesn't depend on Open Office or any other
     1.7 +external tools or libraries.
     1.8  
     1.9  Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1
    1.10  
    1.11  There are three output modules:
    1.12  
    1.13 -    * o3read displays a dump of the parse tree
    1.14 -    * o3totxt creates plain text
    1.15 -    * o3tohtml creates html code 
    1.16 +  * o3read displays a dump of the parse tree
    1.17 +  * o3totxt creates plain text
    1.18 +  * o3tohtml creates html code 
    1.19  
    1.20 -The utility utf8tolatin1 converts from utf8 to 8859-1. 
    1.21 \ No newline at end of file
    1.22 +The utility utf8tolatin1 converts from utf8 to 8859-1.