Based on a tarball by Shell Hung <i@shellhung.org>
--
This module was created to help those who need to manage RDF Site
Summary (RSS) files, it makes quick work of creating, updating and
saving RSS files.
--
This module provides the Perl API to the Sablotron XSLT engine
(textproc/sablotron). For more information about it, refer to the
XSLT standard at http://w3.org/TR/XSLT/
- bump NEED_VERSION
- shared libraries work now! No more static constructors
- now depends on the external expat2 libraries
- new MASTER_SITE, since other one is very unreliable
There are a whole load of new features, the main one being xsl:sort
support; check out the homepage for more information
converts MSWord Documents to ASCII Text and PostScript
Changes 0.30-0.31
-----------------
Bug fixes:
- Bug in the "Show hidden (by Word) text" feature fixed
- Bug reported by David Aspinwall <aspinwall@timesten.com> fixed
- Bug reported by Robert Steinmetz <rob@steinmetznet.com> fixed
Old features:
- The -g and -c options are no longer supported. The -c option was default
and is now used automatically (Unix only)
New features:
- Ability to show part of the images.
- Ability to use landscape mode (Unix only; PostScript version only)
- Support for all ISO-8859 character sets plus KOI8 and some code pages
(Unix only; text version only)
- Antiword will now give a warning if the given Postscript papersize is
unsupported. Thanks to Greg Robinson <Greg.Robinson@dsto.defence.gov.au>
- Moved from Postscript version 1 to version 2
- Antiword now returns 1 if no Word document is found among the files given
on the command-line. As suggested by Jens Schleusener
<Jens.Schleusener@dlr.de>
- Takes the right margin into account.
- The PostScript part now supports the AvantGarde, Bookman, Helvetica-Narrow,
NewCenturySchlbk and Palatino font (Unix only)
- More accurate fontnames translation table
- Initial scale factor is now configurable (RISC OS only)
--
This module aims to comply exactly to the XPath specification at
http://www.w3.org/TR/xpath and yet allow extensions to be added in
the form of functions.
Modules such as XSLT and XPointer may need to do this as they support
functionality beyond XPath.