Difference between revisions of "Developing CcLookup"

From Creative Commons
Jump to: navigation, search
 
Line 5: Line 5:
  
 
{{ template:stub }}
 
{{ template:stub }}
 +
 +
[[CcLookup|CC Lookup]] is a tool to verify embedded license information.  It is written in [http://python.org Python] and uses the [http://wxpython.org wxPython] GUI toolkit for cross-platform compatibility.
 +
 +
== Getting the Source ==
 +
 +
The source for CC Lookup is available from the cctools repository on Sourceforge.net.
 +
 +
  $ svn co https://svn.sourceforge.net/svnroot/cctools/cclookup/trunk cclookup

Revision as of 19:42, 7 February 2007


CC Lookup is a tool to verify embedded license information. It is written in Python and uses the wxPython GUI toolkit for cross-platform compatibility.

Getting the Source

The source for CC Lookup is available from the cctools repository on Sourceforge.net.

 $ svn co https://svn.sourceforge.net/svnroot/cctools/cclookup/trunk cclookup