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