Difference between revisions of "APIs for Creative Commons license metadata"
Jon Phillips (talk | contribs) |
Jon Phillips (talk | contribs) |
||
Line 2: | Line 2: | ||
[[Category:Developer]] | [[Category:Developer]] | ||
[[Category:metadata]] | [[Category:metadata]] | ||
+ | {{incomplete}} | ||
+ | We provide RDF metadata for each our our licenses and the public domain dedication. Many developers will find it easiest to access this metadata via a programming language-specifc API. [http://cclicense.sourceforge.net/ cclicense.php] is an example of such an API for PHP web developers. Ada, C++, E, Java, Lisp, ML, Perl, Ruby, Smalltalk, Tcl (and many more!) are all up for grabs. Your wrapper should also include a small driver program to demonstrate how it can be used to pull license information. Bonus points if your implementation can dynamically discover and wrap new licenses using the Creative Commons metadata vocabulary. | ||
− | + | == Implementations == | |
+ | |||
+ | * APIs for [http://workspaces.gotdotnet.com/cclib C#] (Steve Griffin) and [http://yergler.net/projects/ccrdf/ Python] (Nathan Yergler) have been created in response to this challenge. | ||
+ | * Please add your implementation here :) | ||
+ | |||
+ | == TODO == | ||
+ | |||
+ | * Please add your TODO here :) |
Revision as of 21:24, 30 April 2006
We provide RDF metadata for each our our licenses and the public domain dedication. Many developers will find it easiest to access this metadata via a programming language-specifc API. cclicense.php is an example of such an API for PHP web developers. Ada, C++, E, Java, Lisp, ML, Perl, Ruby, Smalltalk, Tcl (and many more!) are all up for grabs. Your wrapper should also include a small driver program to demonstrate how it can be used to pull license information. Bonus points if your implementation can dynamically discover and wrap new licenses using the Creative Commons metadata vocabulary.
Implementations
- APIs for C# (Steve Griffin) and Python (Nathan Yergler) have been created in response to this challenge.
- Please add your implementation here :)
TODO
- Please add your TODO here :)