Difference between revisions of "Inkscape"

From Creative Commons
Jump to: navigation, search
 
(Code)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Application]]
+
[[Category:Developer]]
[[Category:Example]]
 
 
[[Category:license]]
 
[[Category:license]]
 
[[Category:metadata]]
 
[[Category:metadata]]
  
{{incomplete}}
+
'''Inkscape''', is an Open Source [[SVG]]-based drawing tool. It supports CC licensing within the application and also has a simple way to add metadata to SVG files from within the application.
  
Inkscape, is an Open Source [[SVG]]-based drawing tool.
+
== Examples ==
  
== Examples ==
+
=== Code ===
 +
 
 +
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:
 +
 
 +
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head%3A/src/ui/dialog/document-metadata.cpp document-metadata.cpp]
 +
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head%3A/src/ui/dialog/document-metadata.h document-metadata.h]
 +
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head%3A/src/rdf.cpp rdf.cpp]
 +
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head%3A/src/rdf.h rdf.h]
 +
 
 +
=== Screenshots ===
  
 
[[image:Inkscape-0.44SVN-licenses.png]]
 
[[image:Inkscape-0.44SVN-licenses.png]]
Line 20: Line 28:
 
== External Links ==
 
== External Links ==
  
* [http://www.inkscape.org/ Official Site]]
+
* [http://www.inkscape.org/ Official Site]

Latest revision as of 22:54, 12 March 2010


Inkscape, is an Open Source SVG-based drawing tool. It supports CC licensing within the application and also has a simple way to add metadata to SVG files from within the application.

Examples

Code

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:

Screenshots

Inkscape-0.44SVN-licenses.png

Inkscape's gtkmm-based license chooser

Inkscape-0.44SVN-metadata.png

Inkscape's gtkmm-based metadata chooser

External Links