Difference between revisions of "License Wrappers"
Line 7: | Line 7: | ||
* ccRdf provides a wrapper around the licenses and their attributes. | * ccRdf provides a wrapper around the licenses and their attributes. | ||
− | ** Browse the source | + | ** [http://svn.berlios.de/wsvn/cctools/wrappers/python/ccrdf/ Browse the source] |
== 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:11, 6 January 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 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 NathanYergler 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.