Difference between revisions of "Completed Developer Challenges"

From Creative Commons
Jump to: navigation, search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Developer]]
+
#REDIRECT [[:Category:Developer_Challenges]]
[[Category:Developer:TechChallenges]]
 
 
 
== Developer Aids, Libraries, and Specifications ==
 
 
 
=== License metadata validation web application ===
 
 
 
'''1 implementation'''
 
 
 
This application should work much like the [http://www.w3.org/RDF/Validator/ W3C RDF Validation Service]. It may even re-use some of the same code. Instead of parsing RDF from a text input box or URL and displaying represented triples, the license metadata version should extract RDF potentially embedded in HTML from a text input box or URL, parse the RDF, and display license and work properties instead of raw RDF triples.
 
 
 
'''Update:''' Nathan Yergler's excellent [http://www.yergler.net/projects/ccvalidator/ ccValidator] meets the challenge! Please send Nathan bug reports, feature requests, and patches. If you have a different (better, thinks you) implementation in mind, don't be dissuaded by existing code -- the W3C RDF validator has used at least two different implementations.
 
 
 
== Content Creation Applications ==
 
 
 
=== 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 [http://creativecommons.org/technology/embedding 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.
 

Latest revision as of 05:39, 1 May 2006