Difference between revisions of "Inkscape"
(→Code) |
|||
Line 11: | 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:// | + | * [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head%3A/src/ui/dialog/document-metadata.cpp document-metadata.cpp] |
− | * [http:// | + | * [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head%3A/src/ui/dialog/document-metadata.h document-metadata.h] |
− | * [http:// | + | * [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head%3A/src/rdf.cpp rdf.cpp] |
− | * [http:// | + | * [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/annotate/head%3A/src/rdf.h rdf.h] |
=== Screenshots === | === Screenshots === |
Latest revision as of 21: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's gtkmm-based license chooser
Inkscape's gtkmm-based metadata chooser