abi2html
- A command line app written in Java which, using the Xalan XML parser and an XSLT stylesheet, allows you to convert native AbiWord, (*.abw), files into HTML pages. Features include being able to convert a single file or batch convert a directory of files and turning http:// web address references into anchor tags under HTML. For more information see the README and CHANGELOG files.
Latest release is 0.0.5
Changes to 0.0.5
- Improved conversion of http:// address into HTML links
- Improved conversion of lists
- Uses custom non-validating XML parser
Changes to 0.0.4
- Improved conversion of http:// address into HTML links
- Added inclusion of bgcolor attribute and img tag
Changes to 0.0.3
- Can now specify a single file with a directory path
Changes to 0.0.2
- Updated the XSLT stylesheet to handle ordered / bulleted lists
- Basic conversion of web addresses beginning with http:// to an HTML anchor
|