Difference between revisions of "License metadata in SVG"
Jon Phillips (talk | contribs) |
Jon Phillips (talk | contribs) |
||
Line 4: | Line 4: | ||
[[Category:Developer Challenges Completed]] | [[Category:Developer Challenges Completed]] | ||
[[Category:metadata]] | [[Category:metadata]] | ||
+ | [[Category:mockup]] | ||
{{incomplete}} | {{incomplete}} | ||
Line 15: | Line 16: | ||
== Examples == | == Examples == | ||
− | + | ''Please add your example, screenshot, mockup, etc here :)'' | |
+ | |||
+ | [[image:Inkscape-0.44SVN-licenses.png]] | ||
+ | |||
+ | [[Inkscape's]] gtkmm-based license chooser | ||
+ | |||
+ | [[image:Inkscape-0.44SVN-metadata.png]] | ||
+ | |||
+ | Inkscape's gtkmm-based metadata chooser | ||
+ | |||
== TODO == | == TODO == | ||
* Please add your TODO here :) | * Please add your TODO here :) |
Revision as of 19:57, 1 May 2006
SVG (Scalable Vector Graphics) includes support for RDF/XML metadata. We need examples of including license metadata in SVG for the purposes of denoting that a file itself is published under a Creative Commons license or that individual components of the file are licensed. Even better if you can use dc:source to specify parent works. SVG has similar support for RDF/XML metadata. Read more about the motivation in this cc-metadata post.
Implementations
- Inkscape includes support for SVG metadata.
- SVG::Metadata by Bryce Harrington is a PERL module for including metadata inside an SVG (used by Open Clip Art Library.
Examples
Please add your example, screenshot, mockup, etc here :)
Inkscape's gtkmm-based license chooser
Inkscape's gtkmm-based metadata chooser
TODO
- Please add your TODO here :)