Difference between revisions of "CcRdf for Javascript"
m (Reverted edits by Tsanioke (talk) to last revision by Nathan Yergler) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Opensource]] | [[Category:Opensource]] | ||
[[Category:Developer]] | [[Category:Developer]] | ||
− | + | {{Challenge | |
− | {{ | + | |related_to=License Wrappers |
+ | |challenge_type=Developer | ||
+ | |tags=metadata | ||
+ | |is_complete=yes | ||
+ | }} | ||
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, [[CcRdf for Pythong|ccRdf]] was ported to Javascript. | 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, [[CcRdf for Pythong|ccRdf]] was ported to 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. | '''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. | ||
− | |||
− | |||
− | |||
− | |||
== Download == | == Download == |
Latest revision as of 14:45, 23 March 2012
Related To: | ,|x|Related To::x}} |
---|---|
Tags: | {{#arraymap:metadata|,|x|Has Tag::x}} | (none) }} |
Challenge Type: | Has Challenge Type::Developer | (none) }} |
Is Complete: | Is Complete::yes | Is Complete::no }} |
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, ccRdf was ported to 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.
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.