Difference between revisions of "Developing CcLookup"

From Creative Commons
Jump to: navigation, search
 
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
 
[[Category:Tools]]
 
[[Category:Tools]]
 
[[Category:Technology]]
 
[[Category:Technology]]
[[Category:cclookup]]
+
[[Category:ccLookup]]
  
 
{{ 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

Latest revision as of 19:04, 8 June 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