Difference between revisions of "License Wrappers"

From Creative Commons
Jump to: navigation, search
Line 6: Line 6:
 
== Python ==
 
== Python ==
  
* ccRdf provides a wrapper around the licenses and their attributes.
+
* [[CcRdf_for_Python|ccRdf]] provides a wrapper around the licenses and their attributes for Python developers.
** [http://svn.berlios.de/wsvn/cctools/wrappers/python/ccrdf/ Browse the source]
+
 
 +
== Javascript ==
 +
 
 +
* [[CcRdf_for_Javascript|ccRdf]] provides a wrapper around the licenses and their attributes for Javascript developers.
  
 
== C# ==
 
== C# ==
  
 
* [[http://workspaces.gotdotnet.com/cclib ccLicenseLib]] provides a C# wrapper for Creative Commons licenses.
 
* [[http://workspaces.gotdotnet.com/cclib ccLicenseLib]] provides a C# wrapper for Creative Commons licenses.

Revision as of 14:05, 10 July 2006

The License Wrappers project collects libraries which wrap the Creative Commons licenses and metadata for use in other applications. These wrappers were developed in response to our Developer Challenges. If you don't see your language listed here or would like to take a different approach to wrapping the license, we would like to host your code so that others can build on it. Take a look at the Wrapper Guidelines and Source Repository Policy; contact Nathan Yergler with any questions.

License Wrappers hosted by Creative Commons reside in the wrappers module in the Subversion repository hosted at Berlios.

Python

  • ccRdf provides a wrapper around the licenses and their attributes for Python developers.

Javascript

  • ccRdf provides a wrapper around the licenses and their attributes for Javascript developers.

C#

  • [ccLicenseLib] provides a C# wrapper for Creative Commons licenses.