integrating with creative commons (teldap 2009)

Post on 26-Jan-2015

104 Views

Category:

Education

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

1. Business with CC 2. Web platform integrating 3. CC Plus Presented in TELDAP 2009

TRANSCRIPT

Integrating with Creative Commons

bobchao@iis.sinica.edu.tw

趙 柏強 / Po-chiang Chao台灣創用 CC 計劃 / Creative Commons Taiwan

http://blog.bobchao.netbobchao@iis.sinica.edu.tw

bobchao@iis.sinica.edu.tw

CC & Business:

Showcases

bobchao@iis.sinica.edu.tw

Web Platform with CC contents● Flickr

● eyeVio

● BSPs supports CC

bobchao@iis.sinica.edu.tw

bobchao@iis.sinica.edu.tw

Online Stores● Jamendo

● YouTube

bobchao@iis.sinica.edu.tw

bobchao@iis.sinica.edu.tw

bobchao@iis.sinica.edu.tw

Software● ThinkFree office

● PowerDirector

bobchao@iis.sinica.edu.tw

Pre-loaded content● …for device

– OpenMoko, EeePC

● …for software

– authoring toolwith CC materials?

bobchao@iis.sinica.edu.tw

CC & (Your) Business:

Web Platform Integration

bobchao@iis.sinica.edu.tw

CC Integration● Web application

– usually UGC sites

● Desktop application

– usually authoring / managing tool

bobchao@iis.sinica.edu.tw

CC Integration● Web application

– LicenseChooser.js

● Desktop application

– libLicense

bobchao@iis.sinica.edu.tw

Focus: Web application● It's popular!

● It's easy!

bobchao@iis.sinica.edu.tw

#1 Planning

bobchao@iis.sinica.edu.tw

What's the default?

bobchao@iis.sinica.edu.tw

Default License● (almost) always “all rights reserved”

● Special case: eyeVio

bobchao@iis.sinica.edu.tw

Which is supported?

bobchao@iis.sinica.edu.tw

It's up to you (or your boss)

● force users to select a CC license?

● supports the NC condition?

● supports the ND condition?

● supports the SA condition?

● supports different jurisdictions?

bobchao@iis.sinica.edu.tw

#2 Implement … the front-end part

bobchao@iis.sinica.edu.tw

bobchao@iis.sinica.edu.tw

bobchao@iis.sinica.edu.tw

LicenseChooser.js● 1 line code in your HTML

● Highly customizable● http://creativecommons.org/projects/LicenseChooser.js

bobchao@iis.sinica.edu.tw

DEMOLicenseChooser.js

bobchao@iis.sinica.edu.tw

summary● include the JavaScript file

● add arguments…

– for the Default license

– for the conditions you want/don't support

● (optional) write CSS for layout

● Send the data to back-end

bobchao@iis.sinica.edu.tw

issues● Chinese?

● You have to connected.

– for offline web app, that's an issue.

bobchao@iis.sinica.edu.tw

Only a few of your users know CC(that's true!)

● Add info. about CC near the Chooser

● Provide a like back to CC project(for more information)

bobchao@iis.sinica.edu.tw

#2 Implement … the back-end part

bobchao@iis.sinica.edu.tw

Database schema● You don't have to split everything.

● Keep the license URL

● Recording every single work

bobchao@iis.sinica.edu.tw

Issue: change license● “the license granted here is perpetual”

● license history with timestamp.

bobchao@iis.sinica.edu.tw

#2 Implement … show the license

bobchao@iis.sinica.edu.tw

on web page● license button with link

● short description

● ccREL code

bobchao@iis.sinica.edu.tw

DEMOccREL

bobchao@iis.sinica.edu.tw

Example from last session…

<div xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#">

<span property="dc:title" href="http://purl.org/dc/dcmitype/Text" rel="dc:type">柏強的城市探險記 </span> 文字部份除另有聲明外,

係採用<a href="http://creativecommons.org/licenses/by-sa/2.5/tw/"

rel="license"> 創用 CC 姓名標示—相同方式分享 2.5 台灣版條款 </a> 授權公眾使用,

利用時請於合理位置標示<a href="http://blog.bobchao.net" rel="cc:attributionURL"> 本站網址 </a> 。

其他使用範圍<a href="http://example.com/getmore" rel="cc:morePermissions"> 請連絡我 </a> 。

</div>

bobchao@iis.sinica.edu.tw

different integrating● SEARCH for CC contents

● IMPORT CC contents from other platform

● …or, help people to get morePermission?

bobchao@iis.sinica.edu.tw

CC & (Your) Business:

CC Plus

CC+ is

NOTa license.

CC+

ISa standard.

bobchao@iis.sinica.edu.tw

Example from last session…

<div xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#">

<span property="dc:title" href="http://purl.org/dc/dcmitype/Text" rel="dc:type">柏強的城市探險記 </span> 文字部份除另有聲明外,

係採用<a href="http://creativecommons.org/licenses/by-sa/2.5/tw/"

rel="license"> 創用 CC 姓名標示—相同方式分享 2.5 台灣版條款 </a> 授權公眾使用,

利用時請於合理位置標示<a href="http://blog.bobchao.net" rel="cc:attributionURL"> 本站網址 </a> 。

其他使用範圍<a href="http://www.ozmo.com/frproduct/1068" rel="cc:morePermissions"> 請連絡我</a> 。

</div>

bobchao@iis.sinica.edu.tw

More information:● http://wiki.creativecommons.org/CcPlus

● http://wiki.creativecommons.org.tw/cc-plus

bobchao@iis.sinica.edu.tw

go2.tw/ ccteldap09For slides, URLs, and more information

bobchao@iis.sinica.edu.tw

Thank you.● CC —- 2.5 創用 姓名標示 相同方式分享 台灣版 (CC:BY-SA 2.5

TW)

● Slides' template and most of ccPlus slides from Jon Phillips, CC:by

● Please remove the logo of CC and 創用 CC when you remix the slides.

bobchao@iis.sinica.edu.tw

go2.tw/ ccteldap09For slides, URLs, and more information

top related