Import o3read package from http://siag.nu/o3read/
authorghen <ghen>
Fri, 7 Jul 2006 14:48:04 +0000 (14:48 +0000)
committerghen <ghen>
Fri, 7 Jul 2006 14:48:04 +0000 (14:48 +0000)
commit61dad7dd96cc95d3c84b761647fd9bd821c671e8
treeb1eb1e23a7dde93491928b601d7bf8ca8f15b641
parent4fb9d3230da40a7e69fb6f11000d56383e1df4f5
Import o3read package from http://siag.nu/o3read/

o3read is a standalone converter for the OpenOffice.org swriter (*.sxw) and
scalc (*.sxc) formats. It doesn't depend on OpenOffice or any other external
tools or libraries.

Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1

There are three output modules:

    * o3read displays a dump of the parse tree
    * o3totxt creates plain text
    * o3tohtml creates html code

The utility utf8tolatin1 converts from utf8 to 8859-1.
textproc/o3read/DESCR [new file with mode: 0644]
textproc/o3read/Makefile [new file with mode: 0644]
textproc/o3read/PLIST [new file with mode: 0644]
textproc/o3read/distinfo [new file with mode: 0644]
textproc/o3read/patches/patch-aa [new file with mode: 0644]