Difference between revisions of "Cc-sharp"

From Creative Commons
Jump to: navigation, search
(Where to Get it?: Moved to Google code repo)
(What is it?: Added link to Google Code project page)
 
Line 1: Line 1:
 
== What is it? ==
 
== What is it? ==
[[cc-sharp]] is a C# library for verifying Creative Commons license metadata.
+
[[cc-sharp]] is a C# library for verifying Creative Commons license metadata. A Google Code project has been set up [http://code.google.com/p/cc-sharp/ here].
 +
 
 
== Where to Get it? ==
 
== Where to Get it? ==
 
[[cc-sharp]] is available on the Creative Commons Source Forge Subversion repository for [http://cc-sharp.googlecode.com/svn/ browsing]. You can also use Subversion to check the code out and build it yourself:
 
[[cc-sharp]] is available on the Creative Commons Source Forge Subversion repository for [http://cc-sharp.googlecode.com/svn/ browsing]. You can also use Subversion to check the code out and build it yourself:

Latest revision as of 19:59, 24 December 2006

What is it?

cc-sharp is a C# library for verifying Creative Commons license metadata. A Google Code project has been set up here.

Where to Get it?

cc-sharp is available on the Creative Commons Source Forge Subversion repository for browsing. You can also use Subversion to check the code out and build it yourself:

svn checkout http://cc-sharp.googlecode.com/svn/trunk/ cc-sharp

How to Build it?

The project was built as a MonoDevelop solution so to build it from home, you must have MonoDevelop.

  1. In MonoDevelop, go to file and open the cc-sharp solution file cc-sharp/trunk/cc-sharp.mds.
  2. Click on the Build Solution button.
  3. Retrieve the resulting DLL from cc-sharp/trunk/bin/Debug/cc-sharp.dll.