Difference between revisions of "JsWidget"

From Creative Commons
Jump to: navigation, search
(Goals)
(Features)
Line 37: Line 37:
 
* 2007-07-19: [http://sourceforge.net/project/showfiles.php?group_id=80503&package_id=239510 Released 0.1].  Don't try to use this in production, but DO let us know how it fits into your systems and what you would want us to change.
 
* 2007-07-19: [http://sourceforge.net/project/showfiles.php?group_id=80503&package_id=239510 Released 0.1].  Don't try to use this in production, but DO let us know how it fits into your systems and what you would want us to change.
  
== Features ==
+
== Language selection ==
 
This is as of 0.3.
 
This is as of 0.3.
 
* ?locale=XX for choosing language
 
* ?locale=XX for choosing language

Revision as of 23:07, 26 July 2007

Creative Commons currently provides two methods for integrating license selection into applications: the Partner Interface and the web service API. The CC Javascript Widget will provide an additional, lightweight method for integrating license selection into web applications. When complete the widget will be used in WpLicense as well.

Note that the JsWidget is currently under development but a 0.2 preview is available.

Sample Usage

This widget generated will be similar to the chooser currently deployed at CC Labs.

Jswidget-0.2-screenshot.png

The following is a simple example of how the widget would be included in a page to create a license selector. A live demonstration is available on the CC labs site.


  <html>
    <head>
      <title>Example Widget Page</title>
    </head>
    <body>
     .
     .
     .
        <div id="cc_widget_container">
          <script src="http://api.creativecommons.org/jswidget/tags/0.2/complete.js"></script>
     .
     .
     .
    </body>
  </html>

Availability

You can play with a 0.2 pre-release right now!

  • 2007-07-25: Released 0.2. The UI now doesn't ask or contain spurious questions, plus translation is halfway there.
  • 2007-07-19: Released 0.1. Don't try to use this in production, but DO let us know how it fits into your systems and what you would want us to change.

Language selection

This is as of 0.3.

  •  ?locale=XX for choosing language
  • If omitted, Apache Content Negotiation will select the most appropriate language based on the user's preferences, defaulting to English

Goals

The following list of goals reminds us what we want out of JsWidget. You can expect most of it for 1.0.

  • Generate HTML suitable for use in a form which presents the basic license selector
  • Provide compatibility with all A-grade browsers
  • Provide up to date license information by
    • Utilizing licenses.xml to generate the appropriate Javascript on the server side. This may be done using a dynamic language such as PHP or through pre-processing to a static file when licenses are updated.
  • Support new, expanded metadata including attributionName, attributionUrl and morePermissions.
  • Provide a robust, scalable serving solution (if any server-side processing is needed) in order to support CC-hosted Javascript resources for the general public

Resources