Difference between revisions of "SVG"

From Creative Commons
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Category:Developer]]
 
[[Category:Developer]]
 +
[[Category:Developer Challenges]]
 +
[[Category:Developer Challenges Completed]]
 
[[Category:filetype]]
 
[[Category:filetype]]
 
[[Category:XML]]
 
[[Category:XML]]
{{stub}}
+
{{incomplete}}
 +
 
 +
[http://www.w3.org/Graphics/SVG Scalable Vector Graphics] (SVG) SVG is a language for describing two-dimensional graphics and graphical applications in XML. It supports placing metadata for the whole document and per object.
 +
 
 +
== Developer Challenges ==
 +
 
 +
Develop software that embeds license and metadata into SVG files (XML-based).
 +
 
 +
=== Implementations ===
 +
 
 +
* [[Inkscape]], an open source drawing tool
 +
* [http://www.openclipart.org/ Open Clip Art Library], a public domain collection of user-submitted clip art
 +
* Please add yours here :)
 +
 
 +
=== Examples ===
 +
 
 +
Here is the code that is in [[Inkscape]]'s SVN repository for making the License and Metadata Dialogs possible. Please use them as examples for coding your own metadata and license selectors for use in SVG:
 +
 
 +
* [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/trunk/src/ui/dialog/document-metadata.cpp?view=log document-metadata.cpp]
 +
* [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/trunk/src/ui/dialog/document-metadata.h?view=log document-metadata.h]
 +
* [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/trunk/src/dialogs/rdf.cpp?view=log rdf.cpp]
 +
* [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/trunk/src/dialogs/rdf.h?view=log rdf.h]
 +
 
 +
=== TODO ===
 +
 
 +
* Please help by adding you todo here :)

Revision as of 23:51, 1 May 2006


Scalable Vector Graphics (SVG) SVG is a language for describing two-dimensional graphics and graphical applications in XML. It supports placing metadata for the whole document and per object.

Developer Challenges

Develop software that embeds license and metadata into SVG files (XML-based).

Implementations

Examples

Here is the code that is in Inkscape's SVN repository for making the License and Metadata Dialogs possible. Please use them as examples for coding your own metadata and license selectors for use in SVG:

TODO

  • Please help by adding you todo here :)