The 0.06 release of SVG::Metadata is now available on CPAN, here:
http://search.cpan.org/~bryce/SVG-Metadata-0.06/
The change for this release is the addition of a --delete flag to svg_annotate, which removes any <metadata>, <rdf>, or rdf:RDF tags from one or more svg files (it also recursively processes directories, if specified). Thanks go to Nicu for the suggestion (see below).
Bryce
On Thu, 17 Jun 2004, Nicu Buculei wrote:
Bryce Harrington wrote:
This will add metadata to any files that don't already have it, including setting the license to Public Domain and the title to "My Name - <filename>". (You can override this if you want; see the manual page for svg_annotate on CPAN).
Let me know if you run into issues.
it looks OK to me, expect very soon my images with metadata added.
you may want to consider in the future the case of files already having metadata - for example the author may want to change the license or to correct a spelling mistake made in the previous annotation. a possible method is to request an additional command line parameter to override also an interesting case is to remove metadata from files - for example in order to minimize the file size (this may matter for a huge collection)
The 0.07 release of SVG::Metadata is on CPAN here:
http://search.cpan.org/~bryce/SVG-Metadata-0.07/
Three major changes for this release:
* RDF inside <metadata> tags will be correctly recognized and parsed.
* parse() now can read from a string, URL, or IO::Handle, as well as from a filename.
* Many more metadata parameters are added, including description, subject, publisher, language, and more. svg_annotate and svg_validate take these into account.
Bryce
On Sun, 20 Jun 2004, Bryce Harrington wrote:
The 0.06 release of SVG::Metadata is now available on CPAN, here:
http://search.cpan.org/~bryce/SVG-Metadata-0.06/
The change for this release is the addition of a --delete flag to svg_annotate, which removes any <metadata>, <rdf>, or rdf:RDF tags from one or more svg files (it also recursively processes directories, if specified). Thanks go to Nicu for the suggestion (see below).
Bryce
On Thu, 17 Jun 2004, Nicu Buculei wrote:
Bryce Harrington wrote:
This will add metadata to any files that don't already have it, including setting the license to Public Domain and the title to "My Name - <filename>". (You can override this if you want; see the manual page for svg_annotate on CPAN).
Let me know if you run into issues.
it looks OK to me, expect very soon my images with metadata added.
you may want to consider in the future the case of files already having metadata - for example the author may want to change the license or to correct a spelling mistake made in the previous annotation. a possible method is to request an additional command line parameter to override also an interesting case is to remove metadata from files - for example in order to minimize the file size (this may matter for a huge collection)
The 0.08 release of SVG::Metadata is on CPAN here:
http://search.cpan.org/~bryce/SVG-Metadata-0.08/
The only change is a fix to a bug found by Jonadab - the author() accessor function was missing, which caused an error in to_rdf().
Bryce
On Wed, 23 Jun 2004, Bryce Harrington wrote:
The 0.07 release of SVG::Metadata is on CPAN here:
http://search.cpan.org/~bryce/SVG-Metadata-0.07/
Three major changes for this release:
RDF inside <metadata> tags will be correctly recognized and parsed.
parse() now can read from a string, URL, or IO::Handle, as well as from a filename.
Many more metadata parameters are added, including description, subject, publisher, language, and more. svg_annotate and svg_validate take these into account.
Bryce
On Sun, 20 Jun 2004, Bryce Harrington wrote:
The 0.06 release of SVG::Metadata is now available on CPAN, here:
http://search.cpan.org/~bryce/SVG-Metadata-0.06/
The change for this release is the addition of a --delete flag to svg_annotate, which removes any <metadata>, <rdf>, or rdf:RDF tags from one or more svg files (it also recursively processes directories, if specified). Thanks go to Nicu for the suggestion (see below).
Bryce
On Thu, 17 Jun 2004, Nicu Buculei wrote:
Bryce Harrington wrote:
This will add metadata to any files that don't already have it, including setting the license to Public Domain and the title to "My Name - <filename>". (You can override this if you want; see the manual page for svg_annotate on CPAN).
Let me know if you run into issues.
it looks OK to me, expect very soon my images with metadata added.
you may want to consider in the future the case of files already having metadata - for example the author may want to change the license or to correct a spelling mistake made in the previous annotation. a possible method is to request an additional command line parameter to override also an interesting case is to remove metadata from files - for example in order to minimize the file size (this may matter for a huge collection)
SVG::Metadata 0.10 is now available here:
http://search.cpan.org/~bryce/SVG-Metadata-0.10/
This includes several new scripts that were written for the Open Clip Art Library 0.04 release, for downloading, processing, and packaging the clipart items:
retrieve_clipart cleanup_clipart unpack_clipart package_clipart
Bryce
On Fri, 25 Jun 2004, Bryce Harrington wrote:
The 0.08 release of SVG::Metadata is on CPAN here:
http://search.cpan.org/~bryce/SVG-Metadata-0.08/
The only change is a fix to a bug found by Jonadab - the author() accessor function was missing, which caused an error in to_rdf().
Bryce
On Wed, 23 Jun 2004, Bryce Harrington wrote:
The 0.07 release of SVG::Metadata is on CPAN here:
http://search.cpan.org/~bryce/SVG-Metadata-0.07/
Three major changes for this release:
RDF inside <metadata> tags will be correctly recognized and parsed.
parse() now can read from a string, URL, or IO::Handle, as well as from a filename.
Many more metadata parameters are added, including description, subject, publisher, language, and more. svg_annotate and svg_validate take these into account.
Bryce
participants (1)
-
Bryce Harrington