Difference between revisions of "CcRdf for Javascript"
| Line 1: | Line 1: | ||
| − | {{  | + | [[Category:OpenSource]]  | 
| + | [[Category:Developer]]  | ||
| + | |||
| + | {{incomplete}}  | ||
| + | |||
| + | In the process of developing on [[MozCC]], it became apparent that a class which modeled Creative Commons license RDF would be useful. In order to aid in the development of MozCC, I ported [[CcRdf for Pythong|ccRdf]] Javascript.  | ||
| + | |||
| + | '''ccrdf.js''' is a set of classes and Javascript objects which model Creative Commons licensing metadata.  '''ccrdf.js''' uses the RDF engine built into the Gecko rendering engine, and is only tested with Gecko-based browsers.  | ||
| + | |||
| + | == Usage ==  | ||
| + | |||
| + | ''to be completed''  | ||
| + | |||
| + | == Download ==  | ||
| + | |||
| + | ccrdf.js is maintained in the [[MozCC]] source tree; you can find the CVS log (and download links) at http://www.mozdev.org/source/browse/mozcc/src/content/mozcc/ccrdf.js.  | ||
| + | |||
| + | == License ==  | ||
| + | |||
| + | ccrdf.js is licensed under the [http://opensource.org/licenses/mozilla1.1.php Mozilla Public License 1.1].  | ||
Revision as of 11:36, 11 July 2006
In the process of developing on MozCC, it became apparent that a class which modeled Creative Commons license RDF would be useful. In order to aid in the development of MozCC, I ported ccRdf Javascript.
ccrdf.js is a set of classes and Javascript objects which model Creative Commons licensing metadata. ccrdf.js uses the RDF engine built into the Gecko rendering engine, and is only tested with Gecko-based browsers.
Usage
to be completed
Download
ccrdf.js is maintained in the MozCC source tree; you can find the CVS log (and download links) at http://www.mozdev.org/source/browse/mozcc/src/content/mozcc/ccrdf.js.
License
ccrdf.js is licensed under the Mozilla Public License 1.1.