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

From Creative Commons
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Tech Challenges]]
+
{{Challenge
[[Category:Developer]]
+
|related_to=Liblicense
[[Category:Technology]]
+
|challenge_type=Developer
[[Category:Tech Challenges Completed]]
+
|tags=metadata, embedding
{{incomplete}}
+
|is_complete=Yes
 
+
}}
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.  
  
 
=== Implementations ===
 
=== Implementations ===
  
 
* 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 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]].
* Please add your implementation here :)
+
* [[CcPublisher]] for MP3
 
+
* [[Inkscape]] for SVG
=== Examples ===
 
 
 
* Please add your example, screenshot, mockup, etc here :)
 
  
=== TODO ===
+
=== Code ===
  
* Please add your TODO here :)
+
A basic Python GUI around liblicense has been completed; see http://code.creativecommons.org/viewgit?p=license_tagger.git;a=summary

Latest revision as of 17:44, 16 March 2009

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::Yes | 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.

Implementations

Code

A basic Python GUI around liblicense has been completed; see http://code.creativecommons.org/viewgit?p=license_tagger.git;a=summary