43
Creative Commons Technical Projects: Overview

CC tech-projects: overview (TELDAP 2009)

Embed Size (px)

DESCRIPTION

An overview of Creative Commons's technology projects. Presented in TELDAP 2009

Citation preview

Page 1: CC tech-projects: overview (TELDAP 2009)

Creative CommonsTechnical Projects:Overview

Page 2: CC tech-projects: overview (TELDAP 2009)

[email protected]

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

http://[email protected]

Page 3: CC tech-projects: overview (TELDAP 2009)
Page 4: CC tech-projects: overview (TELDAP 2009)

[email protected]

metadata

Page 5: CC tech-projects: overview (TELDAP 2009)

[email protected]

Why?

Page 6: CC tech-projects: overview (TELDAP 2009)

[email protected]

ccREL● Creative Commons Rights Expression

Language

● RDFa or XMP

Page 7: CC tech-projects: overview (TELDAP 2009)

[email protected]

Example:

柏強的城市探險記文字部份除另有聲明外,

係採用創用 CC 姓名標示—相同方式分享 2.5 台灣版條款授權公眾使用,

利用時請於合理位置標示本站網址。

其他使用範圍請連絡我。

Page 8: CC tech-projects: overview (TELDAP 2009)

[email protected]

Example:

<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 9: CC tech-projects: overview (TELDAP 2009)

[email protected]

Example:

<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 10: CC tech-projects: overview (TELDAP 2009)

[email protected]

Example:

<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 11: CC tech-projects: overview (TELDAP 2009)

[email protected]

WebStatement● additional confidence

● CC (never finish) Lookup

● Demo

Page 12: CC tech-projects: overview (TELDAP 2009)

[email protected]

ccValidator“an on-line service which parses Creative Commons licenses, validates the RDF and displays their contents in human readable form.” – source

Page 13: CC tech-projects: overview (TELDAP 2009)

[email protected]

ccPlus● morePermission

● “A human, legal and technical solution to bridge the sharing and commercial economies.”

● → ccREL

Page 14: CC tech-projects: overview (TELDAP 2009)

[email protected]

ccZero● Public Domain

● Weave your rights

● → ccREL

Page 15: CC tech-projects: overview (TELDAP 2009)

[email protected]

More on CC Wiki● http://wiki.creativecommons.org/Metadata

● http://wiki.creativecommons.org/CcREL

– http://wiki.creativecommons.org/CcZero– http://wiki.creativecommons.org/CcPlus

● http://wiki.creativecommons.org/Nonweb_Tagging

● http://wiki.creativecommons.org/CcValidator

Page 16: CC tech-projects: overview (TELDAP 2009)

[email protected]

integrating● tools

Page 18: CC tech-projects: overview (TELDAP 2009)

[email protected]

LicenseChooser.js● 1 line code in your HTML…

● … and write the back-end yourself.

● Fully customizable!● http://creativecommons.org/projects/LicenseChooser.js

Page 19: CC tech-projects: overview (TELDAP 2009)

[email protected]

libLicense● Library for your desktop application● http://creativecommons.org/projects/liblicense

● License Tagger (a python application use libLicense to tagging files with license information.)

Page 20: CC tech-projects: overview (TELDAP 2009)

[email protected]

License_Wrappers● wrapping CC licenses

● Python, JavaScript, C#● http://wiki.creativecommons.org/License_Wrappers

Page 23: CC tech-projects: overview (TELDAP 2009)

[email protected]

integrating● applications

Page 24: CC tech-projects: overview (TELDAP 2009)

[email protected]

MozCC● Firefox extension

● Read meta-data

● Display meta-data

● http://wiki.creativecommons.org/MozCC

Page 25: CC tech-projects: overview (TELDAP 2009)

[email protected]

WpLicense● Plugin for Wordpress, a blog system

● LicenseChooser.js inside

Page 26: CC tech-projects: overview (TELDAP 2009)
Page 27: CC tech-projects: overview (TELDAP 2009)

[email protected]

LiveContent● Experiencing freedom from a live cd.

● Fedora with CC contents pre-loaded

Page 30: CC tech-projects: overview (TELDAP 2009)

[email protected]

ccHost● Hosting user generated CC contents

● Community features

● ccMixer

Page 32: CC tech-projects: overview (TELDAP 2009)

[email protected]

Office add-ons● MS Office

● OpenOffice.org

Page 33: CC tech-projects: overview (TELDAP 2009)

[email protected]

with Firefox Scrapbook extension…● New project this year from Taiwan

Page 34: CC tech-projects: overview (TELDAP 2009)
Page 35: CC tech-projects: overview (TELDAP 2009)
Page 36: CC tech-projects: overview (TELDAP 2009)
Page 37: CC tech-projects: overview (TELDAP 2009)
Page 38: CC tech-projects: overview (TELDAP 2009)
Page 39: CC tech-projects: overview (TELDAP 2009)
Page 40: CC tech-projects: overview (TELDAP 2009)

[email protected]

More information:● Project: http://creativecommons.org/projects/

Page 41: CC tech-projects: overview (TELDAP 2009)
Page 42: CC tech-projects: overview (TELDAP 2009)

[email protected]

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

Page 43: CC tech-projects: overview (TELDAP 2009)

[email protected]

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

TW)

● Slides' template, slides about wpLicense, liblicense, and LiveContents images from Jon Phillips

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