integrating with creative commons (teldap 2009)

56
Integrating with Creative Commons

Upload: bob-chao

Post on 26-Jan-2015

104 views

Category:

Education


0 download

DESCRIPTION

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

TRANSCRIPT

Page 1: Integrating with Creative Commons (TELDAP 2009)

Integrating with Creative Commons

Page 2: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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

http://[email protected]

Page 3: Integrating with Creative Commons (TELDAP 2009)

[email protected]

CC & Business:

Showcases

Page 4: Integrating with Creative Commons (TELDAP 2009)

[email protected]

Web Platform with CC contents● Flickr

● eyeVio

● BSPs supports CC

Page 6: Integrating with Creative Commons (TELDAP 2009)

[email protected]

Online Stores● Jamendo

● YouTube

Page 9: Integrating with Creative Commons (TELDAP 2009)

[email protected]

Software● ThinkFree office

● PowerDirector

Page 10: Integrating with Creative Commons (TELDAP 2009)

[email protected]

Pre-loaded content● …for device

– OpenMoko, EeePC

● …for software

– authoring toolwith CC materials?

Page 11: Integrating with Creative Commons (TELDAP 2009)

[email protected]

CC & (Your) Business:

Web Platform Integration

Page 12: Integrating with Creative Commons (TELDAP 2009)

[email protected]

CC Integration● Web application

– usually UGC sites

● Desktop application

– usually authoring / managing tool

Page 13: Integrating with Creative Commons (TELDAP 2009)

[email protected]

CC Integration● Web application

– LicenseChooser.js

● Desktop application

– libLicense

Page 14: Integrating with Creative Commons (TELDAP 2009)

[email protected]

Focus: Web application● It's popular!

● It's easy!

Page 15: Integrating with Creative Commons (TELDAP 2009)

[email protected]

#1 Planning

Page 16: Integrating with Creative Commons (TELDAP 2009)

[email protected]

What's the default?

Page 17: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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

● Special case: eyeVio

Page 18: Integrating with Creative Commons (TELDAP 2009)

[email protected]

Which is supported?

Page 19: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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?

Page 20: Integrating with Creative Commons (TELDAP 2009)

[email protected]

#2 Implement … the front-end part

Page 23: Integrating with Creative Commons (TELDAP 2009)

[email protected]

LicenseChooser.js● 1 line code in your HTML

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

Page 24: Integrating with Creative Commons (TELDAP 2009)

[email protected]

DEMOLicenseChooser.js

Page 25: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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

Page 26: Integrating with Creative Commons (TELDAP 2009)

[email protected]

issues● Chinese?

● You have to connected.

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

Page 27: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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)

Page 28: Integrating with Creative Commons (TELDAP 2009)

[email protected]

#2 Implement … the back-end part

Page 29: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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

● Keep the license URL

● Recording every single work

Page 30: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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

● license history with timestamp.

Page 31: Integrating with Creative Commons (TELDAP 2009)

[email protected]

#2 Implement … show the license

Page 32: Integrating with Creative Commons (TELDAP 2009)

[email protected]

on web page● license button with link

● short description

● ccREL code

Page 33: Integrating with Creative Commons (TELDAP 2009)

[email protected]

DEMOccREL

Page 34: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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>

Page 35: Integrating with Creative Commons (TELDAP 2009)

[email protected]

different integrating● SEARCH for CC contents

● IMPORT CC contents from other platform

● …or, help people to get morePermission?

Page 36: Integrating with Creative Commons (TELDAP 2009)

[email protected]

CC & (Your) Business:

CC Plus

Page 37: Integrating with Creative Commons (TELDAP 2009)
Page 38: Integrating with Creative Commons (TELDAP 2009)
Page 39: Integrating with Creative Commons (TELDAP 2009)
Page 40: Integrating with Creative Commons (TELDAP 2009)
Page 41: Integrating with Creative Commons (TELDAP 2009)
Page 42: Integrating with Creative Commons (TELDAP 2009)

CC+ is

NOTa license.

Page 43: Integrating with Creative Commons (TELDAP 2009)

CC+

ISa standard.

Page 44: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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>

Page 45: Integrating with Creative Commons (TELDAP 2009)
Page 46: Integrating with Creative Commons (TELDAP 2009)
Page 47: Integrating with Creative Commons (TELDAP 2009)
Page 48: Integrating with Creative Commons (TELDAP 2009)
Page 49: Integrating with Creative Commons (TELDAP 2009)
Page 50: Integrating with Creative Commons (TELDAP 2009)
Page 51: Integrating with Creative Commons (TELDAP 2009)
Page 52: Integrating with Creative Commons (TELDAP 2009)
Page 53: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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

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

Page 54: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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

Page 55: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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.

Page 56: Integrating with Creative Commons (TELDAP 2009)

[email protected]

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