Difference between revisions of "Web Integration"

From Creative Commons
Jump to: navigation, search
(Tools of the Trade)
(moved ActsAsLicensed to a ThirdParty section, and fixed a formating issue)
Line 13: Line 13:
 
== Tools of the Trade ==
 
== Tools of the Trade ==
 
{{PageColumn|
 
{{PageColumn|
 +
== [[Web Integration/HowTo | HowTo Guide]] ==
 +
While knowing about the various tools Creative Commons provides to integration CC licesnes in your web application, see examples of implementations is even better!
 +
 
== [[LicenseChooser.js]] ==
 
== [[LicenseChooser.js]] ==
  
Line 19: Line 22:
 
== [[Partner Interface]] ==
 
== [[Partner Interface]] ==
 
While superseded by LicenseChooser.js, this supported interface provides another method of integrating CC license choice in your web application.
 
While superseded by LicenseChooser.js, this supported interface provides another method of integrating CC license choice in your web application.
}}
 
  
== [[ActsAsLicensed]] ==
+
 
A Ruby on Rails plugin that allows for integrating of CC license choice in your Rails web application as a  server application building tool.
 
 
}}
 
}}
  
Line 29: Line 30:
 
The web services are designed to be a more flexible replacement for the HTML-only partner interface.  
 
The web services are designed to be a more flexible replacement for the HTML-only partner interface.  
  
== [[Web Integration/HowTo | HowTo Guide]] ==
+
== ThirdParty Tools ==
While knowing about the various tools Creative Commons provides to integration CC licesnes in your web application, see examples of implementations is even better!
+
* [[ActsAsLicensed]] is a Ruby on Rails plugin that allows for integrating of CC license choice in your Rails web application as a  server application building tool.
 
}}
 
}}
  

Revision as of 22:03, 13 August 2009


This is a page describing everything a web-based (media) hosting site could do to integrate CC and CC-related features. From simple blogs to elaborate user-generated content communities, there are easy ways to share website content by publishing it under a Creative Commons license. Below we provide a basic overview of how you may integrate Creative Commons licensing into your website.

Tools of the Trade

HowTo Guide

While knowing about the various tools Creative Commons provides to integration CC licesnes in your web application, see examples of implementations is even better!

LicenseChooser.js

LicenseChooser.js provides a lightweight method for integrating license selection into web applications. The widget is used by TypePad, as well as WpLicense.

Partner Interface

While superseded by LicenseChooser.js, this supported interface provides another method of integrating CC license choice in your web application.


Web Services (API)

The web services are designed to be a more flexible replacement for the HTML-only partner interface.

ThirdParty Tools

  • ActsAsLicensed is a Ruby on Rails plugin that allows for integrating of CC license choice in your Rails web application as a server application building tool.


Underlying Technology

RDFa

RDFa is a way of expressing RDF in XHTML. Creative Commons uses RDFa to express license and other information about works for the semantic web.

CcREL

A specification describing how license information may be described and attached to works.


Developer Challenges Related to Web Integration

{{#ask: Has Challenge Type::Developer Is Complete::false Has Tag::web | ?Related To | ?Has Tag }}