THe fourth release of SVG::Metadata is now available on CPAN:
http://search.cpan.org/~bryce/SVG-Metadata-0.04/
The only change for this release was the addition of a new routine 'to_rdf()' to generate the RDF for the file.
Bryce
On Tue, 15 Jun 2004, Bryce Harrington wrote:
The third release of SVG::Metadata is now available on CPAN:
http://search.cpan.org/~bryce/SVG-Metadata-0.03/
The change for this release was provided by Kees Cook and includes switching from XML::Simple to XML::Twig, which provides better handling of namespaced XML.
The effect of this change is that the validator will accept a wider variety of RDF metadata. :-)
Bryce
On Sun, 13 Jun 2004, Bryce Harrington wrote:
The second release of SVG::Metadata is now available on CPAN:
http://search.cpan.org/~bryce/SVG-Metadata-0.02/
Changes include addition of cmdline arguments and POD documentation for svg_validate, and a README.
Bryce
On Sat, 12 Jun 2004, Bryce Harrington wrote:
I've completed writing some code for processing collections of SVG files to validate their metadata (title, author, license). The code is packaged and released to CPAN:
http://search.cpan.org/~bryce/SVG-Metadata-0.01/
It includes the following:
SVG::Metadata - A module for parsing and accessing an SVG's metadata, including title, author, license, and keywords.
svg_validate - A script for scanning through a collection of SVG files and extracting ones with valid metadata. It also automatically generates png's for each (using inkscape) and metadata text files.
Bryce