aboutsummaryrefslogtreecommitdiff
path: root/converters/o3read
Commit message (Collapse)AuthorAgeFilesLines
* Support stage & use pkg-plistBaptiste Daroussin2014-01-092-17/+15
| | | | Notes: svn path=/head/; revision=339239
* Convert converters to MDOCS and MEXAMPLESAdam Weinberger2014-01-031-1/+4
| | | | Notes: svn path=/head/; revision=338556
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* This is a standalone converter for the OpenOffice.org swriter (*.sxw,*.odt)Dmitry Marakasov2008-08-214-0/+63
and scalc (*.sxc) formats. It doesn't depend on Open Office or any other external tools or libraries. There are three output modules: * o3read displays a dump of the parse tree * o3totxt creates plain text * o3tohtml creates html code Example: unzip -p document.odt content.xml | o3totxt WWW: http://siag.nu/o3read/ PR: ports/126320 Submitted by: Alex Samorukov <samm at os2 dot kiev dot ua> Notes: svn path=/head/; revision=218965