Difference between revisions of "Inkscape"

From Creative Commons
Jump to: navigation, search
m
(Code)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Application]]
+
[[Category:Developer]]
[[Category:Example]]
 
 
[[Category:license]]
 
[[Category:license]]
 
[[Category:metadata]]
 
[[Category:metadata]]
Line 12: Line 11:
 
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:
 
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://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/trunk/src/ui/dialog/document-metadata.cpp?view=log document-metadata.cpp]
+
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head%3A/src/ui/dialog/document-metadata.cpp document-metadata.cpp]
* [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/trunk/src/ui/dialog/document-metadata.h?view=log document-metadata.h]
+
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head%3A/src/ui/dialog/document-metadata.h document-metadata.h]
* [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/trunk/src/dialogs/rdf.cpp?view=log rdf.cpp]
+
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head%3A/src/rdf.cpp rdf.cpp]
* [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/trunk/src/dialogs/rdf.h?view=log rdf.h]
+
* [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head%3A/src/rdf.h rdf.h]
  
 
=== Screenshots ===
 
=== Screenshots ===

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