wok annotate o3read/description.txt @ rev 18837
Up slitaz-base-files + typo in autoblog
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Wed Jan 20 21:39:21 2016 +0100 (2016-01-20) |
parents | 30f642df947e |
children |
rev | line source |
---|---|
al@18116 | 1 This is a standalone converter for the OpenOffice.org swriter (*.sxw) |
al@18116 | 2 and scalc (*.sxc) formats. It doesn't depend on Open Office or any other |
al@18116 | 3 external tools or libraries. |
milka@1134 | 4 |
milka@1134 | 5 Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1 |
milka@1134 | 6 |
milka@1134 | 7 There are three output modules: |
milka@1134 | 8 |
al@18116 | 9 * o3read displays a dump of the parse tree |
al@18116 | 10 * o3totxt creates plain text |
al@18116 | 11 * o3tohtml creates html code |
milka@1134 | 12 |
al@18116 | 13 The utility utf8tolatin1 converts from utf8 to 8859-1. |