wok view o3read/description.txt @ rev 16849

netsurf: partially undo prev.commit: add perl parser due to log
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Jul 13 02:17:24 2014 +0300 (2014-07-13)
parents
children 36cecde5b42c
line source
1 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.
3 Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1
5 There are three output modules:
7 * o3read displays a dump of the parse tree
8 * o3totxt creates plain text
9 * o3tohtml creates html code
11 The utility utf8tolatin1 converts from utf8 to 8859-1.