Difference between revisions of "Web Integration"

From Creative Commons
Jump to: navigation, search
(De-SMW.)
 
(104 intermediate revisions by 24 users not shown)
Line 1: Line 1:
[[Category:Business]]
+
[[Category:Integration]]
[[Category:Media]]
+
[[Category:Documentation]]
[[Category:BestCase]]
 
[[Category:Wishlist]]
 
[[Category:Challenge]]
 
 
[[Category:Guide]]
 
[[Category:Guide]]
 +
[[Category:Developer]]
 +
{{Best Practice}}
 +
__NOTOC__
 +
<div style="font-size:125%; line-height:1.75em; margin-bottom:1.75em;">
 +
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.
 +
</div>
  
For the ccHost software, see [[ccHost]].
+
<div style="padding:1.25em 1em; margin-left:-1em; margin-right:-1em; -moz-border-radius:5px; -webkit-border-radius:5px; background-color: #eaeaea; overflow: auto;">
 +
== Tools of the Trade ==
 +
{{PageColumn|
 +
== [[Web Integration/HowTo | HowTo Guide]] ==
 +
While knowing about the various tools Creative Commons provides to integrate CC licenses in your web application, seeing examples of implementations is even better!
  
This is a page describing "everything" a media hosting site could do to integrate CC and CC-related features.
+
== [[LicenseChooser.js]] ==
  
==Choose license==
+
LicenseChooser.js provides a lightweight method for integrating license selection into web applications. The widget is used by TypePad, as well as WpLicense.
  
* All same
+
== [[Partner Interface]] ==
* Dropdown
+
This interface provides another method of integrating CC license choice in your web application using an <code>iframe</code> or HTML popup.
* API
+
}}
* User-preference
 
* Per-item license  
 
* Per-site license (default)
 
  
==Publish license on the web==
+
{{PageColumn|
 +
== [[Web Services | Web Services (API)]] ==
 +
The web services are designed to be a more flexible option for building a custom, fully integrated solution.
  
* Link to license
+
== ThirdParty Tools ==
* Use [[RDFa]]
+
* [[Acts As License]] 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.
 +
}}
  
==Search==
+
<br clear="all"/>
* commercial use
 
* remix
 
* specific license
 
* Use OpenSearch
 
  
==Browse==
+
== Underlying Technology ==
* CC portal/channel on site
 
* Limit browsing to CC
 
  
==Feeds==
+
{{PageColumn|
* [[Syndication|CC annotations]]
+
=== [[RDFa]] ===
* Feed URLs facilitating CC restrictions (give some options)
 
  
==Embed WebStatement==
+
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.
* [[ID3]]
+
}}
* [[XMP]]
 
  
==Publish client-verifiable ID on web==
+
{{PageColumn|
* Hash
+
=== [[CcREL]] ===
* Authority lookup
+
A specification describing how license information may be described and attached to works.
 +
}}
  
==[Re]use tracking==
+
</div>
* link: search
 
* [[Sample Pool API]]
 
 
 
==.com integration==
 
 
 
{{incomplete}}
 

Latest revision as of 00:49, 31 August 2016


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 integrate CC licenses in your web application, seeing 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

This interface provides another method of integrating CC license choice in your web application using an iframe or HTML popup.

Web Services (API)

The web services are designed to be a more flexible option for building a custom, fully integrated solution.

ThirdParty Tools

  • Acts As License 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.