Source Repository Information

From Creative Commons
Revision as of 23:42, 24 March 2008 by Nathan Yergler (talk | contribs)
Jump to: navigation, search


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 moving to code.creativecommons.org soon.

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

     $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

     $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).

Available Modules

Note that this list is somewhat outdated; as we move forward we're trying to write README files for modules to maintain documentation with the code.

The Subversion repository contains the following modules:

module name description
api Web services, generalized chooselicense.xsl implementation
api_client Sample client implementation
ccoer The code for some half-secret CC OER thing
cchost The code for ccmixter.org and other ccHost installations
cci Code for supporting iCommons web-sites; currently a Word Press theme. In development.
cclicense Potential portal page for licensing
cclookup CC Lookup
ccnutch Creative Commons plugin for the open source Nutch search engine
ccpublisher1 ccPublisher 1.x
ccpublisher2 ccPublisher 2 DEPRECATED Development for this project has moved to Berlios.de
ccrdf Python library for modeling licenses in RDF.
ccsearch Code for http://search.creativecommons.org
cctagutils
cli_tools Command-line based tools for embedding and reading licenses.
desktop_search Desktop search tools; Spotlight plugin for Mac OS X.
experimental Experimental code, i18n (internationalization), test, and miscellaneous bits
liblicense library and simple command line tool for empowering reading and writing of licenses all around the desktop
pyarchive Python library for uploading works to the Internet Archive
vendor_libs 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.
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.
__cvs_import Data from the import from CVS that was either deprecated, crufted, or wrong.