Difference between revisions of "License Wrappers"

From Creative Commons
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Developer]]
 
[[Category:Developer]]
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 [[Tech 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 [[User:NathanYergler|Nathan Yergler]] with any questions.
+
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 [[User:NathanYergler|Nathan Yergler]] with any questions.
  
 
License Wrappers hosted by Creative Commons reside in the wrappers module in the Subversion repository hosted at [[CcTools Berlios|Berlios]].
 
License Wrappers hosted by Creative Commons reside in the wrappers module in the Subversion repository hosted at [[CcTools Berlios|Berlios]].

Revision as of 06:29, 1 May 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.

C#

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