Difference between revisions of "Choose license"

From Creative Commons
Jump to: navigation, search
(Drop-down menu)
(Drop-down menu: 1.5)
Line 25: Line 25:
 
Requires minimal knowledge of HTML.
 
Requires minimal knowledge of HTML.
  
Documented at http://lists.ibiblio.org/pipermail/cc-devel/2006-March/000083.html (to be moved) or merely go to http://api.creativecommons.org/rest/dev/simple/chooser for the simplest invocation, which obtains a list of license URIs and names in the form of a select list (which can be easily parsed if you wanted a list of licenses for use elsewhere).
+
Documented at http://lists.ibiblio.org/pipermail/cc-devel/2006-March/000083.html (to be moved) or merely go to http://api.creativecommons.org/rest/1.5/simple/chooser for the simplest invocation, which obtains a list of license URIs and names in the form of a select list (which can be easily parsed if you wanted a list of licenses for use elsewhere).
  
 
[[Category:Developer]]
 
[[Category:Developer]]

Revision as of 20:24, 25 May 2006

Anyone may choose a Creative Commons license by going to http://creativecommons.org/license/

Several services are available to integrate license selection into a website or application:

RESTful web services API

Allows any website or application to transparently integrate CC licensing. Used by CcPublisher.

Requires programming.

Documented at http://api.creativecommons.org

Website Popup

Allows a website to give users a choice of any current CC license, generally via a popup. Javascript may be used to save license choice result in local form value -- may be integrated to any existing form on your site.

Requires some knowledge of HTML and Javascript.

Documented at http://creativecommons.org/technology/web-integration (to be moved to wiki)

Drop-down menu

Include a list of available licenses in a drop down menu on your form. List may be included via javascript, server-side retrieval, or by simply copying and saving directly into your form. The last method will not obtain new license versions, but is by far the simplest, and licenses should version rarely and old versions are always still valid.

Requires minimal knowledge of HTML.

Documented at http://lists.ibiblio.org/pipermail/cc-devel/2006-March/000083.html (to be moved) or merely go to http://api.creativecommons.org/rest/1.5/simple/chooser for the simplest invocation, which obtains a list of license URIs and names in the form of a select list (which can be easily parsed if you wanted a list of licenses for use elsewhere).