Source Repository Information
Creative Commons uses Subversion and Git repositories at http://code.creativecommons.org for source code management. Subversion (svn) clients are included with Linux and Mac OS X. Windows users can use Tortoise SVN.
ccPublisher and some dependencies are still housed at Berlios.de; those modules will be moved to code.creativecommons.org eventually.
Contents
Checking Out Source
code.creativecommons.org
We moved our primary source repository from Sourceforge.net to code.creativecommons.org in March, 2008. Note that we only support public key authentication for our repositories.
Subversion
- web view
- read-only repository
- writeable checkout:
$svn co svn+ssh://svn@code.creativecommons.org/svnroot/project
- write permission: email webmaster@creativecommons.org with your public key; if you had write permission at Sourceforge, please include your sourceforge.net username so we can map your key correctly.
Git
- web view
- read-only access:
$git clone git://code.creativecommons.org/cc.license.git
- read/write access:
$git clone git@code.creativecommons.org:cc.license
Berlios.de
See the ccTools Subversion Information page for details on checking out code hosted at Berlios (ccPublisher).
Repositories
Available Modules
svn
The Subversion repository contains the following modules:
module name | description |
---|---|
__cvs_import/ | Inactive modules imported to Subversion from CVS circa 2005 (from sourceforge.net). |
adobe_panel/ | XMP license panel for legacy Adobe products |
api/ | CC API; now developed in git (cc.api) |
api_client/ | Wrappers for the API in Python, Java, etc; unmaintained. |
asheesh_oneoffs/ | |
autocurate/ | Scripts to generate packages of content from sites like Flickr, etc, used for LiveCD. |
banshee-license-verifier-plugin/ | GSOC project: plugin for Banshee to verify web statement metadata pointed to in MP3 ID3 tags. |
bbpress/ | Tracking repository of bbpress |
blog_analysis/ | Return top blogs pointing to CC, as reported by Technorati. Used for targeted outreach. |
buildout_script/ | Buildout recipe for doing string substitution in script templates |
campaign_widget/ | Annual campaign javascript widget |
cc-content.deb/ | |
cc-sharp/ | C# model for CC licenses |
cc.engine/ | License engine; now developed in git (cc.license) |
cc.license/ | |
ccbanshee/ | GSOC project: Banshee plugin for displaying license information |
cchost/ | Legacy repository for CCHost, platform developed for CC Mixter |
cci/ | WordPress for legacy iCommons website |
cclabs/ | Legacy CC Labs experiments (DHTML chooser, et al) |
cclib/ | |
cclicense/ | |
cclookup/ | wxPython application for verifying web statements embedded in media files |
ccnutch/ | Nutch + cc search customizations |
ccoer/ | Early prototype of DiscoverEd, based on Scuttle |
ccooo/ | OpenOffice.org add-on, now developed in git. |
ccpublisher1/ | CC Publisher 1.x; 2.x code lives in the berlios.de repository/td> |
ccrdf/ | A Python wrapper for CC Licenses |
ccsearch/ | CC Meta-search |
cctagutils/ | Python library for reading and writing CC's suggested web statements |
ccwordpress/ | creativecommons.org |
cli_tools/ | Command line tools for tagging and verifying licensed works. |
desktop_search/ | Prototype of Spotlight plugin for Mac OS X |
experimental/ | |
feed2map/ | |
hooks/ | |
i18n/ | Translations, maintenance tools, now in git. |
i18nedit/ | Half finished prototype of web based PO editor, herder |
jswidget/ | Drop-in javascript widget for license selection |
liblicense/ | C library for manipulating license information embedded in files |
liblicense-gnome/ | gnome UI bindings for liblicense |
liblicense-kde/ | KDE UI bindings for liblicense |
liblicense-sugar/ | Sugar UI for liblicense |
license-tutorial/ | |
license.rdf/ | License RDF files |
license_xsl/ | Legacy chooser XSLT and questions |
livecontent/ | Live CD with CC licensed content |
log_analysis/ | |
metadata_scraper/ | Now developed in git as deedscraper |
mozcc2/ | Firefox add-on for displaying CC license information; superseded by OpenAttribute |
nagios/ | monitoring configuration |
nc-survey/ | Non-Commercial survey related code |
oe_search/ | PHP frontend for a Google CSE that acted as early DiscoverEd prototype |
oenutch/ | DiscoverEd |
operator_userscript/ | User script for Operator to display license information |
opml/ | Python library for reading and parsing OPML |
pdf_callback/ | Demonstration of a PDF with "phone home" capability |
planet/ | CC feed aggregator |
pyarchive/ | Python library for uploading works to Internet Archive |
pywikipedia/ | Python API for mediawiki, used for sending staff call emails |
rdfadict/ | Python dict-like interface for an RDFa parser |
scicom/ | Science Commons related projects, including MTA, SCA |
scripts/ | |
smw_tools/ | |
stats/ | |
themes/ | Various theme projects |
vendorlibs/ | Vendor libraries that are used by other projects. Modules are imported here if the project doesn't use svn, so we can use svn:externals, or if additional customization is required |
widgets/ | Widgets for visualizing CC content and information. |
wordpressmu/ | |
wpLicense/ | WordPress plugin for CC licensing; now developed in git/WP svn |
www-i/ | i.creativecommons.org |
xmp/ | Tools for embedding XMP metadata in PDF, JPEG and (future) other file types. |
zope_products/ | CC developed zope products: the license engine, Plone skin and iStr. |
git
See the git web interface for repository descriptions.