Difference between revisions of "GUI for embedding license claims in files and generating claim verification RDF"

From Creative Commons
Jump to: navigation, search
(Examples)
Line 1: Line 1:
[[Category:Developer Challenges]]
+
{{Challenge
[[Category:Developer]]
+
|related_to=Liblicense
[[Category:Technology]]
+
|challenge_type=Developer
[[Category:Developer Challenges Completed]]
+
|tags=metadata, embedding
{{incomplete}}
+
|is_complete=no
 +
}}
  
 
We have a [http://cctools.sourceforge.net/ command line tool] that embeds license claims in [[MP3]] and [[OGG]] files and generates claim verification for these files according to our [[Embedded Metadata|license metadata embedding guidelines]]. We need a GUI version of this tool (or versions, for different platforms). The most basic implementation would allow a user to choose a file, enter some information (at least copyright holder, license chosen, and URL of the page that will verify the embedded claim), embed the claim in the file, and display verification RDF for copy&paste into the verification web page. More sophisticated implementations might help a user manage their tagged files or interface with specific web publishing systems to make publishing verification metadata transparent. Please see the detail page: [[GUI for embedding license claims in files and generating claim verification RDF]].
 
We have a [http://cctools.sourceforge.net/ command line tool] that embeds license claims in [[MP3]] and [[OGG]] files and generates claim verification for these files according to our [[Embedded Metadata|license metadata embedding guidelines]]. We need a GUI version of this tool (or versions, for different platforms). The most basic implementation would allow a user to choose a file, enter some information (at least copyright holder, license chosen, and URL of the page that will verify the embedded claim), embed the claim in the file, and display verification RDF for copy&paste into the verification web page. More sophisticated implementations might help a user manage their tagged files or interface with specific web publishing systems to make publishing verification metadata transparent. Please see the detail page: [[GUI for embedding license claims in files and generating claim verification RDF]].
Line 12: Line 13:
 
* [[CcPublisher]] for MP3
 
* [[CcPublisher]] for MP3
 
* [[Inkscape]] for SVG
 
* [[Inkscape]] for SVG
* Please add your implementation here :)
 
 
=== Examples ===
 
 
''Please add your example, screenshot, mockup, etc here :)''
 
 
'''Here are example mockups of an interface for adding license and metadata to a file.
 
 
[[image:Inkscape-0.44SVN-save-dialog-plus.png]]
 
 
Inkscape Mockup: Save dialog in compact mode with Metadata and License Selector
 
 
 
[[image:Inkscape-0.44SVN-save-dialog-plus-metadata-exp.png]]
 
 
Inkscape Mockup: Save dialog in expanded with example document metadata expanded.
 
 
 
[[image:Inkscape-0.44SVN-save-dialog-plus-license-exp.png]]
 
 
Inkscape Mockup: Save dialog expanded with example license selector expanded
 
 
 
[[image:Gimp-2.2.6-save-dialog-expanded-plus.png]]
 
 
GIMP Mockup: Save Dialog Expanded with Metadata and License Selector
 
 
=== TODO ===
 
 
* Please add your TODO here :)
 

Revision as of 18:59, 4 March 2008

Related To: ,|x|Related To::x}}
Tags: {{#arraymap:metadata, embedding|,|x|Has Tag::x}} | (none) }}
Challenge Type: Has Challenge Type::Developer | (none) }}
Is Complete: Is Complete::no | Is Complete::no }}


We have a command line tool that embeds license claims in MP3 and OGG files and generates claim verification for these files according to our license metadata embedding guidelines. We need a GUI version of this tool (or versions, for different platforms). The most basic implementation would allow a user to choose a file, enter some information (at least copyright holder, license chosen, and URL of the page that will verify the embedded claim), embed the claim in the file, and display verification RDF for copy&paste into the verification web page. More sophisticated implementations might help a user manage their tagged files or interface with specific web publishing systems to make publishing verification metadata transparent. Please see the detail page: GUI for embedding license claims in files and generating claim verification RDF.

Implementations