<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.creativecommons.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sanfang</id>
		<title>Creative Commons - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.creativecommons.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sanfang"/>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/wiki/Special:Contributions/Sanfang"/>
		<updated>2026-04-23T14:32:26Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Jswidget_new&amp;diff=68330</id>
		<title>Jswidget new</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Jswidget_new&amp;diff=68330"/>
				<updated>2013-05-10T05:49:12Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: /* Goals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Software Project&lt;br /&gt;
|Description=LicenseChooser.js provides a lightweight method for integrating license selection into web applications.&lt;br /&gt;
|Bug tracker=http://code.creativecommons.org/issues/&lt;br /&gt;
|Code repository=http://code.creativecommons.org/viewsvn/jswidget/&lt;br /&gt;
|Mailing list=http://lists.ibiblio.org/mailman/listinfo/cc-devel&lt;br /&gt;
}}&lt;br /&gt;
{{Project}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
Creative Commons currently provides two methods for integrating license selection into applications: the [[Partner Interface]] and the [[Creative Commons Web Services|web service API]].  The CC Javascript Widget (LicenseChooser.js) provides an additional, lightweight method for integrating license selection into web applications.  The widget is used by TypePad, as well as [[WpLicense]].&lt;br /&gt;
&lt;br /&gt;
'''LicenseChooser.js is nearly ready!  Please try the [http://code.creativecommons.org/viewsvn/jswidget/tags/0.97/ 0.97 preview].'''&lt;br /&gt;
&lt;br /&gt;
== Users ==&lt;br /&gt;
* [[WpLicense]] uses LicenseChooser.js to provide a license selector for WordPress&lt;br /&gt;
* TypePad provides [http://everything.typepad.com/cc/ a widget] for adding a license to hosted blogs.&lt;br /&gt;
&lt;br /&gt;
== Sample Usage ==&lt;br /&gt;
&lt;br /&gt;
You can read the source of these examples; they demonstrate some (but not all) of the combinations for advanced usage described below.&lt;br /&gt;
&lt;br /&gt;
* [http://labs.creativecommons.org/jswidget/tags/0.97/example_web_app/definitely-want-license.html CC License selector only]&lt;br /&gt;
* [http://labs.creativecommons.org/jswidget/tags/0.97/example_web_app/definitely-want-openness.html Selector without the choice of &amp;quot;No license&amp;quot;]&lt;br /&gt;
* [http://labs.creativecommons.org/jswidget/tags/0.97/example_web_app/ Basic usage (all options visible)]&lt;br /&gt;
* [http://labs.creativecommons.org/jswidget/tags/0.97/example_web_app/inside_form.html Basic usage from inside another form tag]&lt;br /&gt;
* [http://labs.creativecommons.org/jswidget/tags/0.97/example_web_app/default-is-no-license.html Selector where &amp;quot;no license&amp;quot; is the starting point]&lt;br /&gt;
* [http://labs.creativecommons.org/jswidget/tags/0.97/example_web_app/without-jurisdiction.html Selector without a jurisdiction choice]&lt;br /&gt;
* [http://labs.creativecommons.org/jswidget/tags/0.97/example_web_app/with-seed.html Selector with a specific license used as a starting point]&lt;br /&gt;
* [http://labs.creativecommons.org/jswidget/tags/0.97/example_web_app/with-seed-without-jurisdiction.html Selector with a specific license as a starting point with no jurisdiction selector, always using the &amp;quot;seeded&amp;quot; jurisdiction]&lt;br /&gt;
* [http://labs.creativecommons.org/jswidget/tags/0.97/example_web_app/with-seed-old-version.html Selector where an old license version was given as the seed]&lt;br /&gt;
* [http://labs.creativecommons.org/jswidget/tags/0.97/example_web_app/language-detect.html Selector that relies on Apache Content Negotiation for translations]&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
&lt;br /&gt;
You can play with a 0.97 pre-release right now!&lt;br /&gt;
* 2009-04-29: [http://mirrors.creativecommons.org/software/licensechooser-js/licensechooser-js-0.97.tar.gz Released 0.97].  '''This is the latest preview that is very close to 1.0.'''  This release allows you to embed LicenseChooser.js inside a form tag. Thanks to John Horigan for reporting this issue and providing a patch (which we merged with some changes).&lt;br /&gt;
* 2009-03-16: [http://sourceforge.net/project/showfiles.php?group_id=80503&amp;amp;package_id=239510 Released 0.96]. The help text for &amp;quot;Share alike&amp;quot; was wrong, mistakenly giving you the non-commercial help text. Fixed! This is an important update.&lt;br /&gt;
* 2008-09-23: [http://sourceforge.net/project/showfiles.php?group_id=80503&amp;amp;package_id=239510 Released 0.95].  An anonymous bug reporter indicated that we overwrite the first JavaScript file found, even if it is not LicenseChooser.js. Fixed!  This is an important update.&lt;br /&gt;
* 2008-08-27: [http://sourceforge.net/project/showfiles.php?group_id=80503&amp;amp;package_id=239510 Released 0.94].  Stylistic issue found: image not always properly aligned with text in pop-up describing e.g. Share-Alike.  We no longer user document.write() (yuck) to insert the HTML of the widget into the document; we now modify the innerHTML of a div we create ourselves.  We may further harden the JS against namespace collisions with [http://kentbrewster.com/badges Kent Brewster's badges] strategy.&lt;br /&gt;
* 2007-10-10: [http://sourceforge.net/project/showfiles.php?group_id=80503&amp;amp;package_id=239510 Released 0.92]. Stylistic updates: Alex has gone to town on the chooser and styled it.  It only shows jurisdictions that have launched. There are no known pending technical or visual issues.&lt;br /&gt;
* 2007-08-23: [http://sourceforge.net/project/showfiles.php?group_id=80503&amp;amp;package_id=239510 Released 0.91]. The license selector allows one to remove the jurisdiction selector.  There is a &amp;quot;No license&amp;quot; choice.  Translation is done using JavaScript and not hidden DOM elements.  Application developers have more control over the defaults, including &amp;quot;no license&amp;quot; being choosable as the default.&lt;br /&gt;
* 2007-08-09: [http://sourceforge.net/project/showfiles.php?group_id=80503&amp;amp;package_id=239510 Released 0.9].   We've changed the plan to add some features before 1.0 based on talking with potential users. All DOM elements are '''really''' prefixed with cc_js_ this time, and all strings '''really''' are available for translation this time.  Documentation is updated for the 0.9 release, including a way to have the application developer specify only a single jurisdiction for the license.  JSON output is validated before being sent to a web browser.  Removed dependency on prototype.js.  Server code changes to improve performance.  Massive reduction of unused JS and CSS (this process began with 0.4).&lt;br /&gt;
* 2007-08-06: [http://sourceforge.net/project/showfiles.php?group_id=80503&amp;amp;package_id=239510 Released 0.4]. All DOM elements are prefixed with cc_js_.  The widget works in Opera and Safari and works with degraded functionality in Konqueror.&lt;br /&gt;
* 2007-08-01: [http://sourceforge.net/project/showfiles.php?group_id=80503&amp;amp;package_id=239510 Released 0.3].  This release introduces Internet Explorer compatibility, Apache Content Negotiation to handle user language selection even if the server doesn't provide it for us, a hopefully-stable API for selecting a license, and license seeding.&lt;br /&gt;
* 2007-07-25: [http://sourceforge.net/project/showfiles.php?group_id=80503&amp;amp;package_id=239510 Released 0.2].  The UI now doesn't ask or contain spurious questions, plus translation is halfway there.&lt;br /&gt;
* 2007-07-19: [http://sourceforge.net/project/showfiles.php?group_id=80503&amp;amp;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.&lt;br /&gt;
&lt;br /&gt;
== Extra features ==&lt;br /&gt;
=== &amp;quot;Seeding&amp;quot; ===&lt;br /&gt;
* If the user has already selected a license through some other means, and you want to &amp;quot;seed&amp;quot; the JavaScript widget with the choices the user has already made, just create a hidden form field whose ID is cc_js_seed_uri with the URI of the license you want to start with.&lt;br /&gt;
** NOTE that whatever license version you provide, we always upgrade it to the most recent version the jurisdiction offers.  We do display a '''Message''' underneath the license icon saying we did this.&lt;br /&gt;
&lt;br /&gt;
=== Forcing a particular jurisdiction ===&lt;br /&gt;
To force the user to choose a license in a particular jurisdiction:&lt;br /&gt;
* First, use the &amp;quot;seeding&amp;quot; feature to seed the Attribution (&amp;quot;by&amp;quot;) license in your jurisdiction&lt;br /&gt;
* Then, disable jurisdiction selection&lt;br /&gt;
&lt;br /&gt;
=== Disabling jurisdiction selection ===&lt;br /&gt;
If you want to not offer the user a choice of jurisdictions:&lt;br /&gt;
* just append ?show_jurisdiction_chooser=n to the complete.js call.&lt;br /&gt;
&lt;br /&gt;
=== Setting the license chooser to no license by default ===&lt;br /&gt;
If you want to set the license chooser to no license by default:&lt;br /&gt;
* just append ?default_option=no-license&lt;br /&gt;
&lt;br /&gt;
=== Removing the &amp;quot;No license&amp;quot; option ===&lt;br /&gt;
If you want to not offer the user the option of selecting &amp;quot;no license:&lt;br /&gt;
* just append ?show_no-license_option=n to the query string&lt;br /&gt;
=== Language selection ===&lt;br /&gt;
* You can append ?locale=XX to your call to complete.js to choose a language.  The example distributed as index.html in the distribution package sets the language to US English this way.&lt;br /&gt;
* If omitted, Apache Content Negotiation will select the most appropriate language based on the user's preferences, defaulting to US English.&lt;br /&gt;
=== Extracting results ===&lt;br /&gt;
All of these result extraction systems are demonstrated in the examples.&lt;br /&gt;
* There are two hidden form fields called '''cc_js_result_uri''' and '''cc_js_result_name''' that respectively store the URI and name of the license selected by the user.  Just do &amp;lt;code&amp;gt;document.getElementById(&amp;quot;cc_js_result_uri&amp;quot;).value&amp;lt;/code&amp;gt; (or &amp;quot;cc_js_result_name&amp;quot; instead) and you'll have the license information.&lt;br /&gt;
* There is an extra hidden form field containing the link to the image used.  Simply get the element whose ID is '''cc_js_result_img''' and you will have a URL that is a permanent image.  [http://en.wikipedia.org/wiki/Inline_linking Hotlink]ing these images is allowed and encouraged.&lt;br /&gt;
&lt;br /&gt;
=== Styling ===&lt;br /&gt;
* Jswidget uses javascript magic to pull in a stylesheet, whether you want it to or not.  Luckily, it puts the stylesheet at the very top of the header, so that you can easily override styles by including your own style sheet.  &lt;br /&gt;
&lt;br /&gt;
=== Namespacing ===&lt;br /&gt;
* All LicenseChooser.js HTML elements that have IDs or classes start with &amp;quot;cc_js_&amp;quot; to avoid namespace collisions.&lt;br /&gt;
* Similarly, all LicenseChooser.js JavaScript functions start with cc_js_.  This is '''not''' true for the bundled Prototype.js library.&lt;br /&gt;
&lt;br /&gt;
=== Full List of Query String Variables ===&lt;br /&gt;
&lt;br /&gt;
* show_jurisdiction_chooser=(y/n)&lt;br /&gt;
**show/hide jurisdiction chooser&lt;br /&gt;
* show_cc0_option=(y/n);&lt;br /&gt;
**show/hide &amp;quot;CC0&amp;quot; option&lt;br /&gt;
* show_cc-license_option=(y/n);&lt;br /&gt;
**show/hide &amp;quot;CC license&amp;quot; option&lt;br /&gt;
* show_no-license_option=(y/n);&lt;br /&gt;
**show/hide &amp;quot;No license&amp;quot; option&lt;br /&gt;
*default_option=(cc0/cc-license/no-license);&lt;br /&gt;
**choose which option is present to the user first&lt;br /&gt;
*locale=(locale, ie 'en_US')&lt;br /&gt;
**choose language&lt;br /&gt;
&lt;br /&gt;
You can specify as many of these options as you like by simply putting an '&amp;amp;' between them.&lt;br /&gt;
&lt;br /&gt;
==== Examples: ====&lt;br /&gt;
&lt;br /&gt;
*complete.js?locale=en_US&amp;amp;amp;show_jurisdiction_chooser=n&amp;amp;amp;default_option=cc-license&amp;amp;show_no-license_option=n&lt;br /&gt;
**Selector defaults to CC license chooser, is in US English, does not include a jurisdiction chooser, and does not include a &amp;quot;No license&amp;quot; option&lt;br /&gt;
*?locale=en_US&amp;amp;default_option=no-license&amp;amp;show_cc0_option=n&lt;br /&gt;
**Selector in US English which defaults to the &amp;quot;No license&amp;quot; option and doesn't include the cc0 option&lt;br /&gt;
&lt;br /&gt;
==== Defaults ====&lt;br /&gt;
&lt;br /&gt;
Currently, by default everything is displayed, and the CC license chooser is the default option.  Thus, this query will return the exact same widget as the empty &amp;quot;complete.js&amp;quot;&lt;br /&gt;
&lt;br /&gt;
complete.js?show_jurisdiction_chooser=y&amp;amp;show_cc0_option=y&amp;amp;show_cc-license_option=y&amp;amp;show_no-license_option=y&amp;amp;default_option=cc-license&lt;br /&gt;
&lt;br /&gt;
(note that in this case, Apache content negotiation will be used to determine which language to use)&lt;br /&gt;
&lt;br /&gt;
You might consider passing query string variables that assert settings that would be true due to default behavior anyway--this ensures that on the off chance that default behavior changes, your widget's behavior does not.&lt;br /&gt;
&lt;br /&gt;
== Goals ==&lt;br /&gt;
&lt;br /&gt;
The following list of general goals to remind us what we want out of LicenseChooser.js.  You can expect most of it for 1.0.&lt;br /&gt;
&lt;br /&gt;
See [[JsWidget/Plan]] to see what features are planned for what versions.&lt;br /&gt;
&lt;br /&gt;
* Generate HTML suitable for use in a form which presents the basic license selector&lt;br /&gt;
* Provide compatibility with all [http://developer.yahoo.com/yui/articles/gbs/ A-grade browsers]&lt;br /&gt;
* Provide up to date license information by&lt;br /&gt;
** 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.&lt;br /&gt;
* Support new, expanded metadata including attributionName, attributionUrl and morePermissions.&lt;br /&gt;
* 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 [http://www.articleeveryday.com/ article directory]&lt;br /&gt;
&lt;br /&gt;
== Version expectations ==&lt;br /&gt;
=== Zero point something (like 0.4) ===&lt;br /&gt;
There are no guarantees, but we'd like to keep to the same promises as a 1.0 release&lt;br /&gt;
=== Something point zero (like 1.0) ===&lt;br /&gt;
We guarantee (outside of really urgent situation where we exercise a judgement call) that these will '''not''' change:&lt;br /&gt;
* The programmatic interface for the widget will not change&lt;br /&gt;
* The user interface for selecting licenses will not change&lt;br /&gt;
&lt;br /&gt;
The following are the only things that '''may'' change:&lt;br /&gt;
* As new translations become available, the text may become increasingly internationalized&lt;br /&gt;
* As jurisdictions offer new licenses, the engine will update the choices available to a user&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://code.creativecommons.org/viewsvn/jswidget/ LicenseChooser.js development in Subversion]&lt;br /&gt;
* [http://cctools.svn.sourceforge.net/viewvc/cctools/cclib/trunk/js/ cclib/trunk/js] in Subversion contains the Javascript used for the [http://labs.creativecommons.org/dhtmllicense/ DHTML License Selector]&lt;br /&gt;
* [[JsWidget/Security|Security considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer]]&lt;br /&gt;
[[Category:Opensource]]&lt;br /&gt;
[[Category:Integration]]&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=CcMixter&amp;diff=68329</id>
		<title>CcMixter</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=CcMixter&amp;diff=68329"/>
				<updated>2013-05-10T05:47:07Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: /* Setting up a Contest */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ccMixter uses [[ccHost]], an Open Source project sponsored by Creative Commons to build web infrastructure to support legal media sharing and remixing.&lt;br /&gt;
&lt;br /&gt;
This page is to support ccMixter's use of ccHost:&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
{{ContentDirectory|format=Sound|&lt;br /&gt;
  mainurl=http://ccmixter.org/|&lt;br /&gt;
  ccportal=|&lt;br /&gt;
  ccfeed=http://ccmixter.org/rss/remix|&lt;br /&gt;
  size=8871|&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
* CC-only portal: everything is CC-licensed&lt;br /&gt;
* Notes: Runs on [[CcHost]], supports [[Sample Pool API]]&lt;br /&gt;
* Size last updated 20071006.&lt;br /&gt;
&lt;br /&gt;
[[Category:Content_Directory]]&lt;br /&gt;
&lt;br /&gt;
=== [[ccMixter Communication|Communication]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[ccMixter Press Releases|Press Releases]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[ccMixter Winner Announcements|Winner Announcements]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[ccMixter Roadmap|Roadmap / Timeline]] ===&lt;br /&gt;
&lt;br /&gt;
== Procedures ==&lt;br /&gt;
&lt;br /&gt;
=== [[Setting Up a Contest]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Syncing Magnatune DB|Syncing Magnatune DB]] ===&lt;br /&gt;
&lt;br /&gt;
== Administration ==&lt;br /&gt;
&lt;br /&gt;
=== [[Restarting CC Mixter]] ===&lt;br /&gt;
&lt;br /&gt;
=== Daily Administration Tasks ===&lt;br /&gt;
&lt;br /&gt;
1. Read all forum posts -- look especially for:&lt;br /&gt;
:a. People reporting bugs/issues&lt;br /&gt;
:b. Flame wars&lt;br /&gt;
&lt;br /&gt;
2. check out all uploads -- look for:&lt;br /&gt;
:a. Illegal media&lt;br /&gt;
:b. Mis-labled uploads ('sample' is really an a cappella)&lt;br /&gt;
:c. un-attributed remixes (uses samples from brad sucks but doesn't mark it as such)&lt;br /&gt;
&lt;br /&gt;
3. handle requests/posts to cchost list&lt;br /&gt;
&lt;br /&gt;
=== Regular ===&lt;br /&gt;
&lt;br /&gt;
1. '''ccHost releases''' &lt;br /&gt;
&lt;br /&gt;
2. '''mixter contests:''' at this point we can assume there will always be at least one contest in some stage of production -- currently we have the LisaD contest wrapping up and the Copyright Criminals one ramping up&lt;br /&gt;
&lt;br /&gt;
3. '''Special projects:''' CC folks (like Mia and Mike) generate special deals/projects that need some kind of attenion. &lt;br /&gt;
&lt;br /&gt;
4. Overall quality music quality management on mixter - this is a vague one but I spent a fair amount of time on a personal mission making sure the music on mixter was actually good -- reviewing/rewarding real &lt;br /&gt;
musicians/producers who upload.&lt;br /&gt;
&lt;br /&gt;
=== Contests ===&lt;br /&gt;
&lt;br /&gt;
==== Setting up a Contest ====&lt;br /&gt;
&lt;br /&gt;
The process of creating a contest is basically like a wizard, admin &lt;br /&gt;
fills out some forms and a new virtual root is created with the relevant &lt;br /&gt;
tabs ('submit', 'entries', 'winners', etc.) the tabs visibility are &lt;br /&gt;
controlled by the dates of the contest.&lt;br /&gt;
&lt;br /&gt;
The 'submit' tab is a form that knows how to add tags 'contest_entry' &lt;br /&gt;
and the contest name (e.g. '[http://www.articleeveryday.com/ free article directory]')&lt;br /&gt;
&lt;br /&gt;
There is a 'submit entries' tab that only admins can see that mark the &lt;br /&gt;
uploads as [http://credit-protection.net credit protection] and the admin can additionally mark the &lt;br /&gt;
upload as the 'main source' or an extra upload (for stuff like loop &lt;br /&gt;
libraries or a cappellas, etc.)&lt;br /&gt;
&lt;br /&gt;
the only part that's not automated is tagging the winners with the &lt;br /&gt;
'winner' tag (which I wrote a scriptlet for but that needs editing in &lt;br /&gt;
the winner's names and song title to work, so it's easier to just use &lt;br /&gt;
the admin screens for each song and click on 'winner' under 'system tags')&lt;br /&gt;
&lt;br /&gt;
It's  all pretty self evident except for this last part which could &lt;br /&gt;
probably stand to be part of a how-to faq on the wiki (which is the next part I added)&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;I guess the relevant pages for Magnatune were&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;gt;&amp;gt;http://ccmixter.org/contests/magnatune/loops and&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;gt;&amp;gt;http://ccmixter.org/contests/magnatune&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;gt;&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;gt;&amp;gt;Were these pretty much custom creations for the Magnatune contest?&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;gt;&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The contest 'about' tab has the default behavior of showing the contest &lt;br /&gt;
description, logo and with relevant dates including online polling &lt;br /&gt;
information. If there is an online poll for the contest, the current &lt;br /&gt;
results/tally is shown here. On Mixter we replace this default with our &lt;br /&gt;
own beautiful contest home page.&lt;br /&gt;
&lt;br /&gt;
The 'sources' tab has the default behavior of listing out all uploads &lt;br /&gt;
with the 'contest_source' tags.&lt;br /&gt;
&lt;br /&gt;
http://www.ccmixter.co.za/yfm/view/contest/sources&lt;br /&gt;
&lt;br /&gt;
for Magnatune we replace the default behavior with a completely custom &lt;br /&gt;
engine because none of the source was actually on the site. We publish &lt;br /&gt;
the source to that in CVS but (up until now) isn't really part of the &lt;br /&gt;
mainline cchost installation.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; One other dumb question -- how did Magnatune &amp;quot;receive&amp;quot; the entries.  You&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;gt; just pointed them to http://ccmixter.org/magnatune/view/contest/entries&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;gt; or did you package them in a zip or something else like [http://www.repairpartstock.com/ laptop repair parts]?&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All contest entries end up in their own tree on the server (under the &lt;br /&gt;
local server path './contest/contest_name/user_name' as opposed to &lt;br /&gt;
'./people/user_name' (aka contrib). This lets you just zip up or ftp &lt;br /&gt;
point or whatever to just that directory.&lt;br /&gt;
&lt;br /&gt;
For magnatune I wrote a script that, at one minute after the deadline, &lt;br /&gt;
zipped up the contest root and ftp'd the result to John's server[http://uslifeinsurancecompanies.com .]&lt;br /&gt;
&lt;br /&gt;
==== Release Procedure Post-Contest ====&lt;br /&gt;
&lt;br /&gt;
''The contest process is mostly automated except for the final stage of publicity.''&lt;br /&gt;
&lt;br /&gt;
* Make release page&lt;br /&gt;
* test links&lt;br /&gt;
* make release text&lt;br /&gt;
* send off release text to be checked by contest sponsors&lt;br /&gt;
* update website&lt;br /&gt;
* update winners (contact them)&lt;br /&gt;
* submit release to release outlets&lt;br /&gt;
&lt;br /&gt;
[[Category:CcMixter]]&lt;br /&gt;
[[Category:Content Communities]]&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Photography&amp;diff=68327</id>
		<title>Photography</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Photography&amp;diff=68327"/>
				<updated>2013-05-10T05:11:29Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: /* Finding CC-licensed photos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The internet and technology have changed how people access images, and photographers are responding by employing new methods to reach audiences. These methods include personal websites, social media tools, photo-sharing platforms and communities, and tools such as Creative Commons licenses that enable easy sharing and reuse of creative works.&lt;br /&gt;
&lt;br /&gt;
CC licenses are a flexible way to share images while building on the strong foundation of traditional copyright law. Simply put, Creative Commons licenses allow the shift from “all rights reserved” to “some rights reserved,” enabling you to share your images under terms of your own choosing. This gives you control over distribution, and the non-exclusivity of the licenses means you can retain all commercial rights if desired.  &lt;br /&gt;
&lt;br /&gt;
[[#Photographers_using_CC_licenses|Photographers using CC licenses]] gain new audiences for their work on photo-sharing platforms like [http://www.flickr.com/creativecommons Flickr] and communities like [http://www.wikipedia.org/ Wikipedia]. Mohamed Nanabhay, Head of Online, Al Jazeera English, [http://creativecommons.org/weblog/entry/18213 writes]:&lt;br /&gt;
:“When launching our [CC] repository, we had thought that it would be a key resource for anyone producing content on the war and that it would primarily be used by other news organisations and documentary filmmakers. What we saw was both surprising and delightful. Soon after posting our first video, Wikipedia editors had extracted images to enhance the encyclopedia entries on the War on Gaza. Soon thereafter educators, filmmakers, video game developers, aid agencies and music video producers all used and built upon our footage.”&lt;br /&gt;
&lt;br /&gt;
Wikipedia is a heavily-trafficked website with over 400 million unique visitors a month. Flickr contains over 200 million CC-licensed photos, establishing it as the Web’s single largest source of CC-licensed content.&lt;br /&gt;
&lt;br /&gt;
In 2008, DigitalPhotoPro published an [http://www.digitalphotopro.com/business/creative-commons.html article on the use of CC licenses by professional photographers] with advice for those thinking of using CC themselves.&lt;br /&gt;
&lt;br /&gt;
==Photographers using CC licenses==&lt;br /&gt;
&lt;br /&gt;
===[[The_Power_of_Open/Text#Jonathan_Worth|Jonathan Worth]]===&lt;br /&gt;
:“Creative Commons enables me to use existing architecture really smoothly and to address the digital natives’ social media habits. The mode of information is the same, but the mode of distribution has changed. We don’t have all the answers, but CC lets me choose my ﬂavor and helps me take advantage of the things working against me.”&lt;br /&gt;
&lt;br /&gt;
British photographer Jonathan Worth’s work hangs in the National Portrait Gallery in London. He teaches photography at Coventry University in the U.K, and [http://www.phonar.covmedia.co.uk/ his course materials] are released as open educational resources (OER) under [http://creativecommons.org/licenses/by-sa/3.0/ CC BY-SA]. He has photographed actors Colin Firth, Rachel Hunter, Jude Law and Heath Ledger. He is also one of an emerging group of photographers experimenting with sustainable working practices for professional image makers in the digital age. Jonathan Worth has been featured in:&lt;br /&gt;
*[http://www.telegraph.co.uk/technology/news/8623680/How-the-Power-of-Open-can-benefit-photographers.html The Telegraph] - How the Power of Open can benefit photographers&lt;br /&gt;
*[http://www.bbc.co.uk/news/technology-13961051 BBC News] - &amp;quot;Photographer Jonathan Worth explained that Creative Commons allowed him to sell his work for commercial use while still giving it free to individuals who wanted it for other reasons.&amp;quot; &lt;br /&gt;
*[http://www.bbc.co.uk/news/in-pictures-20495489 BBC News] - &amp;quot;Photography and open education&amp;quot;&lt;br /&gt;
*[http://thepowerofopen.org/ The Power of Open] - Stories of creators sharing knowledge, art, &amp;amp; data using Creative Commons&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/Lan_Bui|Lan Bui]]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/Lan_Bui|?Image Header|link=none}}&lt;br /&gt;
Lan Bui &amp;quot;makes media.&amp;quot; From photography of tech celebrities (Veronica Belmont, Zadi Diaz, Casey McKinnon) and The Ninja to videos for professionals and events (Comic Con and Pixelodeon), Lan (with help from his brother Vu) makes them all from start to finish. Lan echoes the thoughts of other artists using Creative Commons; the idea that your work is, in a way, an advertisement for yourself and future work. Lan expresses this in this way: &amp;quot;I think that people pay me for my time and talent, not for the actual images I deliver.&amp;quot; &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/Monkeyc.net|Monkeyc.net]]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/Monkeyc.net|?Image Header|link=none}}&lt;br /&gt;
Monkeyc.net is the moniker of John Harvey, a Brisbane-based former photojournalist who licenses his Flickr photo stream under Creative Commons. John is an active member of the Flickr community, having first uploaded a photo on 26 September 2004 and now sporting a collection of close to 1,000 images, and encourages others to engage likewise. Several of John’s photographs have been featured on Flickr’s ‘Explore’ page, as an indication of their popularity in the Flickr community.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Vinoth Chandar===&lt;br /&gt;
Vinoth Chandar is a professional photographer who releases many of his photographs under the [[Creative Commons Attribution]] licence, saying that &amp;quot;I use [the] Attribution Creative Commons licence for all my photos because I want everybody to use my photo and credit me ... This way, my photos reach every corner of the world without any effort from my side except taking the photos and uploading it to Flickr.&amp;quot;&amp;lt;ref&amp;gt;http://www.wired.co.uk/news/archive/2011-12/16/creative-commons-gallery&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One example he used of the exposure provided by free culture licensing was the use of one of his photos for the cover of a popular Italian magazine. &amp;quot;I am an Indian and how else in the world can an Indian photographer expect his photo to be published in an Italian magazine? CC licence made this possible.&amp;quot;&amp;lt;ref&amp;gt;http://www.wired.co.uk/news/archive/2011-12/16/creative-commons-gallery&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Enforceability of CC licenses in photography==&lt;br /&gt;
CC licenses have been upheld in several [[Case_Law|court cases]] around the world. A few of these cases pertain specifically to CC-licensed images.&lt;br /&gt;
&lt;br /&gt;
*In [[Curry_v._Audax |Curry v. Audax]], Adam Curry, a former MTV VJ and one of the pioneers of podcasting, published photos onto his Flickr account under a BY-NC-SA license. A Dutch tabloid reprinted four of the photos in a story about the Curry family's public persona verses real private life. Curry sued the tabloid for violating the portrait rights of his family and for copyright violation over the improper user of his Flickr photos. The Dutch court held that, in the future, the tabloid could not use any of the photos from Flickr in the future unless under the terms of the photos' CC license or with permission from Curry. &lt;br /&gt;
*In [[Gerlach_vs._DVU|Gerlach vs. DVU]], Gerlach took a picture of the German politician Thilo Sarrazin at a public event and published it online under the Creative Commons license BY SA 3.0 Unported. Later the DVU, a German political party used the picture on their website without the plaintiff's name, the license notice or any other requirement of the license. The applicant sent a notice and takedown letter to which the party didn't react. Subsequently the applicant sought preliminary injunction before the Disctrict Court of Berlin against the unauthorized publication of the picture. The District Court of Berlin granted the injunction because the applicant had successfully established prima-facie evidence of authorship, of the licensing and of the breach of the license.&lt;br /&gt;
*In [[TA_3560/09,_3561/09,_Avi_Re%27uveni_v._Mapa_inc._%D7%99%D7%A9%D7%A8%D7%90%D7%9C:_%D7%9C%D7%A8%D7%90%D7%A9%D7%95%D7%A0%D7%94,_%D7%91%D7%99%D7%94%D7%9E%22%D7%A9_%D7%90%D7%9B%D7%A3_%D7%A8%D7%99%D7%A9%D7%99%D7%95%D7%9F_%D7%A7%D7%A8%D7%99%D7%90%D7%99%D7%99%D7%98%D7%99%D7%91_%D7%A7%D7%95%D7%9E%D7%95%D7%A0%D7%A1 |Avi Re’uveni v. Mapa inc.]], plaintiffs uploaded photographs to Flickr and and offered them under a Creative Commons BY-NC-ND license. The defendant made a collage from the plaintiffs’ and other photographs and sold them without attribution. The court found the defendant guilty of copyright infringement. The defendant claimed ignorance of the copyright and license, but the court found that this did not matter.&lt;br /&gt;
&lt;br /&gt;
==Photo-sharing sites that have enabled CC licenses==&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/Flickr|Flickr]]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/Flickr|?Image Header|link=none}}&lt;br /&gt;
Flickr was one of the first major online communities to incorporate Creative Commons licensing options into its user interface, giving photographers around the world the easy ability to share photos on terms of their choosing. As the Flickr community grew, so did the number of CC-licensed images — currently there are well over 200 million on the site — establishing Flickr as the Web’s single largest source of CC-licensed content.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/DeviantART|DeviantART]]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/DeviantART|?Image Header|link=none}}&lt;br /&gt;
deviantART is an online community dedicated to showcasing art as prints, videos and literature. CC license options are built into deviantArt's UI, allowing users to set the permissions they want their works to carry. Naturally, different users choose different options for their works, including All Rights Reserved. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[http://creativecommons.org/weblog/entry/22882 Fotopedia]===&lt;br /&gt;
Fotopedia is a breathtaking application for the iPhone and iPad. The app builds on the concept of a coffee table book, updating and enhancing the browsing experience for the web. This project is possible thanks to Creative Commons, as over 18,000 of the pictures in Fotopedia Heritage book are under one of the CC licenses. The pictures come from all around the world; as individual photographers and organizations license their high quality photos under Creative Commons, the book will only grow as a community contributed and shareable resource.&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/National_Library_of_Australia_'Click_and_Flick'|National Library of Australia: 'Click and Flick']]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/National_Library_of_Australia_'Click_and_Flick'|?Image Header|link=none}}&lt;br /&gt;
'Click and Flick' is a National Library of Australia (NLA) initiative to open their online pictorial gateway, PictureAustralia, to contributions from the Australian public. PictureAustralia encourages people to make their material available on the archive under the CC licenses, as part of two dedicated Flickr image pools: ‘PictureAustralia: Ourtown’ and ‘PictureAustralia: People, Places and Events’.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/Newsbank_Image|Newsbank Image]]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/Newsbank_Image|?Image Header|link=none}}&lt;br /&gt;
Newsbank Image is one of South Korea's largest and most comprehensive photo-archives. The photograph archive website provides images produced by Media companies, photographers as well as web-friendly versions containing watermarks, original images, all which maintain the marking of original creators. Users can choose to upload their photos under CC licenses.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/Culture.si|Culture.si]]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/Culture.si|?Image Header|link=none}}&lt;br /&gt;
A comprehensive online guide to Slovene culture, Culture.si covers contemporary art, culture, and heritage in Slovenia. Over 2,300 articles in English and the fastest growing independent free image bank (currently over 1,500 images) are offered for reuse under Creative Commons licenses.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How To Publish photos in an online community==&lt;br /&gt;
One way to increase visibility and access to your photos is to share it with an existing community that has enabled CC licensing, making it easy for you to indicate the license along with other information, such as who to attribute. In addition, search engines like Google and Yahoo! will index your work as CC licensed if the metadata is properly attached. See [[Publish/Images]] for more info.&lt;br /&gt;
&lt;br /&gt;
==Finding CC-licensed photos==&lt;br /&gt;
Thanks to the machine-readability of CC licenses, CC-licensed images can be found via:&lt;br /&gt;
&lt;br /&gt;
*[http://images.google.com/advanced_image_search?hl=en Google Advanced Image Search] by specifying options under &amp;quot;Usage Rights&amp;quot;&lt;br /&gt;
*[http://images.search.yahoo.com/images/advanced?ei=UTF-8 Yahoo! Advanced Image Search] by specifying options under &amp;quot;Creative Commons License&amp;quot;&lt;br /&gt;
*It appears that Yahoo Advanced Image Search no longer offers this option.  Can anyone else confirm this?&lt;br /&gt;
*[http://docs.google.com/support/bin/answer.py?answer=179622 Google Docs], where Google Image Search has been integrated&lt;br /&gt;
*[http://search.creativecommons.org/ CC Search Portal], which is not a search engine, but a tool that offers convenient access to search services provided by independent organizations, such as Flickr, Google, and Wikimedia Commons (media repository for [http://www.articleeveryday.com/ articles] featured on Wikipedia).&lt;br /&gt;
&lt;br /&gt;
==Related resources==&lt;br /&gt;
*[[Journalism|CC in Journalism]]&lt;br /&gt;
*[[CC_Factsheet|CC Factsheet]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Version_3&amp;diff=68326</id>
		<title>Version 3</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Version_3&amp;diff=68326"/>
				<updated>2013-05-10T05:09:13Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: /* International Harmonization – Moral Rights */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Creative Commons Version 3.0 Licenses — A Brief Explanation =&lt;br /&gt;
&lt;br /&gt;
===''by Mia Garlick, General Counsel Creative Commons''===&lt;br /&gt;
&lt;br /&gt;
Since April 2005, Creative Commons  has been working on versioning up its core licensing suite.  The Creative Commons licenses (For an overview of the licenses, ''see:'' [http://creativecommons.org/about/licenses/meet-the-licenses])  serve as an important vehicle by which many millions of creators clearly signal to the world that they are happy for members of the public to engage in some of the exciting new uses of content that are made possible by digital technologies.  Using a CC license, an artist can, for example, invite the public to share their work or mash it up (on certain conditions).  &lt;br /&gt;
&lt;br /&gt;
A distinctive feature of CC’s licensing infrastructure is ensuring that it is comprehensible to both humans (the Commons Deed) and machines (the metadata) as well as enforceable in a court of law (the Legal Code, which is the actual license).  But another important aspect of the CC licensing system is to ensure that it respected by the community of people who apply our licenses to their content, who use CC-licensed content and who are committed to enabling free culture.  &lt;br /&gt;
&lt;br /&gt;
Creative Commons regularly invites and receives feedback about its licenses and how they may be able to be improved to better serve the people who use them and who use CC-licensed content.  Obviously, all things can be improved with the benefit of hindsight and experience; also, the environment within which CC licenses are used is always changing.  When CC first released its licenses, for example, the use of video and video-sharing sites had not yet been deployed, let alone used to the extent they are today.&lt;br /&gt;
&lt;br /&gt;
We released version 1.0 of our licenses in December 2002 (''See'' CC Weblog, Creative Commons Launches, December 15, 2002, [http://creativecommons.org/weblog/entry/3484]).    Like software releases, we track the different licenses by version.  In May 2004, we versioned to 2.0 (''See'' CC Weblog, Announcing (and explaining) our new 2.0 licenses, May 25, 2004, [http://creativecommons.org/weblog/entry/4216]) and then made a minor tweak to the attribution clause in June 2005 (''See'' CC Weblog, Comments Period Drawing to a Close for Draft License Version 2.5, May 29, 2006, [http://creativecommons.org/weblog/entry/5457]) and versioned to 2.5.  Now, CC is versioning to 3.0.  We announced a timetable for versioning to 3.0 back in May 2006 (''See'' Mia Garlick, ‘Getting to Version 3.0,’ May 17, 2006, [http://lists.ibiblio.org/pipermail/cc-licenses/2006-May/003557.html]);  and we have followed the consultation process in the timetable even though the schedule itself has been considerably delayed while we take account of all of the different interest groups that are relevant to CC licenses.&lt;br /&gt;
&lt;br /&gt;
==Background to Version 3.0==&lt;br /&gt;
&lt;br /&gt;
The process of versioning to 3.0 began back around April 2005 as part of discussions with Debian [http://www.debian.org/] and the Massachusetts Institute of Technology (MIT) [http://mit.edu/] about ways to improve the clarity of our licenses.  Although discussions with Debian and MIT initiated consideration of a new license version, ultimately, version 3.0 grew to be about much more than these two projects — it focused on internationalizing the “generic” license and international harmonization of the CC licenses. Additionally, it expanded to encompass Creative Commons' long-held vision [http://creativecommons.org/weblog/entry/5709] of establishing a compatibility structure to allow interoperability between different flexible content copyright licenses.&lt;br /&gt;
&lt;br /&gt;
===''Debian''=== &lt;br /&gt;
&lt;br /&gt;
As you may know, Debian describes itself as “an association of individuals who have made common cause to create a free operating system” [http://www.us.debian.org/intro/about] and the volunteer group has worked together to create an operating system called Debian GNU/Linux.  The project and all developers working on the project adhere to the Debian Social Contract [http://www.us.debian.org/social_contract].   The Debian Free Software Guidelines (DSFG) [http://www.us.debian.org/social_contract#guidelines] form part of the Debian Social Contract and define the criteria for “free software” and so what software is permissible in the distribution.&lt;br /&gt;
&lt;br /&gt;
One part of the Debian community is debian-legal [http://lists.debian.org/debian-legal/] — a mailing list whose members provide “guidance for the Debian project on, among other things, the acceptability of software and other content for inclusion in the Debian operating system.” [http://people.debian.org/~evan/ccsummary.html]  They work primarily involves reviewing software against the DFSG to determine if the packages constitute “free software” per the DFSG.  Contributors to the Debian project can then take these determination into account when making decisions about what to include in individual packages.&lt;br /&gt;
&lt;br /&gt;
From time to time the debian-legal list provides a review of a well-known software license to express a rough consensus opinion on whether software released solely under the license would satisfy the definition of “free software” according to the DSFG. Although these summaries are not binding, they do provide some basis for the Debian project to make decisions about individual packages.  Although debian-legal work primarily in reviewing software programs and Creative Commons licenses are not designed for software, debian-legal notes that the:&lt;br /&gt;
&lt;br /&gt;
“Creative Commons licenses are still of interest to the Debian project. Debian includes documentation for programs, and many programs included in Debian use digital data such as images, sounds, video, or text that are included with the programs in Debian.” (''Id.'')&lt;br /&gt;
&lt;br /&gt;
Consequently, debian-legal reviewed the CC licenses and concluded that none of the Creative Commons core licensees were free according to the DFSG and recommended that works released under these license “should not be included in Debian.” (''Id.'')  &lt;br /&gt;
&lt;br /&gt;
It is clear that the licenses that contain a NonCommercial or a NoDerivatives restriction (e.g. Attribution-NonCommercial,  Attribution-NonCommercial-ShareAlike,  Attribution-NoDerivatives,  Attribution-NonCommercial-NoDerivatives ) will never be able to comply with the DFSG because these violate basic principles articulate in the DSFG — specifically, DSFG 1 which requires that a licensee be able to sell copies of the work, DSFG 3 which requires a license to permit the making of derivative works and DSFG 6 which proscribes discrimination against any field of endeavor. &lt;br /&gt;
&lt;br /&gt;
====DRM====&lt;br /&gt;
&lt;br /&gt;
But this should still leave the CC Attribution  and Attribution-ShareAlike  licenses as DSFG-compliant.  On reviewing debian-legal’s issues with these licenses, it seemed clear to Creative Commons that, for the most part, minor amendments and clarifications to the licenses should be able to address debian-legal’s concerns. (For an outline of these concerns, see [http://evan.prodromou.name/ccsummary/ccsummary.html])  One topic, however, that was not minor and proved to be much debated as part of the version 3.0 license discussions was the anti-TPM clause in the CC licenses; TPM being technological protection measures such as encryption which have received legal protection in many jurisdictions around the world, which make it a civil (and sometimes) a criminal offence to circumvent these measures.  &lt;br /&gt;
&lt;br /&gt;
The Creative Commons licenses prohibit a licensee applying a TPM to a licensed work that restricts the rights granted under the license. (''See e.g.,'' clause 4(a) “You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement.” of the CC Attribution license ([http://creativecommons.org/licenses/by/2.5/legalcode]))  In essence, this clause is intended to ensure that a person cannot exercise the freedoms granted by a CC license to apply technologies that restrict those freedoms for others.&lt;br /&gt;
&lt;br /&gt;
In Debian’s view, this prohibition violates DSFG #1 because it prevents a licensee from being able to distribute works in the format of their choice.  The consequence of this is that CC-licensed content cannot, for example, be included by a licensee in a Sony Playstation game or other platforms that exist on TPM.  &lt;br /&gt;
&lt;br /&gt;
An important thing to note, however, is that this limitation only applied to CC licensees.  CC licensors are of course free to license their works on a Sony or other TPM-ed platform whilst also CC licensing it.  One example of this is the Beastie Boys track ‘Now Get Busy’ that appeared on the WIRED CD under a CC Sampling license  [http://creativecommons.org/wired] but was then also made available on iTunes [http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?playlistId=15146499&amp;amp;selectedItemId=15146497&amp;amp;s=143441 ]. &lt;br /&gt;
&lt;br /&gt;
To avoid interfering with the freedom of the licensed content and allowing a licensee to lock up the content on a TPM-ed platform, Debian proposed that CC’s so-called “anti-TPM” provision to allow a licensee to distribute the CC-licensed work in any format, including a TPM-ed format, provided that the license distributed the work in at least one format that did not restrict another person’s exercise of rights under the license.  This proposal became known as the “parallel distribution” proposal.&lt;br /&gt;
&lt;br /&gt;
Creative Commons initially agreed to include the parallel distribution proposal as part of the discussion draft for the Version 3.0 amendments.  The rationale for this initial acceptance was that it could accommodate the objectives of the anti-TPM clause (being free culture) whilst also addressing Debian’s concerns that people be free to create works for distribution on TPM-ed platforms.&lt;br /&gt;
&lt;br /&gt;
The parallel distribution proposal did not, however, survive discussions with the Creative Commons International affiliates [http://creativecommons.org/worldwide/].   The affiliates are responsible for “porting” the CC licenses to their local jurisdiction (discussed in greater detail below) and for fielding a wide range of questions about CC licenses and their implementation in various projects throughout the world.  Based on their experience with the diverse communities that use and rely on CC licenses and explaining the licenses to different constituencies, the CCi affiliates were strongly opposed to the introduction of a parallel distribution scenario for various reasons, including: (1) the lack of demonstrated use cases showing a strong need among CC licensees for this kind of an exception to the existing “anti-TPM” language; (2) risks of unduly complicating the licenses which defeats alot of the purpose of CC licenses, namely to be simple and easy to use and to understand; and, (3) the strong opposition to technological protection measures in general by many in the CC community.&lt;br /&gt;
&lt;br /&gt;
CC did, however, include the parallel distribution proposal as part of the public license discussions when those were launched in August 2006 (''See'' Mia Garlick, Version 3.0 – Public Discussion, August 9, 2006, [http://lists.ibiblio.org/pipermail/cc-licenses/2006-August/003857.html]) so that the community on those lists could debate the merits of the proposal.  &lt;br /&gt;
&lt;br /&gt;
The discussions about the parallel distribution proposal on the cc-licenses email list were very intense.  Various participants argued in favor of the parallel distribution amendment on the grounds that the “anti-TPM” clause violated DSFG #1 and achieved little, if anything.  Taking the advantage of a Sony Playstation again, if CC-licensed content cannot be included in games for the PS2 platform, the CC licensee is restricted in what they can do with the content, the PS2 gamer cannot play a game with CC-licensed content and Sony are unlikely to notice the absence of this content and will continue along as business as usual with a TPM-ed platform, irrespective of any anti-TPM ban in the CC licenses.&lt;br /&gt;
&lt;br /&gt;
When asked about the extent to which there was a demonstrated need by developers (as licensees) to be able to utilize CC-licensed content in TPM-ed environments, advocates of the parallel distribution amendment argued that it was better to address the problem before a need arose.&lt;br /&gt;
&lt;br /&gt;
However, the overall tenor of the cc-licenses list discussions tended not to favor adoption of the parallel distribution proposal.  There was concern that if parallel distribution were permitted in the CC licenses this would reinforce, if not expand, a platform monopoly enjoyed by a TPM-ed platform that only allows the playing of TPM-ed content (''See'' Greg London, Re:Subject: Version 3.0 – List Discussion Responses, September 28, 2006,  [http://lists.ibiblio.org/pipermail/cc-licenses/2006-September/004130.html]; ''see also,'' Terry Hancock, Debian and Creative Commons, October 18, 2006, at [http://www.freesoftwaremagazine.com/blogs/debian_and_the_creative_commons]).   Other concerns were voiced that the non-TPMed copy may not be able to played as well as the TPM-ed copy and, generally, that the community was not in favor of supporting a TPM option at this stage (For an overview of the discussions, ''see ''the discussion archives for August [http://lists.ibiblio.org/pipermail/cc-licenses/2006-August/thread.html], September [http://lists.ibiblio.org/pipermail/cc-licenses/2006-September/thread.html] and October [http://lists.ibiblio.org/pipermail/cc-licenses/2006-October/thread.html].) &lt;br /&gt;
&lt;br /&gt;
Whether Debian now declare the CC Attribution and Attribution-ShareAlike licenses to be free according to the DSFG or not — given all negotiated amendments are included in version 3.0 with the exception of the parallel distribution provision — remains an open question.&lt;br /&gt;
&lt;br /&gt;
Certainly, Debian voted (''See'' ‘General Resolution: Why the GNU Free Documentation License is not suitable for Debian main, [http://www.debian.org/vote/2006/vote_001]).  earlier in 2006 to allow works licensed under the Free Documentation License to be used in Debian projects.  The vote specifically says that the anti-TPM clause in the FDL does not render the FDL incompatible with the DSFG.  However, it is not clear whether this treatment is an exception or will also enable the CC Attribution and Attribution-ShareAlike license to also be held to be compatible with the DSFG.&lt;br /&gt;
&lt;br /&gt;
===''MIT''===&lt;br /&gt;
&lt;br /&gt;
With MIT, their OpenCourseWare (OCW) project [http://ocw.mit.edu/index.html] was initially launched in September 2002 prior to the formal release of the Creative Commons core licensing suite in December 2002 and thus, used an early version of the Attribution-NonCommercial-ShareAlike license. “OpenCourseWare” is the free and open digital publication of high quality educational materials, organized as courses.  Flexible licenses such as Creative Commons licenses are key to enabling the openness of these materials.&lt;br /&gt;
&lt;br /&gt;
MIT’s OpenCourseWare project has initiated a global opencourseware movement.  Most recently, the OpenCourseWare Consortium [http://ocwconsortium.org/] has been formed which involves the collaboration of more than 100 higher education institutions and associated organizations from around the world — including China, France, Japan, the UK, the USA and Vietnam — who are committed to creating a broad and deep body of open educational content using a shared model.  &lt;br /&gt;
&lt;br /&gt;
Given CC licenses have improved over time, both CC and MIT wanted to work together to address any issues MIT had about the CC licenses so that MIT could switch over to a more recent version of the CC BY-NC-SA license.  However, a key concern for MIT, given its illustrious reputation, is to ensure that when people translate and locally adapt MIT content under the terms of the BY-NC-SA license, they make it clear that they are doing so under the terms of the license and not as a result of a special relationship between MIT and that person — essentially, a “No Endorsement” clause.&lt;br /&gt;
&lt;br /&gt;
Given “No Endorsement” clauses are a standard feature of free and open source software, CC felt that it would be easy issue to make this express in the CC licenses.  In CC’s view, a licensee should not interpret the attribution requirement of the CC licenses as a basis (whether intentionally or not) to misrepresent the nature of the relationship with the licensor.  Certainly, in most jurisdictions laws other than copyright law will proscribe this misconduct by a licensee.  But CC agreed with MIT that it was useful to make this express in the license — both to give the licensor comfort and to ensure that the licensee was under no misapprehensions.&lt;br /&gt;
&lt;br /&gt;
This feedback from both Debian and MIT was the impetus for CC commencing the version 3.0 process.  However, as many projects do — versioning to 3.0 rapidly developed to encompass new and additional issues.  These issues can effectively be described as further internationalization and international harmonization of the CC licenses&lt;br /&gt;
&lt;br /&gt;
==Further Internationalization==&lt;br /&gt;
&lt;br /&gt;
When CC’s core licensing suite was first released in December 2002, the licenses were drafted based on US copyright law and referred to as the “generic” license because the license did not identify a specific jurisdiction or governing law to apply to the interpretation of the license.  Towards the end of 2003, Creative Commons launched its license internationalization project [http://creativecommons.org/international/],  which involves the “porting” of the generic licenses to different jurisdictions around the world. &lt;br /&gt;
&lt;br /&gt;
Since this project started, the CC core licenses have been “ported” to over 45 jurisdictions around the world to countries as diverse as Argentina, Australia, Brazil, Croatia, China, France, Italy, Japan, Malaysia, Mexico, South Africa and South Korea. (''Id.'')  &lt;br /&gt;
&lt;br /&gt;
While the internationalization has taken off far beyond Creative Commons’ expectations and has demonstrated the amazing energy around the globe for a more flexible and permissive copyright licensing approach, two issues arose.&lt;br /&gt;
&lt;br /&gt;
The first is that as Creative Commons’ license internationalization project continued to grow, the “generic” license and the US license were one and the same.  For the casual visitor to the CC International page (''Id.''),  it seemed that the licenses had not been “ported” to the US, when in fact they had started out there.  The challenge becomes though — if CC recognizes a specific US license, on what law should the “generic” license be based?  &lt;br /&gt;
&lt;br /&gt;
The approach Creative Commons adopted to respond this issue required further internationalization of our licenses.  We decided to spin off the “generic” license to be a US license and recraft the “generic” license to have it utilize the language of the international intellectual property treaties, in place of the language of US copyright law.  &lt;br /&gt;
&lt;br /&gt;
The new license relies on the language of the Berne Convention for the Protection of Literary and Artistic Works [http://wipo.int/treaties/en/ip/berne/], the Rome Convention of 1961 [http://wipo.int/treaties/en/ip/rome/], the WIPO Copyright Treaty of 1996 [http://wipo.int/treaties/en/ip/wct/], the WIPO Performances and Phonograms Treaty of 1996 [http://wipo.int/treaties/en/ip/wppt/] and the Universal Copyright Convention [http://www.unesco.org/culture/laws/copyright/html_eng/page1.shtml ]. Because treaties are matters of international agreement between countries and, as a general rule, require adoption into national law to be effective in a particular country, simply basing the license wording on these treaties is not, of itself, sufficient.  Consequently, clause 8(f) of the new generic specifically provides that the license takes effect according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law.&lt;br /&gt;
&lt;br /&gt;
To reflect the nature of the new “generic” license we also decided to change its name to “unported.”  This description is intended to highlight the different nature of the new generic license and to utilize the “porting” terminology that Creative Commons has been using in its license internationalization project since its launch in 2003 to more clearly illustrate the nature of the license that has not been adapted for a local jurisdiction.&lt;br /&gt;
&lt;br /&gt;
The result of this further internationalization is that CC will now offer both an “unported” license and a US license, in addition to the 45-plus ported licenses; the unported license can be selected by those creators to whose jurisdiction CC has not yet ported a license.&lt;br /&gt;
&lt;br /&gt;
===''International Harmonization – Moral Rights''===&lt;br /&gt;
&lt;br /&gt;
The second more major issue that arose through the porting process was that different jurisdictions had different approaches to issues relating to moral rights and collecting societies.&lt;br /&gt;
&lt;br /&gt;
Moral rights, to describe them briefly, are author’s right that are distinct from the economic copyright that can be bought and sold (''See generally,'' [http://en.wikipedia.org/wiki/Moral_rights]). Moral rights recognize an author’s personal attachment to their creativity and seek to protect that connection.  &lt;br /&gt;
&lt;br /&gt;
While there can be many different moral rights depending on the jurisdiction, the two main ones that are consistently present in most countries around the globe are the moral right of attribution and the moral right of integrity (''See ''[http://www.articleeveryday.com/ Article] 6bis of the Berne Convention (as amended September 1979) [http://www.wipo.int/treaties/en/ip/berne/trtdocs_wo001.html#P123_20726]). Obviously, since attribution became a default CC license characteristic with version 2.0 there is less of an issue regarding the moral right of attribution.&lt;br /&gt;
&lt;br /&gt;
However, the moral right of integrity presents a more complex issue for Creative Commons licenses. CC licenses are intended to enable and promote reuse of creative content, particularly the making of derivative works. And those copyright owners who use CC licenses have acknowledged this with over two-thirds of CC licensors consistently choosing to allow derivative works.&lt;br /&gt;
&lt;br /&gt;
But the moral right of integrity, as a general rule, gives the author of a creative work the right to object to alterations or mutilations of the work that are prejudicial to their reputation or honor. Obviously, this has potential to impact the freedom to exercise the right to make derivatives — a derivative will likely always qualify as an alteration of the original work and there may be some instances where it is arguable that it is prejudicial to the original author’s reputation or honor.&lt;br /&gt;
&lt;br /&gt;
Obviously, the first generic version 1.0 license suite released in December 2002 did not mention moral rights because it was based on US copyright law and US copyright law only grants very limited moral rights to works of fine art. However, as the CC licenses began the porting process to other countries, it became necessary for CC licenses to address the moral right of integrity.&lt;br /&gt;
&lt;br /&gt;
To do so, the Creative Commons licenses, with one exception, have taken the approach of not interfering with the author’s moral right of integrity in those jurisdictions that recognize this right.  &lt;br /&gt;
&lt;br /&gt;
The one exception is in Canada where the moral right of integrity is waivable.  Because Canada was one of the first ten countries to port the CC licenses and one of the first (if not the only) to have a waivable moral right of integrity, on advice of our local affiliate, the CC Canada licenses choose to waive the right of integrity in order to ensure that the licensor’s intention in choosing to permit derivative works was not compromised. However, in all other CC licenses for jurisdictions that recognize the moral right of integrity, the right was retained albeit in different forms; again, on advice from local affiliates.&lt;br /&gt;
&lt;br /&gt;
For example, in most European jurisdictions, the right was expressly retained in the Legal Code because of the strong level of protection for the right in these jurisdictions, as evidenced by the fact that courts would take a dim view of a license that did not expressly include it. In most Latin American jurisdictions, the license was not expressly retained in the Legal Code on the rationale that courts would read it in the license. In Japan, the moral right of integrity was retained in those licenses that prohibited derivative works but not fully retained in those licenses that permit derivative works. The local CC Japan team recommended this approach because the moral right of integrity can be interpreted so broadly as to render any change or alteration to the original work a violation of the right.&lt;br /&gt;
&lt;br /&gt;
Although there is overall consistency in the treatment of the moral right of integrity at the Legal Code level (with the exception of Canada) among the CC licenses, now that the licenses have been ported to over 30 jurisdictions, we felt that it was time to harmonize the approach to this issue at both the Legal Code level and the Commons Deed level. The different approaches towards recognizing the right of integrity in the CC licenses arose because, as CC engaged in the novel process of license porting, we became familiar with the different treatment of this right in different jurisdictions. With the benefit of experience with more than 30 different treatments, CC now felt comfortable to adopt a unified approach.&lt;br /&gt;
&lt;br /&gt;
As a consequence, as part of version 3.0 all CC licenses for jurisdictions that recognize the moral right of integrity will expressly retain that right in the Legal Code to the extent that this is feasible given the status of derivative works under the license. In those jurisdictions in which retention of the moral right of integrity may be completely block exercise of the derivative works right (ie. in Japan) the right will be tempered to the extent necessary to enable the exercise of the derivative works right in a manner intended by the licensor.&lt;br /&gt;
&lt;br /&gt;
In addition, because of the importance of the moral right of integrity in protecting both the author’s rights and for its impact on the derivative works right, from version 3.0 the CC Commons Deeds will clearly state that the author retains their moral rights.&lt;br /&gt;
&lt;br /&gt;
===International Harmonization — Collecting Societies===&lt;br /&gt;
&lt;br /&gt;
Collecting societies are organizations that are established either by private agreements between copyright owners or by copyright law (''See generally,'' [http://en.wikipedia.org/wiki/Collecting_society]).   Societies license works and process royalty payments from various individuals and groups who use copyrighted works either as part of a statutory scheme (compulsory schemes) or by entering into an agreement with the copyright owner to represent the owners interests when dealing with licensees and potential licensees (voluntary schemes).  The rationale underlying societies is that it is more efficient and effective for copyright holders to be represented collectively in negotiating and levying license fees.  &lt;br /&gt;
&lt;br /&gt;
CC licenses also contained different treatments of whether and how a licensor can collect royalties via collecting societies because of the differences in the status of collecting societies amongst different jurisdictions.&lt;br /&gt;
&lt;br /&gt;
In the United States, where the CC licenses originated, an artist can be a member of a collecting society and use CC licenses for those of their works that suit them.  This is because of the rigorous enforcement of antitrust laws in the US during the early 20th century that requires that US collecting societies take a non-exclusive license from artists.  This allows artists to then engage in direct licensing, including via CC licenses, to their fans and others who wish to share and remix their music.&lt;br /&gt;
&lt;br /&gt;
Consequently, in the original CC licenses language was introduced into the licenses as part of version 2.0 to clarify what was considered to be the obvious interaction between CC licenses and collecting society membership.  This initial approach stated that under those licenses that permitted commercial use (Attribution, Attribution-NoDerivatives and Attribution-ShareAlike) the licensor waived the right to collect both compulsory and voluntary royalties.  Under those licenses that permitted noncommercial use only, the licensor reserved the right to collect royalties for any uses that were commercial in nature but otherwise authorized royalty-free noncommercial use of the work under the CC license.  This approach reflected the fact that by choosing to apply a CC license to their work, a CC licensor clearly intends to permit “free” (as in both price and freedom) uses under the terms of the applicable CC license.&lt;br /&gt;
&lt;br /&gt;
However, the situation regarding collecting society membership in many other jurisdictions around the world is remarkably different to the US position.  Elsewhere, collecting societies take either an assignment of copyright ownership or an exclusive license to a work of the rights that they represent (which tends to include all of the works an artist creates).  This means, for the most part, that an artist cannot directly license their works online, including via CC licenses.  The consequence of this is that artists who use CC licenses cannot receive voluntary royalties collected by a society because they are not able to become a member of the society. &lt;br /&gt;
&lt;br /&gt;
Thus, the treatment of collecting society royalties in the CC licenses differed according to the jurisdiction — in many jurisdictions the collection of voluntary royalties was not mentioned so as not to give any misleading impression that membership of a collecting society was possible for a CC licensor.  In addition, many CC licenses retained the right to collect compulsory royalties in all licenses, both those that permitted commercial use and those that permit noncommercial use only, because of the advice of local affiliates that local law would not permit the waiver of such a right.&lt;br /&gt;
&lt;br /&gt;
In version 3.0, after the benefit of seeing the different permutations of collecting society membership in over 30 countries and having had a dedicated team working on the issue of the interaction of CC licenses and collecting society membership for more than a year, CC has decided to harmonize the treatment of collecting societies in the CC licenses.&lt;br /&gt;
&lt;br /&gt;
The harmonized approach still allows different jurisdictions to adopt an approach towards collective royalty collection that suits their jurisdiction but ensures that this is consistently applied across jurisdictions.  Specifically, as regards compulsory royalty collection, the licensor will reserve the right to collect these royalties in those jurisdictions in which this cannot be waived.  In those jurisdictions in compulsory royalty collection can be waived, it will be waived completely for those licenses that permit commercial use and reserved only for commercial uses in those licenses that permit noncommercial use only.  &lt;br /&gt;
&lt;br /&gt;
For voluntary royalties, the licensor will reserve the right to collect this “in the event that they are a member of a collecting society” that collects such royalties.  This then allows for those jurisdictions in which an artist can be a member of a collecting society and use CC licenses.  It also allows for flexibility for those artists who are members of collecting societies and use CC licenses anyway or if in future collecting society membership structures do allow some use of CC licenses, to also enjoy the benefits of their membership if their collecting society moves towards being able to collect for commercial uses of CC-licensed works.&lt;br /&gt;
&lt;br /&gt;
==BY-SA — Compatibility Structure Introduced==&lt;br /&gt;
&lt;br /&gt;
A final change incorporated into Version 3.0 is that the CC BY-SA 3.0 licenses now include a compatibility structure that will enable CC to certify particular licenses, stewarded by other organizations similarly committed to promoting a freer culture, as being compatible with the CC BY-SA.  Once certified as compatible [http://creativecommons.org/compatiblelicenses], licensees of both the BY-SA 3.0 and the certified CC compatible license will be able to relicense derivatives under either license (eg., under either the BY-SA or the certified CC compatible license).&lt;br /&gt;
&lt;br /&gt;
Creative Commons CEO Lawrence Lessig first outlined the vision of allowing an ecology of flexible content licenses to flourish in November 2005 (''See'' CC in Review: Lawrence Lessig on Compatibility, [http://creativecommons.org/weblog/entry/5709]). As Lessig explained:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Even if all the creative work you want to remix is licensed under a copyleft license, because those licenses are different licenses, you can’t take creative work from one, and remix it in another. Wikipedia, for example, is licensed under the FDL. It requires derivatives be licensed under the FDL only. And the same is true of the Creative Commons Attribution-ShareAlike license that governs Opsound content, as well as much of the creativity within Flickr. All of these licenses were written without regard to the fundamental value of every significant advance in the digital age — interoperability.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This incompatibility also serves as a barrier to dual licensing works under the FDL and [http://hotels-ferienhaus.blogage.de CC BY-SA] (''See'' Evan Prodromou, Derivatives of dual-licensed Creative Commons Attribution-ShareAlike and GFDL works, May 3, 2005 [http://lists.ibiblio.org/pipermail/cc-licenses/2005-May/002265.html]). &lt;br /&gt;
&lt;br /&gt;
Simply put, the problem is that any license with a &amp;quot;ShareAlike&amp;quot; or similar copyleft provision requires that any derivatives be licensed under exactly the same license (or family of licenses) as the original.  This means that an article about Rio de Janeiro on Wikipedia [http://wikipedia.org/] (which is currently licensed under the FDL) cannot be mixed with an article about Rio on Wikitravel [http://wikitravel.org/en/Main_Page] (which is currently licensed under the CC BY-SA 1.0).   Even if a project were dual licensed, none of the derivatives of the project could be returned back to the dual-licensed project (because they must be licensed under one ''or'' the other license), thus causing &amp;quot;project bleed.&amp;quot; The result of the ShareAlike or &amp;quot;copyleft&amp;quot; license terms is seemingly antithetical to the very purpose of the licenses that contain them.  Content, rather than being &amp;quot;free&amp;quot; to remix, is instead locked within particular licensing systems.&lt;br /&gt;
&lt;br /&gt;
Consequently, CC has been working to ensure that, to again quote Lessig:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;[C]reative work[s] will more easily be able to move from one license to another, as creativity is remixed. And this ability for creative work to move to compatible free licenses will provide a market signal about which licenses are deemed more stable, or reliable, by the free licensing community. Free culture will no longer be ghettoized within a particular free license. It will instead be able to move among all relevantly compatible licenses. And the world of “autistic freedom” that governs much of the free software world will be avoided in the free culture world.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
There are several obvious candidates for compatibility with the [http://lifestyle.blogpaint.com CC BY-SA]. The Free Art License [http://artlibre.org/licence/lal/en/] and the Free Software Foundation's Free Documentation License (FDL) [http://www.gnu.org/copyleft/fdl.html]. &lt;br /&gt;
&lt;br /&gt;
Creative Commons' initial work has focused on achieving compatibility with the FDL. As part of this work, CC explored the possibility of introducing one-way compatibility with the FDL. (''See'' Discussion Draft — Proposed License Amendment to Avoid Content Ghettos in the Commons [http://creativecommons.org/weblog/entry/5701]), which generated some discussion.  CC then responded to some of the concerns raised by this discussion  [http://creativecommons.org/weblog/entry/5731] but ultimately concluded that one-way comaptibility with the FDL was not possible because CC licensors could not be guaranteed the same protections under the FDL that they enjoyed under the CC BY-SA.&lt;br /&gt;
&lt;br /&gt;
Despite the inability to implement one-way compatibility with the [http://hamburgnagelstudio.wordpress.com FDL], Creative Commons is still hopeful of being able to announce licenses that effect the same freedoms as the CC BY-SA to be compatible with the CC BY-SA at some date in the future.  To allow the compatibility negotiations to occur separate and apart from the timing of the license versioning process, we have included a structure for certifying licenses as compatible with CC BY-SA as part of Version 3.0 (''See'' Version 3.0 — It's Happening &amp;amp; With BY-SA Compatibility Language Too [http://creativecommons.org/weblog/entry/7234]).&lt;br /&gt;
&lt;br /&gt;
==Summary of Links==&lt;br /&gt;
&lt;br /&gt;
The following list provides the CC blog posts that relate to Version 3.0:&lt;br /&gt;
&lt;br /&gt;
* Getting to Version 3.0 [http://creativecommons.org/weblog/entry/5908]&lt;br /&gt;
* Version 3.0 — Public Discussion Launched [http://creativecommons.org/weblog/entry/6017] &lt;br /&gt;
* Version 3.0 — Revised License Drafts [http://creativecommons.org/weblog/entry/6120]&lt;br /&gt;
* Version 3.0 — It's Happening &amp;amp; With BY-SA Compatibility Language Too [http://creativecommons.org/weblog/entry/7234]&lt;br /&gt;
* Version 3.0 — Launched [http://creativecommons.org/weblog/entry/7249]&lt;br /&gt;
* [[Versioning to 3.0]] - Legal Leads versioning to 3.0. Includes checklist, working document, sui generis database rights document, and CS document&lt;br /&gt;
&lt;br /&gt;
[[Category:Project]]&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Documentation&amp;diff=68325</id>
		<title>Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Documentation&amp;diff=68325"/>
				<updated>2013-05-10T05:07:10Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: /* Integration Best Practices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox|&lt;br /&gt;
'''Welcome to the Creative Commons Documentation project!'''&lt;br /&gt;
&lt;br /&gt;
This is a page for critical documentation about large scale CC specifications, recommendations, white papers, tutorials and other pieces that need to be written to explain various facets of Creative Commons across the board. &lt;br /&gt;
&lt;br /&gt;
'''Join the community'''&lt;br /&gt;
&lt;br /&gt;
#'''WIKI''' - Sign up for an account on this wiki and contribute&lt;br /&gt;
#'''CHAT''' - Channel #CC at http://irc.freenode.net - http://wiki.creativecommons.org/IRC&lt;br /&gt;
#'''LIST''' - cc-community listserv - Creative Commons Community email list - http://wiki.creativecommons.org/Mailing_Lists&lt;br /&gt;
&lt;br /&gt;
'''Many ways to contribute'''&lt;br /&gt;
&lt;br /&gt;
#Help us [[Documentation#Help_Translate_Documents|translate documents]]. &lt;br /&gt;
#Help us [[#Help_Create_Documents.21|create new documents]].&lt;br /&gt;
#Help us [[:Category:Press_Hit|log CC press articles]]. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox|&lt;br /&gt;
'''Top 5 Docs'''&lt;br /&gt;
&lt;br /&gt;
''These are in order of general relevance and promotion.''&lt;br /&gt;
&lt;br /&gt;
# [[Media:Creativecommons-informational-flyer_eng.pdf|What is Creative Commons? flyer]] (pdf) ([http://www.scribd.com/doc/2227788/creativecommonsinformationalflyereng scribd.com])&lt;br /&gt;
# [[Media:Creativecommons-what-is-creative-commons_eng.pdf|What is Creative Commons?]] (pdf)  ([http://www.scribd.com/doc/2227452/creativecommonswhatiscreativecommonseng scribd.com])&lt;br /&gt;
# [[Sharing_Creative_Works|Sharing Creative Works Comics]] - A general introduction to copyright and CC licensing&lt;br /&gt;
# [[Media:Creativecommons-licensing-and-marking-your-content_eng.pdf|Licensing and Marking Content]] (pdf) ([http://www.scribd.com/doc/2227448/creativecommonslicensingandmarkingyourcontenteng scribd.com])&lt;br /&gt;
# [[Media:Creativecommons-integration-with-your-website_eng.pdf|Creative Commons Integration With Your Website]] (pdf) &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Explained ==&lt;br /&gt;
Documents that aim to explain CC and licensing.&lt;br /&gt;
&lt;br /&gt;
'''About Creative Commons'''&lt;br /&gt;
* [[Media:Creativecommons-informational-flyer_eng.pdf|What is Creative Commons? flyer]] (pdf) ([http://www.scribd.com/doc/2227788/creativecommonsinformationalflyereng scribd.com])&lt;br /&gt;
** [http://mirrors.creativecommons.org/assets/cc-info-flyer-final.zip InDesign source file]&lt;br /&gt;
* [[Media:Creativecommons-what-is-creative-commons_eng.pdf|What is Creative Commons?]] (pdf)  ([http://www.scribd.com/doc/2227452/creativecommonswhatiscreativecommonseng scribd.com])&lt;br /&gt;
** [[Media:Cc-fullpage-promo-svg.zip|Inkscape SVG source files]] (zip)&lt;br /&gt;
* [[Media:Creativecommons-encouraging-the-ecology-of-creativity_eng.pdf|Encouraging the Ecology of Creativity]] (pdf) ([http://www.scribd.com/doc/2227443/creativecommonsencouragingtheecologyofcreativityeng scribd.com])&lt;br /&gt;
** [http://mirrors.creativecommons.org/assets/concept-paper-source.zip InDesign/Illustrator source files]&lt;br /&gt;
* [[Media:Wipo_info_sheet_nov6.pdf|CC info sheet for WIPO]] (pdf)&lt;br /&gt;
*[http://wiki.creativecommons.org/Creative_commons_non_profit_organization About Creative Commons]&lt;br /&gt;
&lt;br /&gt;
'''Using the Creative Commons Licences'''&lt;br /&gt;
* [[Media:Creativecommons-how-to-license-poster_eng.pdf|How To License poster]] (pdf) ([http://www.scribd.com/doc/2227445/creativecommonshowtolicensepostereng scribd.com])&lt;br /&gt;
* [http://creativecommons.org.au/learn-more/fact-sheets/what-are-the-creative-commons-licences-factsheet Quick Guide to the Creative Commons Licences] (pdf) ([http://www.scribd.com/doc/16536016/What-are-the-Creative-Commons-licences-factsheet scribd.com])&lt;br /&gt;
** [http://creativecommons.org.au/www/materials/factsheets/cc-licences-indesign-package.zip Indesign files]&lt;br /&gt;
* [http://creativecommons.org.au/content/licensing-flowchart.pdf Creative Commons Licensing Flowchart] (pdf) ([http://www.scribd.com/doc/16540395/Which-Creative-Commons-licence-is-right-for-me-poster scribd.com])&lt;br /&gt;
* [http://wiki.creativecommons.org/Types_Of_Creative_Commoms_Licenses Types Of Creative Commons Licenses]&lt;br /&gt;
* [[Media:Creativecommons-licensing-and-marking-your-content_eng.pdf|Licensing and Marking Your Content]] (pdf) ([http://www.scribd.com/doc/2227448/creativecommonslicensingandmarkingyourcontenteng scribd.com])&lt;br /&gt;
* [http://wiki.creativecommons.org/Creative_Commons_License_Misuse Creative Commons Misuse]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Using Creative Commons Content'''&lt;br /&gt;
* [http://creativecommons.org.au/content/findingmaterial.pdf Finding Creative Commons Material] (pdf) (created for the [http://creativecommons.org.au/poolingideas Pooling Ideas competition])&lt;br /&gt;
* [http://creativecommons.org.au/content/attributingccmaterials.pdf Attributing Creative Commons Material] (pdf) (created for the [http://creativecommons.org.au/poolingideas Pooling Ideas competition])&lt;br /&gt;
* [http://creativecommons.org.au/content/CC_Web_Resources.pdf Quick guide to Creative Commons resources] (pdf)&lt;br /&gt;
&lt;br /&gt;
'''Multimedia'''&lt;br /&gt;
* [[Sharing_Creative_Works|Sharing Creative Works Comics]] - A general introduction to copyright and CC licensing ([http://www.scribd.com/doc/2227656/creativecommonssharingcreativeworkseng scribd.com])&lt;br /&gt;
** [[Media:Sharingcreativeworks.zip|Inkscape SVG source files]] (zip)&lt;br /&gt;
* [http://creativecommons.org/videos/ CC Videos]&lt;br /&gt;
** [[Translate#Videos | Video source files]]&lt;br /&gt;
* [http://wiki.creativecommons.org/Comics CC Comics]&lt;br /&gt;
&lt;br /&gt;
==Sector-specific Information==&lt;br /&gt;
* '''for teachers''' - A [http://creativecommons.org.au/learn-more/educators-resources collection] of resources on finding and using Creative Commons specifically designed for teachers, including fact sheets, slideshows, videos and worksheets&lt;br /&gt;
* '''for citizen journalists''' - from CC Lebanon: 10 Legal Rules on social activism and copyright by Martin Wählisch:&lt;br /&gt;
** [[Media:CopyrightLawLEB_EN.pdf| English]] &lt;br /&gt;
** [[Media:CopyrightLawLEB_AR.pdf| Arabic]]&lt;br /&gt;
* '''for the public sector''' - [[Media:Creativecommons-licensing-for-public-sector-information_eng.pdf|Creative Commons Licensing for the Public Sector]] (pdf)&lt;br /&gt;
* '''business models''' - [[Media:BusinessModelsforCreativeWorks.pdf|Business Models for Creative Works and Creative Commons Licensing]] (pdf)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Legal ==&lt;br /&gt;
&lt;br /&gt;
* [http://creativecommons.org/about/license/ License Your Work]&lt;br /&gt;
* [[Before Licensing]]&lt;br /&gt;
* [[Legal Concepts]]&lt;br /&gt;
* [[Podcasting Legal Guide]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
* [[FAQ]] - Important documentation of frequently asked CC questions. A must read !&lt;br /&gt;
&lt;br /&gt;
== CC Learn Productions==&lt;br /&gt;
'''Note: CC Learn is no longer a division of Creative Commons. Much of the information in the archive below may be outdated and/or incorrect. For the most up-to-date information about CC in education, see http://creativecommons.org/education.'''&lt;br /&gt;
====Organizational Media====&lt;br /&gt;
* CC Learn Informational Flyer ([[Media:Cclearn-information-flyer.pdf|pdf]])  ([[Media:Cclearn-information-flyer-print.pdf|pdf - print w/.125&amp;quot; bleed]])  ([http://www.scribd.com/doc/15058699/ccLearn-Informational-Flyer Scribd])&lt;br /&gt;
&lt;br /&gt;
====CC Learn Reports====&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/01/license-mapping-report-15_dec_-2008-color-v2.pdf What status for “open”? An examination of the licensing policies of open educational organizations and projects] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/01/license-mapping-report-15_dec_-2008-color-v2.odt odt]) &lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/07/What-status-for-open-Data-Supplement-v1.pdf Data Supplement to “What status for ‘open’?” A graphical view of the licensing policies of open educational organizations and projects] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/07/What-status-for-open-Data-Supplement-v1.odt odt])&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/07/discovered-paper-17-july-2009.pdf Enhanced Search for Educational Resources— A Perspective and a Prototype from CC Learn] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/07/discovered-paper-17-july-2009.odt odt])&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/09/Otherwise_Open_report.pdf Otherwise Open Managing Incompatible Content within Open Educational Resources] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/09/Otherwise_Open_report.odt odt])&lt;br /&gt;
&lt;br /&gt;
====CC Learn Explanations====&lt;br /&gt;
*[http://learn.creativecommons.org/wp-content/uploads/2009/04/cclearn-explanations-oer-and-cc-licenses-05-apr-09.pdf CC Learn Explanations: Open Educational Resources and Creative Commons Licensing] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/04/cclearn-explanations-oer-and-cc-licenses-05-apr-09.odt odt])&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/10/cclearn-explanations-cc-license-compatability.pdf Remixing OER: A Guide to License Compatibility] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/10/cclearn-explanations-cc-license-compatability.odt odt])&lt;br /&gt;
&lt;br /&gt;
====CC Learn Step by Step Guides====&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/04/cclearn-step-by-step-applying-cc-licenses-06-apr-09.pdf Applying Creative Commons licenses to your educational resources] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/04/cclearn-step-by-step-applying-cc-licenses-06-apr-09.odt odt])&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/11/cclearn-step-by-step-discovered.pdf Preparing Your Educational Resources for DiscoverEd] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/11/cclearn-step-by-step-discovered.odt odt])&lt;br /&gt;
&lt;br /&gt;
====CC Learn Recommendations====&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/07/cclearn-recommendations-increase-funding-impact-05-apr-09.pdf Increase Funding Impact] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/07/cclearn-recommendations-increase-funding-impact-05-apr-09.odt odt])&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/04/cclearn-recommendations-publishing-your-oer-on-the-internet-05-apr-09.pdf Publishing Your Open Educational Resources on the Internet] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/04/cclearn-recommendations-publishing-your-oer-on-the-internet-05-apr-09.odt odt])&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/07/ccLearn_primer-Why_CC_BY.pdf CC Learn Recommendations: Why CC BY?] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/07/ccLearn_primer-Why_CC_BY.odt odt] )&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/10/cclearn-recommendations-dealing-with-incompatible-content-in-OER.pdf Dealing with Legally Incompatible Content in OER] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/10/cclearn-recommendations-dealing-with-incompatible-content-in-OER.odt odt])&lt;br /&gt;
&lt;br /&gt;
==Technical Implementation==&lt;br /&gt;
=== Developer ===&lt;br /&gt;
* [[Developers]] - Documentation and information for software developers.&lt;br /&gt;
&lt;br /&gt;
=== Integration Best Practices ===&lt;br /&gt;
* [[Web Integration]]&lt;br /&gt;
** [[Media:Creativecommons-integration-with-your-website_eng.pdf|Creative Commons Integration With Your Website]] (pdf) ([http://www.scribd.com/doc/2227446/creativecommonsintegrationwithyourwebsiteeng scribd.com])&lt;br /&gt;
* [[Application Integration]] [http://www.articleeveryday.com/ free article directory]&lt;br /&gt;
* [[Desktop Integration]]&lt;br /&gt;
&lt;br /&gt;
=== Marking ===&lt;br /&gt;
* [[Marking]] - How to properly mark various media with Creative Commons licenses.&lt;br /&gt;
** [[Media:Creativecommons-licensing-and-marking-your-content_eng.pdf|Licensing and Marking Content]] (pdf) ([http://www.scribd.com/doc/2227448/creativecommonslicensingandmarkingyourcontenteng scribd.com])&lt;br /&gt;
* [[Metadata]] - an overview of Creative Commons metadata - opening documentation.&lt;br /&gt;
** [[ccREL]] - describing license metadata in a machine readable way and attaching it to digital works.&lt;br /&gt;
** [[Marking_Works_Technical|Metadata Marking]] - technical background on machine-readable metadata.&lt;br /&gt;
* [http://creativecommons.org.au/materials/attribution.pdf Attributing Creative Commons Material]&lt;br /&gt;
&lt;br /&gt;
== Metrics ==&lt;br /&gt;
&lt;br /&gt;
* [[Metrics|Metrics in progress to assess CC-license adoption]]&lt;br /&gt;
* [[License_statistics|License Statistics]]&lt;br /&gt;
* [[Media:Statistics-from-the-CC-Monitor-project_eng.pdf|Statistics from the CC Monitor Project]] (pdf)&lt;br /&gt;
* [[Media:Taking-stock-of-the-creative-commons-experiment_eng.pdf|Taking Stock of the CC Experiment]] (pdf)&lt;br /&gt;
* [[Media:License-use-five-years-on_eng.pdf|License Use Five Years On]] (pdf)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Staff Contributions ==&lt;br /&gt;
* Explore [[:Category:Presentation|CC conference participation]].&lt;br /&gt;
* Explore staff presentations and slideshows online!&lt;br /&gt;
** [http://www.slideshare.net/ericcc/slideshows Eric Steuer], Creative Director&lt;br /&gt;
** Jon Phillips, Community + Business Developer&lt;br /&gt;
*** [http://www.slideshare.net/rejon/ Slideshare Slides]&lt;br /&gt;
*** [http://www.scribd.com/people/view/3525-jon-phillips Scribd Docs and Slides]&lt;br /&gt;
** [http://www.slideshare.net/Jessicacoates Jessica Coates], Global Network Manager&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mailing list archives ==&lt;br /&gt;
* [http://lists.ibiblio.org/pipermail/cc-community/ cc-community]&lt;br /&gt;
* [http://lists.ibiblio.org/pipermail/cc-licenses/ cc-licenses]&lt;br /&gt;
* [http://lists.ibiblio.org/pipermail/cc-devel/ cc-devel]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Technical Documentation ==&lt;br /&gt;
* [[Media:Creativecommons-embedded-metadata-with-xmp_eng.pdf|Embedded Metadata with XMP]] (pdf) ([http://www.scribd.com/doc/2227441/creativecommonsembeddedmetadatawithxmpeng scribd.com])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Help Translate Documents ==&lt;br /&gt;
&lt;br /&gt;
Please help CC translate these documents into other languages. For the documents written in English already uploaded to this site, we've included the standardized 3-character language code, [http://en.wikipedia.org/wiki/List_of_ISO_639-2_codes ISO 639-2]. For example, the Web Integration PDF is labeled &amp;quot;Creativecommons-webintegration_eng.pdf&amp;quot;. A Japanese translation of the same document would be labeled &amp;quot;Creativecommons-webintegration_jpn.pdf&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Available translations can be found at [[Translate/Documentation]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Help Create Documents! ==&lt;br /&gt;
How do you see CC? While these documents can exist on this wiki just fine and is a great way to get started, below is a package consisting of the Scribus document and files necessary to make documentation. Please post up any of your creations on this page!&lt;br /&gt;
&lt;br /&gt;
*[[Media:Cc-general-open.zip|Information page framework]] &amp;amp;mdash; Scribus source&lt;br /&gt;
*[[Media:Cc-info-doc-layout.zip|Information page framework]] &amp;amp;mdash; InDesign source&lt;br /&gt;
&lt;br /&gt;
Please help us complete these, to make our wiki as informative as possible !&lt;br /&gt;
&lt;br /&gt;
=== Teaching Creative Commons ===&lt;br /&gt;
How should you go about teaching Creative Commons ideas to a general audience?&lt;br /&gt;
&lt;br /&gt;
CC Denmark has made a section &amp;quot;CC i undervisningen&amp;quot; (CC in education) containing video tutorials, pdf guides and other ressources for teachers. [http://www.creativecommons.dk/?page_id=88](In Danish)&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
=== Creative Commons in the classroom ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
=== Creative Commons Overview for your Company ===&lt;br /&gt;
An overview of Creative Commons for a company.&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
=== Creative Commons + Open CourseWare Legal Guide ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
{{Translations&lt;br /&gt;
| articles = Pt:Documentação&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;br /&gt;
[[Category:Media]]&lt;br /&gt;
[[Category:Critical]]&lt;br /&gt;
[[Category:Translation Project]]&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=CcHost&amp;diff=67070</id>
		<title>CcHost</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=CcHost&amp;diff=67070"/>
				<updated>2013-04-24T06:36:32Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:ccHost]]&lt;br /&gt;
[[Category:Developer]]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Technology]]&lt;br /&gt;
[[Category:ccMixter]]&lt;br /&gt;
{{Project}}&lt;br /&gt;
{{lowercase}}&lt;br /&gt;
&lt;br /&gt;
'''ccHost''' is Creative Commons' open source ([http://creativecommons.org/licenses/GPL/2.0/ GPL] licensed) [http://en.wikipedia.org/wiki/Content_management_system content management system] project that powers [http://ccmixter.org ccMixter] and is the winner of the [http://creativecommons.org/weblog/entry/6026 Linux Journal LinuxWorldExpo Product Excellence Award] for '''Best Open Source Solution.''' Read more about ccHost [[#Zeitgeist|here]].&lt;br /&gt;
&lt;br /&gt;
= Download =&lt;br /&gt;
&lt;br /&gt;
Sign up for [http://sourceforge.net/export/rss2_projfiles.php?group_id=80503 our RSS release feed] to make sure you don't miss important bug fixes and feature updates.&lt;br /&gt;
&lt;br /&gt;
=== Current Stable Release ===&lt;br /&gt;
Latest stable build of [https://sourceforge.net/projects/cctools/files/ccHost/ ccHost 5.1] is available in ZIP archive format.&lt;br /&gt;
&lt;br /&gt;
=== Source Repository ===&lt;br /&gt;
http://code.creativecommons.org/svnroot/cchost/&lt;br /&gt;
&lt;br /&gt;
For much more developer info, see [[Cchost/Developers]].&lt;br /&gt;
&lt;br /&gt;
= Documentation =&lt;br /&gt;
&lt;br /&gt;
[[cchost/Documentation|ccHost 5 Documentation]]&lt;br /&gt;
&lt;br /&gt;
=Communication=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== People ===&lt;br /&gt;
* [[User:fourstones|Victor Stone]]&lt;br /&gt;
* [[User:Jon Phillips|Jon Phillips]]&lt;br /&gt;
=== Contacting  ===&lt;br /&gt;
The mailing list is the best way to get our attention. That and other methods are listed below:&lt;br /&gt;
* Mailing List: https://lists.sourceforge.net/mailman/listinfo/cctools-cchost&lt;br /&gt;
** [http://sourceforge.net/mailarchive/forum.php?forum=cctools-cchost Archive]&lt;br /&gt;
* Chat: #cc on irc.freenode.net&lt;br /&gt;
* Wiki: This page (http://wiki.creativecommons.org/CcHost)&lt;br /&gt;
* [[Cchost/Developers#Bugs_and_Feature_Requests|Bugs and feature requests]]&lt;br /&gt;
&lt;br /&gt;
= Zeitgeist =&lt;br /&gt;
=== Goal ===&lt;br /&gt;
The goal of this project is to spread media content that is licensed under Creative Commons throughout the web in much the same way that weblogs spread CC licensed text. &lt;br /&gt;
=== Short Description ===&lt;br /&gt;
&amp;quot;Web-based System Supporting Remixing and Collaboration on Media&amp;quot;&lt;br /&gt;
=== Slightly Longer Description === &lt;br /&gt;
'''ccHost''' is an open source ([http://creativecommons.org/licenses/GPL/2.0/ GPL] licensed) project that provides web-based infrastructure to support collaboration, sharing, and storage of multi-media using the Creative Commons licenses and metadata. It is the codebase used by [http://ccmixter.org ccMixter] and [[#Usage Examples|other sites]].&lt;br /&gt;
&lt;br /&gt;
Besides its focus on sharing content, ccHost differentiates itself from other multi-media hosting programs by emphasizing the '''reuse''' (a.k.a. remixing) of content between artists, not only between artists on any given installation of ccHost, but between all installations across the web and any web site that implements the Creative Commons [http://ccmixter.org/media/viewfile/pool_api_doc.xml Sample Pool API], including non-ccHost sites such as the [http://freesound.iua.upf.edu/ freesound project].&lt;br /&gt;
&lt;br /&gt;
=== Usage Examples ===&lt;br /&gt;
&lt;br /&gt;
* [http://ccmixter.org ccMixter] - Primary usage of ccHost is the Creative Commons remix site, ccMixter.&lt;br /&gt;
* [http://fourstones.net fourstones.net] Victor's personal website&lt;br /&gt;
* [http://www.enciclopediacecilia.org/remix/ Remix Cecilia] at the Enciclopedia Cecilia project (Spanish).&lt;br /&gt;
* [http://audio.ibeat.org/ iBeat] Moderated Sample Archive&lt;br /&gt;
* [http://www.forpcphone.com pc componentes] Computer Componentes&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= Appendix A: Compatibility =&lt;br /&gt;
&lt;br /&gt;
=== Browsers ===&lt;br /&gt;
&lt;br /&gt;
Recently tested on: Firefox 2/3 Mac/PC/Linux, IE 7 PC, Safari Mac (IE8 requires &amp;quot;compatibility&amp;quot; mode - see [[Cchost/guide/Troubleshooting#IE8_Layout_Issues|here]] for workaround)&lt;br /&gt;
&lt;br /&gt;
Cookies must be enabled.&lt;br /&gt;
&lt;br /&gt;
Most skins (the ones people will want to use) require Javascript enabled.&lt;br /&gt;
&lt;br /&gt;
=== Servers ===&lt;br /&gt;
&lt;br /&gt;
Primary development is done on Ubuntu 8.04 (hardy heron) using Apache, mySQL, and PHP. The actual dev setup is described in detail [[Cchost/Developers/Victor's_Dev_Setup|here]].&lt;br /&gt;
&lt;br /&gt;
==== Linux ====&lt;br /&gt;
ccHost on Apache (2.0.49 up to at least apache-2.0.55-r1) on Linux, &lt;br /&gt;
&lt;br /&gt;
One should be able to easily install mySQL, PHP, and Apache (if they are not already available) through their distributions packaging system. See the dev setup above.&lt;br /&gt;
&lt;br /&gt;
==== Windows IIS Server ====&lt;br /&gt;
&lt;br /&gt;
{{Infobox|ccHost has not been seen running or tested on Windows for a long time - several versions ago.}}&lt;br /&gt;
&lt;br /&gt;
Windows users with their installation disks may install optionally the Windows IIS Web Server. This option has been tested. However, there might still be issues with it, and if so, [http://sourceforge.net/tracker2/?func=browse&amp;amp;group_id=80503&amp;amp;atid=559966 please file a bug].&lt;br /&gt;
&lt;br /&gt;
Even if you using Apache on Windows you may need to have IIS installed if you plan to use mail contact functions.&lt;br /&gt;
&lt;br /&gt;
==== Windows Apache ====&lt;br /&gt;
There are many good tutorials for setting up a Windows/Apache/MySQL/PHP site ([http://google.com/search?q=installing+WAMP Google search]) and all three subsystems now come with Windows installers making the job of installing relatively straightforward.&lt;br /&gt;
&lt;br /&gt;
====== XAMPP ======&lt;br /&gt;
Windows installations without Apache, mySQL and PHP already installed should consider using [http://www.apachefriends.org/en/xampp.html XAMPP] for Windows, which provides an easy install of Apache web server, MySQL database server, and PHP and perl programming languages. This is an easy way to get up and running, with the underlying technology necessary to use ccHost.&lt;br /&gt;
&lt;br /&gt;
Follow the instructions for installation of XAMPP to know where to put the uncompressed ccHost package to properly work with your local setup.&lt;br /&gt;
&lt;br /&gt;
==== Mac OS X ====&lt;br /&gt;
&lt;br /&gt;
''NOTE: This setup is similar to Linux.''&lt;br /&gt;
&lt;br /&gt;
Verified:&lt;br /&gt;
&lt;br /&gt;
* OS X 10.4.6&lt;br /&gt;
* default OS X MySQL build, 4.0.26&lt;br /&gt;
* GetID3 1.7.7&lt;br /&gt;
* default Apache/PHP&lt;br /&gt;
&lt;br /&gt;
[http://wiki.creativecommons.org/Creative_commons_non_profit_organization About Creative Commons]&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Photography&amp;diff=66584</id>
		<title>Photography</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Photography&amp;diff=66584"/>
				<updated>2013-04-17T01:39:17Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The internet and technology have changed how people access images, and photographers are responding by employing new methods to reach audiences. These methods include personal websites, social media tools, photo-sharing platforms and communities, and tools such as Creative Commons licenses that enable easy sharing and reuse of creative works.&lt;br /&gt;
&lt;br /&gt;
CC licenses are a flexible way to share images while building on the strong foundation of traditional copyright law. Simply put, Creative Commons licenses allow the shift from “all rights reserved” to “some rights reserved,” enabling you to share your images under terms of your own choosing. This gives you control over distribution, and the non-exclusivity of the licenses means you can retain all commercial rights if desired.  &lt;br /&gt;
&lt;br /&gt;
[[#Photographers_using_CC_licenses|Photographers using CC licenses]] gain new audiences for their work on photo-sharing platforms like [http://www.flickr.com/creativecommons Flickr] and communities like [http://www.wikipedia.org/ Wikipedia]. Mohamed Nanabhay, Head of Online, Al Jazeera English, [http://creativecommons.org/weblog/entry/18213 writes]:&lt;br /&gt;
:“When launching our [CC] repository, we had thought that it would be a key resource for anyone producing content on the war and that it would primarily be used by other news organisations and documentary filmmakers. What we saw was both surprising and delightful. Soon after posting our first video, Wikipedia editors had extracted images to enhance the encyclopedia entries on the War on Gaza. Soon thereafter educators, filmmakers, video game developers, aid agencies and music video producers all used and built upon our footage.”&lt;br /&gt;
&lt;br /&gt;
Wikipedia is a heavily-trafficked website with over 400 million unique visitors a month. Flickr contains over 200 million CC-licensed photos, establishing it as the Web’s single largest source of CC-licensed content.&lt;br /&gt;
&lt;br /&gt;
In 2008, DigitalPhotoPro published an [http://www.digitalphotopro.com/business/creative-commons.html article on the use of CC licenses by professional photographers] with advice for those thinking of using CC themselves.&lt;br /&gt;
&lt;br /&gt;
==Photographers using CC licenses==&lt;br /&gt;
&lt;br /&gt;
===[[The_Power_of_Open/Text#Jonathan_Worth|Jonathan Worth]]===&lt;br /&gt;
:“Creative Commons enables me to use existing architecture really smoothly and to address the digital natives’ social media habits. The mode of information is the same, but the mode of distribution has changed. We don’t have all the answers, but CC lets me choose my ﬂavor and helps me take advantage of the things working against me.”&lt;br /&gt;
&lt;br /&gt;
British photographer Jonathan Worth’s work hangs in the National Portrait Gallery in London. He teaches photography at Coventry University in the U.K, and [http://www.phonar.covmedia.co.uk/ his course materials] are released as open educational resources (OER) under [http://creativecommons.org/licenses/by-sa/3.0/ CC BY-SA]. He has photographed actors Colin Firth, Rachel Hunter, Jude Law and Heath Ledger. He is also one of an emerging group of photographers experimenting with sustainable working practices for professional image makers in the digital age. Jonathan Worth has been featured in:&lt;br /&gt;
*[http://www.telegraph.co.uk/technology/news/8623680/How-the-Power-of-Open-can-benefit-photographers.html The Telegraph] - How the Power of Open can benefit photographers&lt;br /&gt;
*[http://www.bbc.co.uk/news/technology-13961051 BBC News] - &amp;quot;Photographer Jonathan Worth explained that Creative Commons allowed him to sell his work for commercial use while still giving it free to individuals who wanted it for other reasons.&amp;quot; &lt;br /&gt;
*[http://www.bbc.co.uk/news/in-pictures-20495489 BBC News] - &amp;quot;Photography and open education&amp;quot;&lt;br /&gt;
*[http://thepowerofopen.org/ The Power of Open] - Stories of creators sharing knowledge, art, &amp;amp; data using Creative Commons&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/Lan_Bui|Lan Bui]]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/Lan_Bui|?Image Header|link=none}}&lt;br /&gt;
Lan Bui &amp;quot;makes media.&amp;quot; From photography of tech celebrities (Veronica Belmont, Zadi Diaz, Casey McKinnon) and The Ninja to videos for professionals and events (Comic Con and Pixelodeon), Lan (with help from his brother Vu) makes them all from start to finish. Lan echoes the thoughts of other artists using Creative Commons; the idea that your work is, in a way, an advertisement for yourself and future work. Lan expresses this in this way: &amp;quot;I think that people pay me for my time and talent, not for the actual images I deliver.&amp;quot; &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/Monkeyc.net|Monkeyc.net]]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/Monkeyc.net|?Image Header|link=none}}&lt;br /&gt;
Monkeyc.net is the moniker of John Harvey, a Brisbane-based former photojournalist who licenses his Flickr photo stream under Creative Commons. John is an active member of the Flickr community, having first uploaded a photo on 26 September 2004 and now sporting a collection of close to 1,000 images, and encourages others to engage likewise. Several of John’s photographs have been featured on Flickr’s ‘Explore’ page, as an indication of their popularity in the Flickr community.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Vinoth Chandar===&lt;br /&gt;
Vinoth Chandar is a professional photographer who releases many of his photographs under the [[Creative Commons Attribution]] licence, saying that &amp;quot;I use [the] Attribution Creative Commons licence for all my photos because I want everybody to use my photo and credit me ... This way, my photos reach every corner of the world without any effort from my side except taking the photos and uploading it to Flickr.&amp;quot;&amp;lt;ref&amp;gt;http://www.wired.co.uk/news/archive/2011-12/16/creative-commons-gallery&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One example he used of the exposure provided by free culture licensing was the use of one of his photos for the cover of a popular Italian magazine. &amp;quot;I am an Indian and how else in the world can an Indian photographer expect his photo to be published in an Italian magazine? CC licence made this possible.&amp;quot;&amp;lt;ref&amp;gt;http://www.wired.co.uk/news/archive/2011-12/16/creative-commons-gallery&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Enforceability of CC licenses in photography==&lt;br /&gt;
CC licenses have been upheld in several [[Case_Law|court cases]] around the world. A few of these cases pertain specifically to CC-licensed images.&lt;br /&gt;
&lt;br /&gt;
*In [[Curry_v._Audax |Curry v. Audax]], Adam Curry, a former MTV VJ and one of the pioneers of podcasting, published photos onto his Flickr account under a BY-NC-SA license. A Dutch tabloid reprinted four of the photos in a story about the Curry family's public persona verses real private life. Curry sued the tabloid for violating the portrait rights of his family and for copyright violation over the improper user of his Flickr photos. The Dutch court held that, in the future, the tabloid could not use any of the photos from Flickr in the future unless under the terms of the photos' CC license or with permission from Curry. &lt;br /&gt;
*In [[Gerlach_vs._DVU|Gerlach vs. DVU]], Gerlach took a picture of the German politician Thilo Sarrazin at a public event and published it online under the Creative Commons license BY SA 3.0 Unported. Later the DVU, a German political party used the picture on their website without the plaintiff's name, the license notice or any other requirement of the license. The applicant sent a notice and takedown letter to which the party didn't react. Subsequently the applicant sought preliminary injunction before the Disctrict Court of Berlin against the unauthorized publication of the picture. The District Court of Berlin granted the injunction because the applicant had successfully established prima-facie evidence of authorship, of the licensing and of the breach of the license.&lt;br /&gt;
*In [[TA_3560/09,_3561/09,_Avi_Re%27uveni_v._Mapa_inc._%D7%99%D7%A9%D7%A8%D7%90%D7%9C:_%D7%9C%D7%A8%D7%90%D7%A9%D7%95%D7%A0%D7%94,_%D7%91%D7%99%D7%94%D7%9E%22%D7%A9_%D7%90%D7%9B%D7%A3_%D7%A8%D7%99%D7%A9%D7%99%D7%95%D7%9F_%D7%A7%D7%A8%D7%99%D7%90%D7%99%D7%99%D7%98%D7%99%D7%91_%D7%A7%D7%95%D7%9E%D7%95%D7%A0%D7%A1 |Avi Re’uveni v. Mapa inc.]], plaintiffs uploaded photographs to Flickr and and offered them under a Creative Commons BY-NC-ND license. The defendant made a collage from the plaintiffs’ and other photographs and sold them without attribution. The court found the defendant guilty of copyright infringement. The defendant claimed ignorance of the copyright and license, but the court found that this did not matter.&lt;br /&gt;
&lt;br /&gt;
==Photo-sharing sites that have enabled CC licenses==&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/Flickr|Flickr]]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/Flickr|?Image Header|link=none}}&lt;br /&gt;
Flickr was one of the first major online communities to incorporate Creative Commons licensing options into its user interface, giving photographers around the world the easy ability to share photos on terms of their choosing. As the Flickr community grew, so did the number of CC-licensed images — currently there are well over 200 million on the site — establishing Flickr as the Web’s single largest source of CC-licensed content.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/DeviantART|DeviantART]]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/DeviantART|?Image Header|link=none}}&lt;br /&gt;
deviantART is an online community dedicated to showcasing art as prints, videos and literature. CC license options are built into deviantArt's UI, allowing users to set the permissions they want their works to carry. Naturally, different users choose different options for their works, including All Rights Reserved. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[http://creativecommons.org/weblog/entry/22882 Fotopedia]===&lt;br /&gt;
Fotopedia is a breathtaking application for the [http://www.repairpartstock.com/ iPhone and iPad parts]. The app builds on the concept of a coffee table book, updating and enhancing the browsing experience for the web. This project is possible thanks to Creative Commons, as over 18,000 of the pictures in Fotopedia Heritage book are under one of the CC licenses. The pictures come from all around the world; as individual photographers and organizations license their high quality photos under Creative Commons, the book will only grow as a community contributed and shareable resource.&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/National_Library_of_Australia_'Click_and_Flick'|National Library of Australia: 'Click and Flick']]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/National_Library_of_Australia_'Click_and_Flick'|?Image Header|link=none}}&lt;br /&gt;
'Click and Flick' is a National Library of Australia (NLA) initiative to open their online pictorial gateway, PictureAustralia, to contributions from the Australian public. PictureAustralia encourages people to make their material available on the archive under the CC licenses, as part of two dedicated Flickr image pools: ‘PictureAustralia: Ourtown’ and ‘PictureAustralia: People, Places and Events’.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/Newsbank_Image|Newsbank Image]]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/Newsbank_Image|?Image Header|link=none}}&lt;br /&gt;
Newsbank Image is one of South Korea's largest and most comprehensive photo-archives. The photograph archive website provides images produced by Media companies, photographers as well as web-friendly versions containing watermarks, original images, all which maintain the marking of original creators. Users can choose to upload their photos under CC licenses.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===[[Case_Studies/Culture.si|Culture.si]]===&lt;br /&gt;
&amp;lt;div class=&amp;quot;smimg&amp;quot;&amp;gt;{{#show: Case_Studies/Culture.si|?Image Header|link=none}}&lt;br /&gt;
A comprehensive online guide to Slovene culture, Culture.si covers contemporary art, culture, and heritage in Slovenia. Over 2,300 articles in English and the fastest growing independent free image bank (currently over 1,500 images) are offered for reuse under Creative Commons licenses.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How To Publish photos in an online community==&lt;br /&gt;
One way to increase visibility and access to your photos is to share it with an existing community that has enabled CC licensing, making it easy for you to indicate the license along with other information, such as who to attribute. In addition, search engines like Google and Yahoo! will index your work as CC licensed if the metadata is properly attached. See [[Publish/Images]] for more info.&lt;br /&gt;
&lt;br /&gt;
==Finding CC-licensed photos==&lt;br /&gt;
Thanks to the machine-readability of CC licenses, CC-licensed images can be found via:&lt;br /&gt;
&lt;br /&gt;
*[http://images.google.com/advanced_image_search?hl=en Google Advanced Image Search] by specifying options under &amp;quot;Usage Rights&amp;quot;&lt;br /&gt;
*[http://images.search.yahoo.com/images/advanced?ei=UTF-8 Yahoo! Advanced Image Search] by specifying options under &amp;quot;Creative Commons License&amp;quot;&lt;br /&gt;
*It appears that Yahoo Advanced Image Search no longer offers this option.  Can anyone else confirm this?&lt;br /&gt;
*[http://docs.google.com/support/bin/answer.py?answer=179622 Google Docs], where Google Image Search has been integrated&lt;br /&gt;
*[http://search.creativecommons.org/ CC Search Portal], which is not a search engine, but a tool that offers convenient access to search services provided by independent organizations, such as Flickr, Google, and Wikimedia Commons (media repository for articles featured on Wikipedia).&lt;br /&gt;
&lt;br /&gt;
==Related resources==&lt;br /&gt;
*[[Journalism|CC in Journalism]]&lt;br /&gt;
*[[CC_Factsheet|CC Factsheet]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Applications_Using_CC&amp;diff=66583</id>
		<title>Applications Using CC</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Applications_Using_CC&amp;diff=66583"/>
				<updated>2013-04-17T01:35:55Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Developer]]&lt;br /&gt;
[[Category:technology]]&lt;br /&gt;
{{SMW}}&lt;br /&gt;
== Applications with Creative Commons licensing built-in ==&lt;br /&gt;
&lt;br /&gt;
The following list of software packages and web applications incorporated Creative Commons licensing, so you won't have to copy/paste HTML from licenses or add buttons to your pages.&lt;br /&gt;
&lt;br /&gt;
=== Photography Applications ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.onfocus.com/snap/ SnapGallery]: [Windows] Drag a folder of photos on your desktop onto this script and it will automatically build you a Gallery of HTML pages. You can select a license during setup that will be embedded in each gallery page.&lt;br /&gt;
&lt;br /&gt;
=== Graphics Applications ===&lt;br /&gt;
&lt;br /&gt;
* [[Inkscape]], an open source drawing tool (that uses SVG). One may select a CC license for content directly from within the metadata dialog.&lt;br /&gt;
&lt;br /&gt;
=== Blog Applications ===&lt;br /&gt;
&lt;br /&gt;
* [http://movabletype.org/ Movable Type]: [server software] A robust weblogging system that allows you to select and apply a license to your individual blogs. Displays the button and metadata automatically.&lt;br /&gt;
* [http://manila.userland.com/ Manila]: [server software] Another weblog management system that allows authors to select licenses for their blogs, displaying the button and metadata in your site's template.&lt;br /&gt;
* [http://www.squarespace.com Squarespace]: [service] A website- and blog-publishing service that allows users to select a CC license for their sites and displays a license button and metadata automatically.&lt;br /&gt;
* [http://www.mediawiki.com Mediawiki]: [server software] The software which powers this wiki and http://www.wikipedia.org. During installation a user is allowed to select a license for their wiki.&lt;br /&gt;
* [http://avoir.uwc.ac.za/ AVOIR/Chisimba]: [server software] Full featured weblogging application built on top of the Chisimba PHP5 Framework. Allows individual post licences as well as providing RDF metadata.&lt;br /&gt;
* [http://kete.net.nz/ Kete]: [server software] Full featured collaborative web application that can be configured easily to allow for individual blogs, built on top of the Ruby on Rails Framework. Site administrators can set licences options for users to choose from, distributed with CC licenses. Licenses are then displayed and built into metadata. Uses [http://github.com/kete/acts_as_licensed/ Acts_as_Licensed] Rails plugin that can be used by other Rails apps to include licensing functionality.&lt;br /&gt;
&lt;br /&gt;
=== Web Applications ===&lt;br /&gt;
* [http://www.archive.org/ Archive.org]: An archive of content, the [http://www.archive.org/movies/opensource_movies.php Open Source Movies] section displays Creative Commons licenses and lets anyone add their own movies under a license. The [http://www.archive.org/audio/collection.php?collection=opensource_audio Open Source Audio] section does the same, but for audio files.&lt;br /&gt;
* [http://ymdi.org YMDI]: Youth Media Distribution is a teen-themed offshoot of the documentary filmmaking non-profit Media Rights. Teens can upload films they have created, get information on how to distribute films, and license their films for use by others.&lt;br /&gt;
* [http://stories.about.ticketstubs.org/ Ticketstubs.org]: Share stories of past concerts, movies, and events. When you contribute a story, you can license your story for use by others.&lt;br /&gt;
* [http://bumperactive.com Bumperactive.com]: Create your own bumper sticker.  The CC license engine is integrated to Bumperactive's [http://www.bumperactive.com/uploadSticker.jsp upload process].&lt;br /&gt;
* [http://www.flickr.com/ Flickr]: Create an account, set your default CC license, and start uploading photos today.&lt;br /&gt;
* [http://avoir.uwc.ac.za/ AVOIR/Chisimba]: Chisimba PHP5 Framework. Features include a CMS, Blog and many other content tools. Allows individual post licences as well as providing RDF metadata.&lt;br /&gt;
* [http://kete.net.nz/ Kete]: [server software] Full featured collaborative web application built on top of the Ruby on Rails Framework and open standards for content sharing and reuse. Site administrators can set licences options for users to choose from, distributed with CC licenses. Licenses are then displayed and built into metadata. Uses [http://github.com/kete/acts_as_licensed/ Acts_as_Licensed] Rails plugin that can be used by other Rails apps to include licensing functionality.&lt;br /&gt;
* [http://mahara.org/ Mahara]: is a user-centred environment with a permissions framework that enables different views of an e-portfolio to be easily managed. Mahara also features a weblog, resume builder and social networking system, connecting users and creating online learner communities. Pages can be placed under a Creative Commons license through the use of built-in CC blocks.&lt;br /&gt;
* [http://sensesproject.com/ Senses]: The HTML5 Media Center featuring Free and Creative Commons music, shows and movies. Open and community maintained.&lt;br /&gt;
* [https://www.coursesites.com/ CourseSites]: allows instructors to teach, create and share online courses.  From the Course Control Panel expand the &amp;quot;Packages and Utilities&amp;quot; menu and click &amp;quot;Publish Open Resource&amp;quot; to make course materials available in a IMS Common Cartridge format with a CC-BY license.&lt;br /&gt;
&lt;br /&gt;
=== Authoring Tools ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.screenbooks.net Screenbook Maker]: A tool for creating online visual tutorials, Windows HTML Help, or just web books (linked HTML pages). For an example of the kind of content that can be created with this tool, see the [http://help.joomla.org/component/option,com_wrapper/Itemid,253/ Joomla Visual Tutorial Bookshelf]. For a walkthrough of how to add the Creative Commons license to content created with Screenbook Maker see [http://www.screenbooks.net/e/sbhelp1.1/ScreenBook_Maker/B2_Basics/Books/N0_Copyrights/sbook2.htm Screenbook Copyrights]&lt;br /&gt;
&lt;br /&gt;
=== Mobile Applications ===&lt;br /&gt;
&lt;br /&gt;
* [http://winksite.com WINKsite]: A mobile publishing system that allows you to select and apply a license to your mobile site &amp;amp;amp; blog. Displays the button and metadata is automatically included in feeds.&lt;br /&gt;
			&lt;br /&gt;
* [http://QRdvark.com/foneFrame foneFrame]: foneFrame is a mobile framework built with HTML5 + CSS3 that creates mobile pages for smartphones like Android &amp;amp; iPhone.    &lt;br /&gt;
* [http://www.cyberworldltd.co.uk/cases-for-apple-model-iphone-4.htm iPhone 4 Cases]: An iphone accessories e-store showcasing iphone accessories, cases for a wide range of [http://www.repairpartstock.com/ iphone parts wholesale] &amp;amp; other smart phones     &lt;br /&gt;
 	&lt;br /&gt;
'''Note to developers:''' If you have incorporated Creative Commons licensing into your application (per our [[Web Integration|documentation]]), and you'd like your application to appear on this list, please create an account on this wiki and click 'edit' to add your application.&lt;br /&gt;
&lt;br /&gt;
{{Challenge Enabled}}:&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Italy&amp;diff=66361</id>
		<title>Italy</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Italy&amp;diff=66361"/>
				<updated>2013-04-13T01:25:38Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Jurisdiction&lt;br /&gt;
|jurstatus=Active&lt;br /&gt;
|status=3.0&lt;br /&gt;
|country code=it&lt;br /&gt;
|homepage=http://www.creativecommons.it/&lt;br /&gt;
|logourl=http://www.creativecommons.it/sites/creativecommons.it/files/ccitcolors_logo.png&lt;br /&gt;
|mailing list=http://www.creativecommons.it/Liste&lt;br /&gt;
|twitter=http://twitter.com/cc_italy&lt;br /&gt;
|social=http://www.facebook.com/cc.italia&lt;br /&gt;
|otherurl=http://selili.polito.it/&lt;br /&gt;
|region=Europe&lt;br /&gt;
|affiliated=NEXA Center for Internet &amp;amp; Society&lt;br /&gt;
|affurl=http://nexa.polito.it&lt;br /&gt;
|afffocus=Internet research&lt;br /&gt;
|afftype=academic institution&lt;br /&gt;
|plead1=Juan Carlos De Martin&lt;br /&gt;
|pemail1=juancarlos.demartin@polito.it&lt;br /&gt;
|flagurl=http://creativecommons.org/images/international/it.png&lt;br /&gt;
}}&lt;br /&gt;
Many thanks to all who contributed to the localization of the license suite.&lt;br /&gt;
&lt;br /&gt;
Creative Commons is working with the NEXA Center for Internet &amp;amp; Society at the Politecnico di Torino to create Italy jurisdiction-specific licenses from the generic Creative Commons licenses.&lt;br /&gt;
&lt;br /&gt;
=CC Italy List=&lt;br /&gt;
Project Lead: [http://www.swas.polito.it/rubrica/list.asp?freetext=de%20martin&amp;amp;cerca=1 Juan Carlos De Martin]&lt;br /&gt;
&lt;br /&gt;
*[http://mirrors.creativecommons.org/international/it/translated-license License draft].&lt;br /&gt;
*[http://mirrors.creativecommons.org/international/it/it-legalchanges.pdf English explanation of substantive legal changes (PDF)].&lt;br /&gt;
*[mailto:cc-it%20-at-%20lists.ibiblio.org Post a message].&lt;br /&gt;
*[http://lists.ibiblio.org/mailman/listinfo/cc-it/ Subscribe to the discussion].&lt;br /&gt;
*[http://lists.ibiblio.org/pipermail/cc-it/ Read the discussion archives].&lt;br /&gt;
&lt;br /&gt;
=More about the NEXA Center at the Politecnico di Torino=&lt;br /&gt;
The NEXA Center for Internet and Society of the Politecnico di Torino was founded in 2006 by [https://plus.google.com/101331298429373051293/ Juan Carlos De Martin], professor of Information Engineering, together with Marco Ricolfi, law professor at the University of Torino Law School. NEXA is a multidisciplinary research center on the impact of the Internet on society, with a focus on technical, economical and juridical issues. The NEXA research team includes academic researchers as well as law practitioners and technologists; many of them have been working together since 2003, when the Creative Commons Italy project was started.&lt;br /&gt;
&lt;br /&gt;
The Politecnico di Torino (Turin Polytechnic University) has 26,000 students studying on about 120 courses (39 Bachelor’s degree courses; 35 Master of Science courses; 30 Doctorates and 18 specialization courses). The Politecnico di Torino offers excellence in technology from all points of view, from the strictly technical to the economical and juridical.&lt;br /&gt;
&lt;br /&gt;
=Acknowledgements=&lt;br /&gt;
&lt;br /&gt;
==The Department of Law of the University of Turin==&lt;br /&gt;
&lt;br /&gt;
The Department of Law of the University of Turin, headed by Prof. Gianmaria Ajani, is aimed to coordinating all the research activity in the area of law of the University of Turin. It deals also with the fund raising for research purposes, the management of all the PhD programs and continuing education in the area of law. It is part of the University of Turin, which was founded in 1404 (it is one of the most antique universities in the world) and which today counts 65.000 students, 1.300 professors and nearly 800 researchers and assistants.&lt;br /&gt;
&lt;br /&gt;
The Department of Law coordinates the research work of more than 130 law professors in the different areas of law. The main research program by now are in the field of:&lt;br /&gt;
&lt;br /&gt;
*EC Private law and harmonization of contract law,&lt;br /&gt;
*International Human Rights,&lt;br /&gt;
*Criminal Jurisdiction,&lt;br /&gt;
*Harmonization of Civil Procedure,&lt;br /&gt;
*Intellectual Property law.&lt;br /&gt;
&lt;br /&gt;
For more information about the Department of Law of the University of Turin, visit http://www.dsg.unito.it/.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=IEIIT-CNR=&lt;br /&gt;
&lt;br /&gt;
IEIIT-CNR: Istituto di Elettronica e di Ingegneria dell’Informazione e delle Telecomunicazioni del CNR. (English: CNR Institute of Electronics and Information and Telecommunications Engineering).&lt;br /&gt;
&lt;br /&gt;
The Consiglio Nazionale delle Ricerche (National Research Council of Italy), founded in 1923, is a multidisciplinary public research institution. The IEIIT is a CNR institute founded in 2002 by merging the forces of several preexisting CNR institutes and centers. The IEIIT-CNR headquarters are located in Torino, with territorial sections in Genoa, Milan, Bologna and Pisa; the Institute is directed by prof. Marco Ajmone Marsan. The IEIIT-CNR pursues advanced, multidisciplinary research in the field of information and communications technology (ICT).&lt;br /&gt;
&lt;br /&gt;
For more information about IEIIT-CNR, visit http://www.ieiit.cnr.it/&lt;br /&gt;
&lt;br /&gt;
=Affiliate Team Roadmap for 2011=&lt;br /&gt;
&lt;br /&gt;
* Timespan of this roadmap: '''January 2011 - December 2011'''&lt;br /&gt;
&lt;br /&gt;
== Team information ==&lt;br /&gt;
* Jurisdiction: '''Italy'''&lt;br /&gt;
&lt;br /&gt;
* Complete list of all members of the Affiliate Team, their roles, and field(s) of expertise&lt;br /&gt;
** '''Juan Carlos De Martin''', ''Public Lead'' Creative Commons Italia (associate professor of informatics at the Politecnico di Torino; researcher in the field of on Internet sciences)&lt;br /&gt;
** Legal working group: '''Marco Ricolfi''', ''Legal lead'' (full professor of law at the University of Turin), '''Massimo Travostino''' (practicing lawyer, specialized in IP law), '''Deborah De Angelis''' (practicing lawyer, specialized in IP law), '''Thomas Margoni''' (assistant professor, specialized in IP and computer law), '''Marco Ciurcina''' (practicing lawyer, specialized in IP law), '''Nicola Bottero''' (practicing lawyer, specialized in IP law), '''Federico Morando''' (post-doc researcher, specialized in economic analysis of law), '''Alessandro Cogo''' (lawyer and currently full time researcher, specialized in IP law), '''Claudio Artusio''' (researcher in law)&lt;br /&gt;
*** Other legal experts cooperating with CCIT: Simone Aliprandi, Cristiana Sappa, Angelo Maria Rovati, Silvia Bisi&lt;br /&gt;
** Main editors of the website: Claudio Artusio, Federico Morando, Juan Carlos De Martin, Giuseppe Futia (media &amp;amp; communications manager at the NEXA Center)&lt;br /&gt;
** Webmaster: '''Luca Leschiutta''' (IT manager at the NEXA Center)&lt;br /&gt;
&lt;br /&gt;
* Date of earliest MOU in jurisdiction: '''Summer 2003'''&lt;br /&gt;
&lt;br /&gt;
* Self-Identified Region: '''Europe'''&lt;br /&gt;
** CC Italia is well connected with other European jurisdictions. Thanks to the COMMUNIA European Project and personal connections. Moreover, Italy has a typical European continental legal system (civil law), as far as law is concerned (and IP and contract law in particular), so CC Italia faced similar problems as many other European jurisdictions and interacted with them.&lt;br /&gt;
&lt;br /&gt;
==Vision== &lt;br /&gt;
&lt;br /&gt;
* Why is Creative Commons important for the jurisdiction? &lt;br /&gt;
** '''Connecting creators'''&lt;br /&gt;
*** In Italy, CC is important for the usual reasons, very well described, for instance, by Lawrence Lessig in his books. In fact, CC is probably more useful in Italy than in other countries, for instance because of the combination of these factors:&lt;br /&gt;
**** in Italy, there is a relatively high number of &amp;quot;creators&amp;quot; (for instance, according to [http://www.internetworldstats.com/ http://www.internetworldstats.com/] in Italy there are 12.9  websites per 1,000 people, despite an Internet penetration of 51.7%; as a comparison, in Finland and France there are respectively 13.3 and 10.5 websites per 1,000 people, with a penetration rate of 85.3% and 68.9%);&lt;br /&gt;
**** however, in Italy there is a relatively low number of associations and cultural institutions, including public libraries, chronically lack funding and are not always very used/usable: creators lack networking tools;&lt;br /&gt;
**** all this implies that several creators risk working on their own and this suggests that the virtuous cycle of use and re-use generated by Creative Commons licenses is especially valuable in Italy.&lt;br /&gt;
*** More generally, Italy has a limited number of open and free culture related projects and surely needs more open models and tools. A Creative Commons affiliate institutions is definitely needed (and this is testified by the number of emails and phone calls that the NEXA Center receives from people asking for information and help about Creative Commons).&lt;br /&gt;
&lt;br /&gt;
* What do you think makes a successful jurisdiction project?&lt;br /&gt;
# '''Up-to-date licensing tools'''. A clear and user friendly website. A working mailing list to ask for an offer help.&lt;br /&gt;
# Once this is in place, one could think about '''increasing awareness''': in the general public (testified by the number of adoptions, for instance), in public institutions, private associations and foundations. Also firms and media (e.g. Wired Italia and La Stampa, in Italy) are becoming increasingly sensible and responsive to awareness and dissemination activities related to open licensing, so they should also be targeted.&lt;br /&gt;
# Once a sufficient degree of awareness has been reached, the '''&amp;quot;quality&amp;quot; of the adopted licenses''' should be improved: in particular, at least in Italy, new adopters tend to favor relatively closed licenses (es. CC BY-NC-ND or CC BY-NC-SA), but most of the time they are willing to move to relatively more open licenses, as soon as some key doubts and fears have been addressed.&lt;br /&gt;
Self evaluating ourselves, we find that the first point still needs more work. In a way, we compensated with significant results on point 2 (see CC Italy report for 2010).&lt;br /&gt;
&lt;br /&gt;
* How do you see the jurisdiction project contributing to the CC Affiliate Network?&lt;br /&gt;
** The contribution of Creative Commons Italia and of the NEXA Center for Internet and Society to the CC Affiliate Network could be especially valuable in terms of:&lt;br /&gt;
*** '''legal expertise''' (civil law tradition);&lt;br /&gt;
*** '''networking''' with European players (members of the European Networks COMMUNIA and LAPSI, the European Commission, European Universities) and international institutions (WIPO, in particular, but also OECD);&lt;br /&gt;
*** '''policy support experience''', thanks to several policy support projects at the European and Italian level.&lt;br /&gt;
&lt;br /&gt;
===Community===&lt;br /&gt;
&lt;br /&gt;
* Describe the communities that are currently active in the project:&lt;br /&gt;
** CC Italia has '''an active community of experts: lawyers, consultants, open content/culture activists''', which is admittedly the core of our community;&lt;br /&gt;
** it also has '''some active creators''' in its community;&lt;br /&gt;
*** on top of individual creators, we have '''some preliminary contacts with associations supporting creators''' (e.g. Italian Association of Web Radios)&lt;br /&gt;
During 2011 the idea of approaching creators through some of their associations is worth experimenting (despite the fact that, as mentioned, cultural associations are not always very widespread and successful in Italy)&lt;br /&gt;
&lt;br /&gt;
* Describe the communities (existing or new) that you plan to focus on during the time-frame covered by this road-map? &lt;br /&gt;
** On top of the traditional communities of users, we will focus on:&lt;br /&gt;
*** '''public institutions''' and&lt;br /&gt;
*** '''cultural institutions and associations'''.&lt;br /&gt;
** How do you plan to engage with these communities?&lt;br /&gt;
*** Thanks to the '''network''' of the NEXA Center and to the '''leading pilot project [http://www.dati.piemonte.it dati.piemonte.it]''', it's relatively easy to engage with other public institutions in Italy and some promising contacts are already in place.&lt;br /&gt;
*** To engage cultural institutions and associations, we will use both direct contacts and the '''support of third party initiatives''', such as the '''[http://www.lettera27.org/index.php?idlanguage=1&amp;amp;zone=9&amp;amp;idprj=47&amp;amp;idsubprj=1777 ShareYourKnowledge project] of [http://www.lettera27.org lettera27]'''.&lt;br /&gt;
&lt;br /&gt;
==Priority Goals== &lt;br /&gt;
&lt;br /&gt;
* What are the three most important focus areas on which the Affiliate Team will work during this time period? Please consider community building and adoption goals among your priorities.&lt;br /&gt;
&lt;br /&gt;
1. Focus-area: '''Porting''' (and/or translation) of the legal tools&lt;br /&gt;
*Completing the porting of the 3.0 license suite; translate CC0 and the PD Mark&lt;br /&gt;
** Why is it important?&lt;br /&gt;
*** Apart from the obvious reasons, the availability of up-to-date licensing tools in Italian is Crucial for the adoption by public bodies, since they frequently release databases of public sector information (and the latest licensing tools deal much better with databases than the current 2.5 suite available in Italy).&lt;br /&gt;
** Which communities will benefit?&lt;br /&gt;
*** All Italian users will, of course, benefit from this porting and translation effort thanks to the availability in Italy and according to Italian law of the most up-to-date legal tools offered by Creative Commons. However, there is another particular benefit for public sector bodies (see also below), which may face obstacles in formally adopting licenses (or other legal documents) which do not have an official Italian translation.&lt;br /&gt;
&lt;br /&gt;
2. Focus-area: '''Adoption by institutions'''&lt;br /&gt;
* Facilitate the adoption by public bodies, foundations and associations&lt;br /&gt;
** Why is it important? &lt;br /&gt;
*** Public sector data and content represent a &amp;quot;raw material&amp;quot; or &amp;quot;building block&amp;quot; for several intellectual, scientific and, in general, creative endeavors.&lt;br /&gt;
*** Moreover, public sector body adopting the licenses normally offer a significant boost in terms of visibility and credibility.&lt;br /&gt;
** Which communities will benefit ? &lt;br /&gt;
*** See above: not only public bodies and their citizens will benefit, but also creators in general, who will be able to use PSI as a building block for their original content. &lt;br /&gt;
&lt;br /&gt;
3. Focus-area: '''Adoption by creators''': increase quality!&lt;br /&gt;
* Make more creators aware of the opportunities offered by the most open CC licenses&lt;br /&gt;
** in general, improve the FAQs and the website (in cooperation with the [http://selili.polito.it SeLiLi free licenses clinic])&lt;br /&gt;
*** specifically, highlight the benefits of CC BY and CC BY-SA in terms of freedom, openness, compatibility with existing projects and various approaches to the creation of new, original content&lt;br /&gt;
*** moreover, focus on the special needs of some categories of users:&lt;br /&gt;
**** prosumers and high profile amateurs;&lt;br /&gt;
***** including singers, musicians, etc.;&lt;br /&gt;
**** software developers which offer platform for online interaction, social networking and user generated content;&lt;br /&gt;
** Why is it important?&lt;br /&gt;
*** According to the CC Monitor project, with more than 5.5 millions of licenses, Italy scores very high in terms of CC adoptions (ranking 3rd out of 52 countries). Even if these are always relevant goals, this suggests that awareness and adoption in general should not be the top priority for Creative Commons Italia. However, Italy has a much poorer rank in terms of adoption of the most &amp;quot;free and open&amp;quot; licenses&amp;quot; (i.e. CC BY and CC BY-SA): in fact, its Freedom Rank is 38 out of 52. This is why it's important to encourage the use of the most open CC licenses in Italy (in particular, of the ones &amp;quot;[https://creativecommons.org/weblog/entry/8051 Approved for Free Cultural Works]&amp;quot;).&lt;br /&gt;
** Which communities will benefit?&lt;br /&gt;
*** All creators will benefit, because using more open licenses you make creation easier &amp;quot;downstream&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Project Outputs==&lt;br /&gt;
&lt;br /&gt;
* Detail tangible project outputs (e.g., events, papers, blog posts, video/films, etc.) for each focus area including an expected date of completion.&lt;br /&gt;
&lt;br /&gt;
The outputs we plan to complete are as follows:&lt;br /&gt;
&lt;br /&gt;
# Focus-area: '''Porting &amp;amp; translation'''&lt;br /&gt;
## Project Output:&lt;br /&gt;
##* the legal tools (see below);&lt;br /&gt;
##* related press releases and blog post on CreativeCommons.it&lt;br /&gt;
## Expected start date - Expected date of completion (+ final approval from CC International)&lt;br /&gt;
##* '''''CCPL 3.0''''' : ongoing - '''February 2011'''&lt;br /&gt;
##* '''''CC0''''': March 2011 - '''May 2011'''&lt;br /&gt;
##** [http://wiki.creativecommons.org/Publicdomain/zero/1.0/LegalText_%28Italian%29]&lt;br /&gt;
##* '''''PD Mark''''': May 2011 - '''July 2011'''&lt;br /&gt;
## Team Member(s) Responsible&lt;br /&gt;
##* porting &amp;amp; translation: see legal working group;&lt;br /&gt;
##** communication: '''Giuseppe Futia''', Federico Morando, Claudio Artusio&lt;br /&gt;
# Focus-area: '''Adoption by public bodies'''&lt;br /&gt;
## Project Output&lt;br /&gt;
##* '''adoption''' of the CC licenses by more public bodies in Italy&lt;br /&gt;
##** for their '''institutional websites''' and content&lt;br /&gt;
##** for their '''public datasets''' (possibly CC0 or, at most, CC BY)&lt;br /&gt;
##*** there are ongoing contacts with various public bodies; ongoing public projects involve the Region of Piedmont and the Comune di Torino and we expect to have much '''more available datasets''' in 2011&lt;br /&gt;
##* '''guidelines''' for the use of CC licenses by public bodies&lt;br /&gt;
## Start/Completion dates: ongoing - open ended&lt;br /&gt;
## Team Member(s) Responsible: '''Federico Morando''', Juan Carlos De Martin&lt;br /&gt;
# Focus-area: '''Adoption by creators'''&lt;br /&gt;
## Project Output&lt;br /&gt;
##* informative content:&lt;br /&gt;
##** pages on creativecommons.it about the pros and cons of various licenses&lt;br /&gt;
##** news about best practices&lt;br /&gt;
##*** ongoing effort: goal: one post per week on the creativecommons.it website&lt;br /&gt;
##* SIAE (Italian collecting society) pilot mandate: '''Deborah De Angelis'''&lt;br /&gt;
##** actually completed since July 2009: awaiting for feedback from the collecting society, but we will have to keep this monitored carefully&lt;br /&gt;
## Team Member(s) Responsible&lt;br /&gt;
##* whole CC Italy team&lt;br /&gt;
&lt;br /&gt;
==Metrics==&lt;br /&gt;
Please consider using trackable statistics (such as web traffic or number of license adoptions) when applicable, but only if meaningful.&lt;br /&gt;
&lt;br /&gt;
* How will you measure and evaluate your impact on focus-area 1 (''&amp;quot;porting&amp;quot;'')? &lt;br /&gt;
** availability of the tools;&lt;br /&gt;
*** related press releases and blogposts;&lt;br /&gt;
*** visits to the (Italian) pages of each legal tool;&lt;br /&gt;
*** metrics on the adoption of the new tools (using CC Monitor, if possible, or other estimates)&lt;br /&gt;
* How will you measure and evaluate your impact on focus-area 2 (''&amp;quot;public adopters&amp;quot;'')?&lt;br /&gt;
** adoptions by public institutions (quite trackable), associations and foundations (relatively less trackable, but anecdotal evidence will be available)&lt;br /&gt;
*** number and relevance of new public bodies adopting CC licenses;&lt;br /&gt;
*** number and relevance of the contents (and data) made available by current adopters, such as the Region of Piedmont and the City of Torino;&lt;br /&gt;
* How will you measure and evaluate your impact on focus-area 3 (''&amp;quot;quality adoption&amp;quot;'')? &lt;br /&gt;
** visits to the FAQs webpage of CreativeCommons.it;&lt;br /&gt;
** visits to the [http://selili.polito.it | SeLiLi (free licenses clinic)] website;&lt;br /&gt;
** proportion of the various licensing tools according to available metrics (variations with respect to the previous year), for instance, as measured by the variation in the &amp;quot;Freedom score&amp;quot; of CC Monitor;&lt;br /&gt;
** number of posts on the website of Creative Commons Italia (www.creativecommons.it), as a proxy of the coverage of success stories, etc.&lt;br /&gt;
&lt;br /&gt;
==Resources Required==&lt;br /&gt;
&lt;br /&gt;
===People===&lt;br /&gt;
* What human resources or expertise must the team seek out or add to your existing resources, if any, in order to achieve your priority goals? &lt;br /&gt;
** We do not expect to significantly modify the core team of CCIT, however we will work to involve:&lt;br /&gt;
*** a few selected new experts in the core legal team;&lt;br /&gt;
*** some new experts in parts of Italy that do not have a sufficient coverage at the moment (forcing the group of CCIT to miss some interesting opportunities, both in terms of potential adoptions and awareness and dissemination).&lt;br /&gt;
** How will you involve these people?&lt;br /&gt;
*** Mainly through word of mouth and/or deepening existing contacts for the core legal team;&lt;br /&gt;
**** plus awareness and dissemination activities targeting people already possessing some key skills (e.g. young lawyers at the university of Turin);&lt;br /&gt;
*** Possibly with a call on the mailing lists of CCIT for experts in other parts of Italy.&lt;br /&gt;
&lt;br /&gt;
===Technology===&lt;br /&gt;
* Since the CC Italia affiliate institution is the NEXA Center for Internet &amp;amp; Society at the Politecnico di Torino, CC Italy has a good endowment in terms of technology resources and/or skills.&lt;br /&gt;
** No action point required.&lt;br /&gt;
** The usual maintenance activity will be performed by the webmaster, Luca Leschiutta (e.g. updating the software behind www.creativecommons.it).&lt;br /&gt;
&lt;br /&gt;
===Materials===&lt;br /&gt;
* During 2011 we expect to be able to fund the project with existing or potentially available material resources. Synergies with other activities of the NEXA Center will provide additional resources.&lt;br /&gt;
** A more structured approach to the funding of the Creative Commons Italia project may be appropriate and it could be considered during 2011.&lt;br /&gt;
&lt;br /&gt;
===Other===&lt;br /&gt;
* Time (of existing human resources) is definitely the scarcest resource.&lt;br /&gt;
** Mainly, this should be addressed in terms of finding additional people willing to contribute (and forming them).&lt;br /&gt;
** On top of that, we will improve our contacts with existing associations and organizations which share the philosophy and the goals of CC and of the NEXA Center.&lt;br /&gt;
*** The aforementioned cooperation with lettera27 in the context of the ShareYourKnowledge project is an example of this kind of contact.&lt;br /&gt;
&lt;br /&gt;
==Sustainability and Scalability==&lt;br /&gt;
&lt;br /&gt;
* How will you ensure your goals will be completed if unforeseen circumstances interrupt the project, such as changes in the leadership of the project or outputs taking longer to complete than anticipated?&lt;br /&gt;
** We will not be able to ensure anything, since this is volunteer work. However the NEXA Center offers a certain degree of stability.&lt;br /&gt;
&lt;br /&gt;
* How will you communicate the project's on-going progress and setbacks within the jurisdiction and the CC Affiliate Network?  (e.g. email list updates, meetings, press releases) &lt;br /&gt;
** When feasible, we will use email list updates, we will make all reasonable efforts to take part in CC meetings (at the International level and in Europe), and we will issues press releases on our website, plus English press releases in case of major news.&lt;br /&gt;
&lt;br /&gt;
* How will you document the project so that others may replicate or learn from your efforts?&lt;br /&gt;
** We do not plan to systematically document the project, due to lack of resources.&lt;br /&gt;
&lt;br /&gt;
==Collaboration==&lt;br /&gt;
&lt;br /&gt;
* We will analyze the roadmaps of other jurisdictions as they become available.&lt;br /&gt;
** Would you be interested in mentoring new jurisdiction teams?&lt;br /&gt;
*** At the moment, we would prefer to focus our limited resource on our jurisdiction, working in order to enlarge the CC network within Italy, more than abroad. However, we are highly involved in the founding of the COMMUNIA Association, which will likely be in synergy with Creative Commons Europe and, also in this context, we may informally support new jurisdiction teams.&lt;br /&gt;
** Conversely, would you be interested in having a mentor from a more experienced jurisdiction team?&lt;br /&gt;
*** We are always interested in exchanging view, contacts and best practices, but at the moment we do not feel the need of specific mentoring. On a case-by-case basis, we may get in touch with some of the fellows from other jurisdictions, in order to learn from specific projects or best practices.&lt;br /&gt;
&lt;br /&gt;
===Regional===&lt;br /&gt;
&lt;br /&gt;
* Suggest three possible projects on which you can collaborate with other teams on a regional level:&lt;br /&gt;
** COMMUNIA Association http://www.repairpartstock.com/&lt;br /&gt;
*** work in progress amongst the CC Europe teams: an update about this will be available soon&lt;br /&gt;
** PSI related projects, such as [http://www.lapsi-project.eu/user LAPSI] and [http://share-psi.eu/ SharePSI]&lt;br /&gt;
** European cultural heritage projects, such as Europeana&lt;br /&gt;
&lt;br /&gt;
** How do you plan to contribute to these projects?&lt;br /&gt;
*** COMMUNIA Association: we're going to contribute as one of the founding members and supporting the formal creation of the organization;&lt;br /&gt;
*** PSI related projects: we're deeply involved in these projects (also coordinating the LAPSI network) and we're constantly involving members of other CC affiliate institutions in the various activities that we perform;&lt;br /&gt;
*** European cultural heritage projects: we're studying various issues related to cultural heritage and IP law, the public domain and open licensing, focusing on Italy, but with a European perspective. We would be happy to be kept updated about possible synergies with other jurisdictions in this (and other) fields.&lt;br /&gt;
&lt;br /&gt;
==Translation==&lt;br /&gt;
&lt;br /&gt;
* In what language(s) will you promote CC in the jurisdiction and why?&lt;br /&gt;
** Italian, since this is the language spoken by the vast majority of Italians.&lt;br /&gt;
** In which of these languages are licenses already available? CC0?&lt;br /&gt;
*** The standard suite is available in Italian (version 2.5; 3.0 coming very soon). CC0 is not yet available, but a draft translation is ongoing.&lt;br /&gt;
** Into which of the remaining languages do you intend to translate the licenses? CC0?&lt;br /&gt;
*** None. Some other linguistic communities exist (both in terms of dialects and complex languages, such as ladino or sardo;see also [http://it.wikipedia.org/wiki/Lingue_parlate_in_Italia http://it.wikipedia.org/wiki/Lingue_parlate_in_Italia]), however we do not plan to translate the licenses for these linguistic groups, given an apparent lack of demand.&lt;br /&gt;
* How will you involve the local language(s) community?&lt;br /&gt;
**  Even if we have no plan to translate the licenses in other languages, we're open to different suggestions (in particular if coupled with proposals to cooperate with respect to the translation).&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Version_3&amp;diff=66065</id>
		<title>Version 3</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Version_3&amp;diff=66065"/>
				<updated>2013-04-10T01:28:50Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Creative Commons Version 3.0 Licenses — A Brief Explanation =&lt;br /&gt;
&lt;br /&gt;
===''by Mia Garlick, General Counsel Creative Commons''===&lt;br /&gt;
&lt;br /&gt;
Since April 2005, Creative Commons  has been working on versioning up its core licensing suite.  The Creative Commons licenses (For an overview of the licenses, ''see:'' [http://creativecommons.org/about/licenses/meet-the-licenses])  serve as an important vehicle by which many millions of creators clearly signal to the world that they are happy for members of the public to engage in some of the exciting new uses of content that are made possible by digital technologies.  Using a CC license, an artist can, for example, invite the public to share their work or mash it up (on certain conditions).  &lt;br /&gt;
&lt;br /&gt;
A distinctive feature of CC’s licensing infrastructure is ensuring that it is comprehensible to both humans (the Commons Deed) and machines (the metadata) as well as enforceable in a court of law (the Legal Code, which is the actual license).  But another important aspect of the CC licensing system is to ensure that it respected by the community of people who apply our licenses to their content, who use CC-licensed content and who are committed to enabling free culture.  &lt;br /&gt;
&lt;br /&gt;
Creative Commons regularly invites and receives feedback about its licenses and how they may be able to be improved to better serve the people who use them and who use CC-licensed content.  Obviously, all things can be improved with the benefit of hindsight and experience; also, the environment within which CC licenses are used is always changing.  When CC first released its licenses, for example, the use of video and video-sharing sites had not yet been deployed, let alone used to the extent they are today.&lt;br /&gt;
&lt;br /&gt;
We released version 1.0 of our licenses in December 2002 (''See'' CC Weblog, Creative Commons Launches, December 15, 2002, [http://creativecommons.org/weblog/entry/3484]).    Like software releases, we track the different licenses by version.  In May 2004, we versioned to 2.0 (''See'' CC Weblog, Announcing (and explaining) our new 2.0 licenses, May 25, 2004, [http://creativecommons.org/weblog/entry/4216]) and then made a minor tweak to the attribution clause in June 2005 (''See'' CC Weblog, Comments Period Drawing to a Close for Draft License Version 2.5, May 29, 2006, [http://creativecommons.org/weblog/entry/5457]) and versioned to 2.5.  Now, CC is versioning to 3.0.  We announced a timetable for versioning to 3.0 back in May 2006 (''See'' Mia Garlick, ‘Getting to Version 3.0,’ May 17, 2006, [http://lists.ibiblio.org/pipermail/cc-licenses/2006-May/003557.html]);  and we have followed the consultation process in the timetable even though the schedule itself has been considerably delayed while we take account of all of the different interest groups that are relevant to CC licenses.&lt;br /&gt;
&lt;br /&gt;
==Background to Version 3.0==&lt;br /&gt;
&lt;br /&gt;
The process of versioning to 3.0 began back around April 2005 as part of discussions with Debian [http://www.debian.org/] and the Massachusetts Institute of Technology (MIT) [http://mit.edu/] about ways to improve the clarity of our licenses.  Although discussions with Debian and MIT initiated consideration of a new license version, ultimately, version 3.0 grew to be about much more than these two projects — it focused on internationalizing the “generic” license and international harmonization of the CC licenses. Additionally, it expanded to encompass Creative Commons' long-held vision [http://creativecommons.org/weblog/entry/5709] of establishing a compatibility structure to allow interoperability between different flexible content copyright licenses.&lt;br /&gt;
&lt;br /&gt;
===''Debian''=== &lt;br /&gt;
&lt;br /&gt;
As you may know, Debian describes itself as “an association of individuals who have made common cause to create a free operating system” [http://www.us.debian.org/intro/about] and the volunteer group has worked together to create an operating system called Debian GNU/Linux.  The project and all developers working on the project adhere to the Debian Social Contract [http://www.us.debian.org/social_contract].   The Debian Free Software Guidelines (DSFG) [http://www.us.debian.org/social_contract#guidelines] form part of the Debian Social Contract and define the criteria for “free software” and so what software is permissible in the distribution.&lt;br /&gt;
&lt;br /&gt;
One part of the Debian community is debian-legal [http://lists.debian.org/debian-legal/] — a mailing list whose members provide “guidance for the Debian project on, among other things, the acceptability of software and other content for inclusion in the Debian operating system.” [http://people.debian.org/~evan/ccsummary.html]  They work primarily involves reviewing software against the DFSG to determine if the packages constitute “free software” per the DFSG.  Contributors to the Debian project can then take these determination into account when making decisions about what to include in individual packages.&lt;br /&gt;
&lt;br /&gt;
From time to time the debian-legal list provides a review of a well-known software license to express a rough consensus opinion on whether software released solely under the license would satisfy the definition of “free software” according to the DSFG. Although these summaries are not binding, they do provide some basis for the Debian project to make decisions about individual packages.  Although debian-legal work primarily in reviewing software programs and Creative Commons licenses are not designed for software, debian-legal notes that the:&lt;br /&gt;
&lt;br /&gt;
“Creative Commons licenses are still of interest to the Debian project. Debian includes documentation for programs, and many programs included in Debian use digital data such as images, sounds, video, or text that are included with the programs in Debian.” (''Id.'')&lt;br /&gt;
&lt;br /&gt;
Consequently, debian-legal reviewed the CC licenses and concluded that none of the Creative Commons core licensees were free according to the DFSG and recommended that works released under these license “should not be included in Debian.” (''Id.'')  &lt;br /&gt;
&lt;br /&gt;
It is clear that the licenses that contain a NonCommercial or a NoDerivatives restriction (e.g. Attribution-NonCommercial,  Attribution-NonCommercial-ShareAlike,  Attribution-NoDerivatives,  Attribution-NonCommercial-NoDerivatives ) will never be able to comply with the DFSG because these violate basic principles articulate in the DSFG — specifically, DSFG 1 which requires that a licensee be able to sell copies of the work, DSFG 3 which requires a license to permit the making of derivative works and DSFG 6 which proscribes discrimination against any field of endeavor. &lt;br /&gt;
&lt;br /&gt;
====DRM====&lt;br /&gt;
&lt;br /&gt;
But this should still leave the CC Attribution  and Attribution-ShareAlike  licenses as DSFG-compliant.  On reviewing debian-legal’s issues with these licenses, it seemed clear to Creative Commons that, for the most part, minor amendments and clarifications to the licenses should be able to address debian-legal’s concerns. (For an outline of these concerns, see [http://evan.prodromou.name/ccsummary/ccsummary.html])  One topic, however, that was not minor and proved to be much debated as part of the version 3.0 license discussions was the anti-TPM clause in the CC licenses; TPM being technological protection measures such as encryption which have received legal protection in many jurisdictions around the world, which make it a civil (and sometimes) a criminal offence to circumvent these measures.  &lt;br /&gt;
&lt;br /&gt;
The Creative Commons licenses prohibit a licensee applying a TPM to a licensed work that restricts the rights granted under the license. (''See e.g.,'' clause 4(a) “You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement.” of the CC Attribution license ([http://creativecommons.org/licenses/by/2.5/legalcode]))  In essence, this clause is intended to ensure that a person cannot exercise the freedoms granted by a CC license to apply technologies that restrict those freedoms for others.&lt;br /&gt;
&lt;br /&gt;
In Debian’s view, this prohibition violates DSFG #1 because it prevents a licensee from being able to distribute works in the format of their choice.  The consequence of this is that CC-licensed content cannot, for example, be included by a licensee in a Sony Playstation game or other platforms that exist on TPM.  &lt;br /&gt;
&lt;br /&gt;
An important thing to note, however, is that this limitation only applied to CC licensees.  CC licensors are of course free to license their works on a Sony or other TPM-ed platform whilst also CC licensing it.  One example of this is the Beastie Boys track ‘Now Get Busy’ that appeared on the WIRED CD under a CC Sampling license  [http://creativecommons.org/wired] but was then also made available on iTunes [http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?playlistId=15146499&amp;amp;selectedItemId=15146497&amp;amp;s=143441 ]. &lt;br /&gt;
&lt;br /&gt;
To avoid interfering with the freedom of the licensed content and allowing a licensee to lock up the content on a TPM-ed platform, Debian proposed that CC’s so-called “anti-TPM” provision to allow a licensee to distribute the CC-licensed work in any format, including a TPM-ed format, provided that the license distributed the work in at least one format that did not restrict another person’s exercise of rights under the license.  This proposal became known as the “parallel distribution” proposal.&lt;br /&gt;
&lt;br /&gt;
Creative Commons initially agreed to include the parallel distribution proposal as part of the discussion draft for the Version 3.0 amendments.  The rationale for this initial acceptance was that it could accommodate the objectives of the anti-TPM clause (being free culture) whilst also addressing Debian’s concerns that people be free to create works for distribution on TPM-ed platforms.&lt;br /&gt;
&lt;br /&gt;
The parallel distribution proposal did not, however, survive discussions with the Creative Commons International affiliates [http://creativecommons.org/worldwide/].   The affiliates are responsible for “porting” the CC licenses to their local jurisdiction (discussed in greater detail below) and for fielding a wide range of questions about CC licenses and their implementation in various projects throughout the world.  Based on their experience with the diverse communities that use and rely on CC licenses and explaining the licenses to different constituencies, the CCi affiliates were strongly opposed to the introduction of a parallel distribution scenario for various reasons, including: (1) the lack of demonstrated use cases showing a strong need among CC licensees for this kind of an exception to the existing “anti-TPM” language; (2) risks of unduly complicating the licenses which defeats alot of the purpose of CC licenses, namely to be simple and easy to use and to understand; and, (3) the strong opposition to technological protection measures in general by many in the CC community.&lt;br /&gt;
&lt;br /&gt;
CC did, however, include the parallel distribution proposal as part of the public license discussions when those were launched in August 2006 (''See'' Mia Garlick, Version 3.0 – Public Discussion, August 9, 2006, [http://lists.ibiblio.org/pipermail/cc-licenses/2006-August/003857.html]) so that the community on those lists could debate the merits of the proposal.  &lt;br /&gt;
&lt;br /&gt;
The discussions about the parallel distribution proposal on the cc-licenses email list were very intense.  Various participants argued in favor of the parallel distribution amendment on the grounds that the “anti-TPM” clause violated DSFG #1 and achieved little, if anything.  Taking the advantage of a Sony Playstation again, if CC-licensed content cannot be included in games for the PS2 platform, the CC licensee is restricted in what they can do with the content, the PS2 gamer cannot play a game with CC-licensed content and Sony are unlikely to notice the absence of this content and will continue along as business as usual with a TPM-ed platform, irrespective of any anti-TPM ban in the CC licenses.&lt;br /&gt;
&lt;br /&gt;
When asked about the extent to which there was a demonstrated need by developers (as licensees) to be able to utilize CC-licensed content in TPM-ed environments, advocates of the parallel distribution amendment argued that it was better to address the problem before a need arose.&lt;br /&gt;
&lt;br /&gt;
However, the overall tenor of the cc-licenses list discussions tended not to favor adoption of the parallel distribution proposal.  There was concern that if parallel distribution were permitted in the CC licenses this would reinforce, if not expand, a platform monopoly enjoyed by a TPM-ed platform that only allows the playing of TPM-ed content (''See'' Greg London, Re:Subject: Version 3.0 – List Discussion Responses, September 28, 2006,  [http://lists.ibiblio.org/pipermail/cc-licenses/2006-September/004130.html]; ''see also,'' Terry Hancock, Debian and Creative Commons, October 18, 2006, at [http://www.freesoftwaremagazine.com/blogs/debian_and_the_creative_commons]).   Other concerns were voiced that the non-TPMed copy may not be able to played as well as the TPM-ed copy and, generally, that the community was not in favor of supporting a TPM option at this stage (For an overview of the discussions, ''see ''the discussion archives for August [http://lists.ibiblio.org/pipermail/cc-licenses/2006-August/thread.html], September [http://lists.ibiblio.org/pipermail/cc-licenses/2006-September/thread.html] and October [http://lists.ibiblio.org/pipermail/cc-licenses/2006-October/thread.html].) &lt;br /&gt;
&lt;br /&gt;
Whether Debian now declare the CC Attribution and Attribution-ShareAlike licenses to be free according to the DSFG or not — given all negotiated amendments are included in version 3.0 with the exception of the parallel distribution provision — remains an open question.&lt;br /&gt;
&lt;br /&gt;
Certainly, Debian voted (''See'' ‘General Resolution: Why the GNU Free Documentation License is not suitable for Debian main, [http://www.debian.org/vote/2006/vote_001]).  earlier in 2006 to allow works licensed under the Free Documentation License to be used in Debian projects.  The vote specifically says that the anti-TPM clause in the FDL does not render the FDL incompatible with the DSFG.  However, it is not clear whether this treatment is an exception or will also enable the CC Attribution and Attribution-ShareAlike license to also be held to be compatible with the DSFG.&lt;br /&gt;
&lt;br /&gt;
===''MIT''===&lt;br /&gt;
&lt;br /&gt;
With MIT, their OpenCourseWare (OCW) project [http://ocw.mit.edu/index.html] was initially launched in September 2002 prior to the formal release of the Creative Commons core licensing suite in December 2002 and thus, used an early version of the Attribution-NonCommercial-ShareAlike license. “OpenCourseWare” is the free and open digital publication of high quality educational materials, organized as courses.  Flexible licenses such as Creative Commons licenses are key to enabling the openness of these materials.&lt;br /&gt;
&lt;br /&gt;
MIT’s OpenCourseWare project has initiated a global opencourseware movement.  Most recently, the OpenCourseWare Consortium [http://ocwconsortium.org/] has been formed which involves the collaboration of more than 100 higher education institutions and associated organizations from around the world — including China, France, Japan, the UK, the USA and Vietnam — who are committed to creating a broad and deep body of open educational content using a shared model.  &lt;br /&gt;
&lt;br /&gt;
Given CC licenses have improved over time, both CC and MIT wanted to work together to address any issues MIT had about the CC licenses so that MIT could switch over to a more recent version of the CC BY-NC-SA license.  However, a key concern for MIT, given its illustrious reputation, is to ensure that when people translate and locally adapt MIT content under the terms of the BY-NC-SA license, they make it clear that they are doing so under the terms of the license and not as a result of a special relationship between MIT and that person — essentially, a “No Endorsement” clause.&lt;br /&gt;
&lt;br /&gt;
Given “No Endorsement” clauses are a standard feature of free and open source software, CC felt that it would be easy issue to make this express in the CC licenses.  In CC’s view, a licensee should not interpret the attribution requirement of the CC licenses as a basis (whether intentionally or not) to misrepresent the nature of the relationship with the licensor.  Certainly, in most jurisdictions laws other than copyright law will proscribe this misconduct by a licensee.  But CC agreed with MIT that it was useful to make this express in the license — both to give the licensor comfort and to ensure that the licensee was under no misapprehensions.&lt;br /&gt;
&lt;br /&gt;
This feedback from both Debian and MIT was the impetus for CC commencing the version 3.0 process.  However, as many projects do — versioning to 3.0 rapidly developed to encompass new and additional issues.  These issues can effectively be described as further internationalization and international harmonization of the CC licenses&lt;br /&gt;
&lt;br /&gt;
==Further Internationalization==&lt;br /&gt;
&lt;br /&gt;
When CC’s core licensing suite was first released in December 2002, the licenses were drafted based on US copyright law and referred to as the “generic” license because the license did not identify a specific jurisdiction or governing law to apply to the interpretation of the license.  Towards the end of 2003, Creative Commons launched its license internationalization project [http://creativecommons.org/international/],  which involves the “porting” of the generic licenses to different jurisdictions around the world. &lt;br /&gt;
&lt;br /&gt;
Since this project started, the CC core licenses have been “ported” to over 45 jurisdictions around the world to countries as diverse as Argentina, Australia, Brazil, Croatia, China, France, Italy, Japan, Malaysia, Mexico, South Africa and South Korea. (''Id.'')  &lt;br /&gt;
&lt;br /&gt;
While the internationalization has taken off far beyond Creative Commons’ expectations and has demonstrated the amazing energy around the globe for a more flexible and permissive copyright licensing approach, two issues arose.&lt;br /&gt;
&lt;br /&gt;
The first is that as Creative Commons’ license internationalization project continued to grow, the “generic” license and the US license were one and the same.  For the casual visitor to the CC International page (''Id.''),  it seemed that the licenses had not been “ported” to the US, when in fact they had started out there.  The challenge becomes though — if CC recognizes a specific US license, on what law should the “generic” license be based?  &lt;br /&gt;
&lt;br /&gt;
The approach Creative Commons adopted to respond this issue required further internationalization of our licenses.  We decided to spin off the “generic” license to be a US license and recraft the “generic” license to have it utilize the language of the international intellectual property treaties, in place of the language of US copyright law.  &lt;br /&gt;
&lt;br /&gt;
The new license relies on the language of the Berne Convention for the Protection of Literary and Artistic Works [http://wipo.int/treaties/en/ip/berne/], the Rome Convention of 1961 [http://wipo.int/treaties/en/ip/rome/], the WIPO Copyright Treaty of 1996 [http://wipo.int/treaties/en/ip/wct/], the WIPO Performances and Phonograms Treaty of 1996 [http://wipo.int/treaties/en/ip/wppt/] and the Universal Copyright Convention [http://www.unesco.org/culture/laws/copyright/html_eng/page1.shtml ]. Because treaties are matters of international agreement between countries and, as a general rule, require adoption into national law to be effective in a particular country, simply basing the license wording on these treaties is not, of itself, sufficient.  Consequently, clause 8(f) of the new generic specifically provides that the license takes effect according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law.&lt;br /&gt;
&lt;br /&gt;
To reflect the nature of the new “generic” license we also decided to change its name to “unported.”  This description is intended to highlight the different nature of the new generic license and to utilize the “porting” terminology that Creative Commons has been using in its license internationalization project since its launch in 2003 to more clearly illustrate the nature of the license that has not been adapted for a local jurisdiction.&lt;br /&gt;
&lt;br /&gt;
The result of this further internationalization is that CC will now offer both an “unported” license and a US license, in addition to the 45-plus ported licenses; the unported license can be selected by those creators to whose jurisdiction CC has not yet ported a license.&lt;br /&gt;
&lt;br /&gt;
===''International Harmonization – Moral Rights''===&lt;br /&gt;
&lt;br /&gt;
The second more major issue that arose through the porting process was that different jurisdictions had different approaches to issues relating to moral rights and collecting societies.&lt;br /&gt;
&lt;br /&gt;
Moral rights, to describe them briefly, are author’s right that are distinct from the economic copyright that can be bought and sold (''See generally,'' [http://en.wikipedia.org/wiki/Moral_rights]). Moral rights recognize an author’s personal attachment to their creativity and seek to protect that connection.  &lt;br /&gt;
&lt;br /&gt;
While there can be many different moral rights depending on the jurisdiction, the two main ones that are consistently present in most countries around the globe are the moral right of attribution and the moral right of integrity (''See ''Article 6bis of the Berne Convention (as amended September 1979) [http://www.wipo.int/treaties/en/ip/berne/trtdocs_wo001.html#P123_20726]). Obviously, since attribution became a default CC license characteristic with version 2.0 there is less of an issue regarding the moral right of attribution.&lt;br /&gt;
&lt;br /&gt;
However, the moral right of integrity presents a more complex issue for Creative Commons licenses. CC licenses are intended to enable and promote reuse of creative content, particularly the making of derivative works. And those copyright owners who use CC licenses have acknowledged this with over two-thirds of CC licensors consistently choosing to allow derivative works.&lt;br /&gt;
&lt;br /&gt;
But the moral right of integrity, as a general rule, gives the author of a creative work the right to object to alterations or mutilations of the work that are prejudicial to their reputation or honor. Obviously, this has potential to impact the freedom to exercise the right to make derivatives — a derivative will likely always qualify as an alteration of the original work and there may be some instances where it is arguable that it is prejudicial to the original author’s reputation or honor.&lt;br /&gt;
&lt;br /&gt;
Obviously, the first generic version 1.0 license suite released in December 2002 did not mention moral rights because it was based on US copyright law and US copyright law only grants very limited moral rights to works of fine art. However, as the CC licenses began the porting process to other countries, it became necessary for CC licenses to address the moral right of integrity.&lt;br /&gt;
&lt;br /&gt;
To do so, the Creative Commons licenses, with one exception, have taken the approach of not interfering with the author’s moral right of integrity in those jurisdictions that recognize this right.  &lt;br /&gt;
&lt;br /&gt;
The one exception is in Canada where the moral right of integrity is waivable.  Because Canada was one of the first ten countries to port the CC licenses and one of the first (if not the only) to have a waivable moral right of integrity, on advice of our local affiliate, the CC Canada licenses choose to waive the right of integrity in order to ensure that the licensor’s intention in choosing to permit derivative works was not compromised. However, in all other CC licenses for jurisdictions that recognize the moral right of integrity, the right was retained albeit in different forms; again, on advice from local affiliates.&lt;br /&gt;
&lt;br /&gt;
For example, in most European jurisdictions, the right was expressly retained in the Legal Code because of the strong level of protection for the right in these jurisdictions, as evidenced by the fact that courts would take a dim view of a license that did not expressly include it. In most Latin American jurisdictions, the license was not expressly retained in the Legal Code on the rationale that courts would read it in the license. In Japan, the moral right of integrity was retained in those licenses that prohibited derivative works but not fully retained in those licenses that permit derivative works. The local CC Japan team recommended this approach because the moral right of integrity can be interpreted so broadly as to render any change or alteration to the original work a violation of the right.&lt;br /&gt;
&lt;br /&gt;
Although there is overall consistency in the treatment of the moral right of integrity at the Legal Code level (with the exception of Canada) among the CC licenses, now that the licenses have been ported to over 30 jurisdictions, we felt that it was time to harmonize the approach to this issue at both the Legal Code level and the Commons Deed level. The different approaches towards recognizing the right of integrity in the CC licenses arose because, as CC engaged in the novel process of license porting, we became familiar with the different treatment of this right in different jurisdictions. With the benefit of experience with more than 30 different treatments, CC now felt comfortable to adopt a unified approach.&lt;br /&gt;
&lt;br /&gt;
As a consequence, as part of version 3.0 all CC licenses for jurisdictions that recognize the moral right of integrity will expressly retain that right in the Legal Code to the extent that this is feasible given the status of derivative works under the license. In those jurisdictions in which retention of the moral right of integrity may be completely block exercise of the derivative works right (ie. in Japan) the right will be tempered to the extent necessary to enable the exercise of the derivative works right in a manner intended by the licensor.&lt;br /&gt;
&lt;br /&gt;
In addition, because of the importance of the moral right of integrity in protecting both the author’s rights and for its impact on the derivative works right, from version 3.0 the CC Commons Deeds will clearly state that the author retains their moral rights.&lt;br /&gt;
&lt;br /&gt;
===International Harmonization — Collecting Societies===&lt;br /&gt;
&lt;br /&gt;
Collecting societies are organizations that are established either by private agreements between copyright owners or by copyright law (''See generally,'' [http://en.wikipedia.org/wiki/Collecting_society]).   Societies license works and process royalty payments from various individuals and groups who use copyrighted works either as part of a statutory scheme (compulsory schemes) or by entering into an agreement with the copyright owner to represent the owners interests when dealing with licensees and potential licensees (voluntary schemes).  The rationale underlying societies is that it is more efficient and effective for copyright holders to be represented collectively in negotiating and levying license fees.  &lt;br /&gt;
&lt;br /&gt;
CC licenses also contained different treatments of whether and how a licensor can collect royalties via collecting societies because of the differences in the status of collecting societies amongst different jurisdictions.&lt;br /&gt;
&lt;br /&gt;
In the United States, where the CC licenses originated, an artist can be a member of a collecting society and use CC licenses for those of their works that suit them.  This is because of the rigorous enforcement of antitrust laws in the US during the early 20th century that requires that US collecting societies take a non-exclusive license from artists.  This allows artists to then engage in direct licensing, including via CC licenses, to their fans and others who wish to share and remix their music.&lt;br /&gt;
&lt;br /&gt;
Consequently, in the original CC licenses language was introduced into the licenses as part of version 2.0 to clarify what was considered to be the obvious interaction between CC licenses and collecting society membership.  This initial approach stated that under those licenses that permitted commercial use (Attribution, Attribution-NoDerivatives and Attribution-ShareAlike) the licensor waived the right to collect both compulsory and voluntary royalties.  Under those licenses that permitted noncommercial use only, the licensor reserved the right to collect royalties for any uses that were commercial in nature but otherwise authorized royalty-free noncommercial use of the work under the CC license.  This approach reflected the fact that by choosing to apply a CC license to their work, a CC licensor clearly intends to permit “free” (as in both [http://www.repairpartstock.com/ iphone parts] price and freedom) uses under the terms of the applicable CC license.&lt;br /&gt;
&lt;br /&gt;
However, the situation regarding collecting society membership in many other jurisdictions around the world is remarkably different to the US position.  Elsewhere, collecting societies take either an assignment of copyright ownership or an exclusive license to a work of the rights that they represent (which tends to include all of the works an artist creates).  This means, for the most part, that an artist cannot directly license their works online, including via CC licenses.  The consequence of this is that artists who use CC licenses cannot receive voluntary royalties collected by a society because they are not able to become a member of the society. &lt;br /&gt;
&lt;br /&gt;
Thus, the treatment of collecting society royalties in the CC licenses differed according to the jurisdiction — in many jurisdictions the collection of voluntary royalties was not mentioned so as not to give any misleading impression that membership of a collecting society was possible for a CC licensor.  In addition, many CC licenses retained the right to collect compulsory royalties in all licenses, both those that permitted commercial use and those that permit noncommercial use only, because of the advice of local affiliates that local law would not permit the waiver of such a right.&lt;br /&gt;
&lt;br /&gt;
In version 3.0, after the benefit of seeing the different permutations of collecting society membership in over 30 countries and having had a dedicated team working on the issue of the interaction of CC licenses and collecting society membership for more than a year, CC has decided to harmonize the treatment of collecting societies in the CC licenses.&lt;br /&gt;
&lt;br /&gt;
The harmonized approach still allows different jurisdictions to adopt an approach towards collective royalty collection that suits their jurisdiction but ensures that this is consistently applied across jurisdictions.  Specifically, as regards compulsory royalty collection, the licensor will reserve the right to collect these royalties in those jurisdictions in which this cannot be waived.  In those jurisdictions in compulsory royalty collection can be waived, it will be waived completely for those licenses that permit commercial use and reserved only for commercial uses in those licenses that permit noncommercial use only.  &lt;br /&gt;
&lt;br /&gt;
For voluntary royalties, the licensor will reserve the right to collect this “in the event that they are a member of a collecting society” that collects such royalties.  This then allows for those jurisdictions in which an artist can be a member of a collecting society and use CC licenses.  It also allows for flexibility for those artists who are members of collecting societies and use CC licenses anyway or if in future collecting society membership structures do allow some use of CC licenses, to also enjoy the benefits of their membership if their collecting society moves towards being able to collect for commercial uses of CC-licensed works.&lt;br /&gt;
&lt;br /&gt;
==BY-SA — Compatibility Structure Introduced==&lt;br /&gt;
&lt;br /&gt;
A final change incorporated into Version 3.0 is that the CC BY-SA 3.0 licenses now include a compatibility structure that will enable CC to certify particular licenses, stewarded by other organizations similarly committed to promoting a freer culture, as being compatible with the CC BY-SA.  Once certified as compatible [http://creativecommons.org/compatiblelicenses], licensees of both the BY-SA 3.0 and the certified CC compatible license will be able to relicense derivatives under either license (eg., under either the BY-SA or the certified CC compatible license).&lt;br /&gt;
&lt;br /&gt;
Creative Commons CEO Lawrence Lessig first outlined the vision of allowing an ecology of flexible content licenses to flourish in November 2005 (''See'' CC in Review: Lawrence Lessig on Compatibility, [http://creativecommons.org/weblog/entry/5709]). As Lessig explained:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Even if all the creative work you want to remix is licensed under a copyleft license, because those licenses are different licenses, you can’t take creative work from one, and remix it in another. Wikipedia, for example, is licensed under the FDL. It requires derivatives be licensed under the FDL only. And the same is true of the Creative Commons Attribution-ShareAlike license that governs Opsound content, as well as much of the creativity within Flickr. All of these licenses were written without regard to the fundamental value of every significant advance in the digital age — interoperability.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This incompatibility also serves as a barrier to dual licensing works under the FDL and [http://hotels-ferienhaus.blogage.de CC BY-SA] (''See'' Evan Prodromou, Derivatives of dual-licensed Creative Commons Attribution-ShareAlike and GFDL works, May 3, 2005 [http://lists.ibiblio.org/pipermail/cc-licenses/2005-May/002265.html]). &lt;br /&gt;
&lt;br /&gt;
Simply put, the problem is that any license with a &amp;quot;ShareAlike&amp;quot; or similar copyleft provision requires that any derivatives be licensed under exactly the same license (or family of licenses) as the original.  This means that an article about Rio de Janeiro on Wikipedia [http://wikipedia.org/] (which is currently licensed under the FDL) cannot be mixed with an article about Rio on Wikitravel [http://wikitravel.org/en/Main_Page] (which is currently licensed under the CC BY-SA 1.0).   Even if a project were dual licensed, none of the derivatives of the project could be returned back to the dual-licensed project (because they must be licensed under one ''or'' the other license), thus causing &amp;quot;project bleed.&amp;quot; The result of the ShareAlike or &amp;quot;copyleft&amp;quot; license terms is seemingly antithetical to the very purpose of the licenses that contain them.  Content, rather than being &amp;quot;free&amp;quot; to remix, is instead locked within particular licensing systems.&lt;br /&gt;
&lt;br /&gt;
Consequently, CC has been working to ensure that, to again quote Lessig:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;[C]reative work[s] will more easily be able to move from one license to another, as creativity is remixed. And this ability for creative work to move to compatible free licenses will provide a market signal about which licenses are deemed more stable, or reliable, by the free licensing community. Free culture will no longer be ghettoized within a particular free license. It will instead be able to move among all relevantly compatible licenses. And the world of “autistic freedom” that governs much of the free software world will be avoided in the free culture world.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
There are several obvious candidates for compatibility with the [http://lifestyle.blogpaint.com CC BY-SA]. The Free Art License [http://artlibre.org/licence/lal/en/] and the Free Software Foundation's Free Documentation License (FDL) [http://www.gnu.org/copyleft/fdl.html]. &lt;br /&gt;
&lt;br /&gt;
Creative Commons' initial work has focused on achieving compatibility with the FDL. As part of this work, CC explored the possibility of introducing one-way compatibility with the FDL. (''See'' Discussion Draft — Proposed License Amendment to Avoid Content Ghettos in the Commons [http://creativecommons.org/weblog/entry/5701]), which generated some discussion.  CC then responded to some of the concerns raised by this discussion  [http://creativecommons.org/weblog/entry/5731] but ultimately concluded that one-way comaptibility with the FDL was not possible because CC licensors could not be guaranteed the same protections under the FDL that they enjoyed under the CC BY-SA.&lt;br /&gt;
&lt;br /&gt;
Despite the inability to implement one-way compatibility with the [http://hamburgnagelstudio.wordpress.com FDL], Creative Commons is still hopeful of being able to announce licenses that effect the same freedoms as the CC BY-SA to be compatible with the CC BY-SA at some date in the future.  To allow the compatibility negotiations to occur separate and apart from the timing of the license versioning process, we have included a structure for certifying licenses as compatible with CC BY-SA as part of Version 3.0 (''See'' Version 3.0 — It's Happening &amp;amp; With BY-SA Compatibility Language Too [http://creativecommons.org/weblog/entry/7234]).&lt;br /&gt;
&lt;br /&gt;
==Summary of Links==&lt;br /&gt;
&lt;br /&gt;
The following list provides the CC blog posts that relate to Version 3.0:&lt;br /&gt;
&lt;br /&gt;
* Getting to Version 3.0 [http://creativecommons.org/weblog/entry/5908]&lt;br /&gt;
* Version 3.0 — Public Discussion Launched [http://creativecommons.org/weblog/entry/6017] &lt;br /&gt;
* Version 3.0 — Revised License Drafts [http://creativecommons.org/weblog/entry/6120]&lt;br /&gt;
* Version 3.0 — It's Happening &amp;amp; With BY-SA Compatibility Language Too [http://creativecommons.org/weblog/entry/7234]&lt;br /&gt;
* Version 3.0 — Launched [http://creativecommons.org/weblog/entry/7249]&lt;br /&gt;
* [[Versioning to 3.0]] - Legal Leads versioning to 3.0. Includes checklist, working document, sui generis database rights document, and CS document&lt;br /&gt;
&lt;br /&gt;
[[Category:Project]]&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Malaysia&amp;diff=65969</id>
		<title>Malaysia</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Malaysia&amp;diff=65969"/>
				<updated>2013-04-09T01:34:34Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Jurisdiction&lt;br /&gt;
|jurstatus=Active&lt;br /&gt;
|status=2.5&lt;br /&gt;
|country code=my&lt;br /&gt;
|homepage=http://creativecommons.org/international/my/&lt;br /&gt;
|logourl=http://profile.ak.fbcdn.net/hprofile-ak-snc4/41608_11652195153_5071_n.jpg&lt;br /&gt;
|mailing list=http://lists.ibiblio.org/mailman/private/cc-my/&lt;br /&gt;
|twitter=http://www.twitter.com/ccmalaysia&lt;br /&gt;
|social=http://www.twitter.com/ccmalaysia&lt;br /&gt;
|otherurl=http://www.flickr.com/groups/mycc/&lt;br /&gt;
|region=Asia-Pacific&lt;br /&gt;
|affiliated=Multimedia Development Corporation&lt;br /&gt;
|affurl=http://www.mscmalaysia.my&lt;br /&gt;
|afffocus=Outsourcing Industry&lt;br /&gt;
|afftype=governmental body&lt;br /&gt;
|affiliated2=Amanz.my&lt;br /&gt;
|affurl2=http://www.amanz.my&lt;br /&gt;
|afffocus2=Technology &amp;amp; Mobile&lt;br /&gt;
|afftype2=private company&lt;br /&gt;
|plead1=Alina Ng&lt;br /&gt;
|pemail1=ngalina@gmail.com&lt;br /&gt;
|ptitle1=Legal Lead&lt;br /&gt;
|plead2=Muid Latif&lt;br /&gt;
|pemail2=muidlatif@gmail.com&lt;br /&gt;
|ptitle2=Project Lead&lt;br /&gt;
|plead3=Hasnul Nadzrin Shah&lt;br /&gt;
|pemail3=hnadzrin@gmail.com&lt;br /&gt;
|ptitle3=Board Member&lt;br /&gt;
|plead4=Hasnul Hadi Samsudin&lt;br /&gt;
|pemail4=hasnul@rhythm.com&lt;br /&gt;
|ptitle4=Board Member&lt;br /&gt;
|plead5=Pete Teo&lt;br /&gt;
|pemail5=info@peteteo.com&lt;br /&gt;
|ptitle5=Board Member&lt;br /&gt;
|teamsize=6&lt;br /&gt;
|plead6=Sudev Bangah&lt;br /&gt;
|pemail6=sudev_bangah@yahoo.com&lt;br /&gt;
|ptitle6=Board Member&lt;br /&gt;
|flagurl=http://creativecommons.org/images/international/my.png&lt;br /&gt;
}}&lt;br /&gt;
CC Malaysia was first launched in 2006 by Professor Lawrence Lessig (Chairman and CEO of Creative Commons). CC Malaysia would like to thank former Affiliate Institution Multimedia Development Corporation (MDeC) for its support and guidance in hosting and bringing CC Malaysia since late 2005 until 2007. Throughout 3 active years, MDeC had been organizing workshops, talks, discussions, CC competitions to foster Malaysians to participate in the CC Movement by adapting the sharing culture by creating and remixing creative content. &lt;br /&gt;
&lt;br /&gt;
CC Malaysia Activists such as Hasnul Hadi Samsudin, Hasnul Nadzrin Shah, Dr. Alina Ng, Muid Latif, Sudev Bangah, musician, Pete Teo and along others had been actively promoting Creative Commons awareness through their works and knowledge sharing including performance by Sudev Bangah in Korea. In 2008, Project Lead, Muid Latif began promoting Creative Commons initiative and awareness through creative workshops, discussions, knowledge sharing, creative collaborations and talks in local colleges and universities, art exhibitions by participating asia-pacific region based forums in Yogyakarta and Jakarta, Indonesia and Singapore including meeting up with CC Japan representative in Tokyo, Japan.&lt;br /&gt;
&lt;br /&gt;
Local media and users had been very supportive in promoting Creative Commons Malaysia in the past and present and currently CC Malaysia activist and board members are still working independently to promote CC through various channels and platform including social media.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Resources:&lt;br /&gt;
&lt;br /&gt;
Muid Latif, creative practitioner: http://www.moedlatif.com&lt;br /&gt;
Digital parts artist: http://www.repairpartstock.com/&lt;br /&gt;
Sudev Bangah Influence Music Page: http://www.soundclick.com/sudevbangah&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Articles quoted from the media:&lt;br /&gt;
&lt;br /&gt;
(In Malay language):&lt;br /&gt;
&lt;br /&gt;
Creative Commons menawarkan kepada orang ramai satu set lesen hak cipta secara percuma dan lesen-lesen ini akan membantu pencipta atau pemegang lesen memberitahu dunia apa yang boleh dan tidak boleh dilakukan berkaitan kerja mereka yang telah dihakciptakan.&lt;br /&gt;
&lt;br /&gt;
Ia terutamanya bagi kerja-kerja yang dipamerkan di Internet dan ia boleh dalam sebarang bentuk seperti rakaman video, rakaman audiovisual, rakaman muzik, imej, video, teks atau rekaan interaktif.&lt;br /&gt;
&lt;br /&gt;
Pilihan lesen berbeza yang disediakan adalah kepunyaan, bukan komersil, bukan kerja derivatif dan samasama berkongsi.&lt;br /&gt;
&lt;br /&gt;
Kepunyaan membenarkan orang lain menyalin, mengedar, berkomunikasi, mempersembahkan kepada orang ramai hasil kerja kreatif hanya sekiranya mereka mengkreditkan pencipta atau pemegang lesen, manakala bukan komersil bermakna kerjakerja hanya bagi tujuan bukan komersil.&lt;br /&gt;
&lt;br /&gt;
Bukan kerja derivatif bermakna pencipta atau pemegang lesen membenarkan orang lain menyalin, mengedar, berkomunikasi, mempersembahkan kepada orang lain hanya salinan verbatim (kata demi kata) kerja tersebut.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Source, Bernama.com, 17 December 2005.&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Documentation&amp;diff=65924</id>
		<title>Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Documentation&amp;diff=65924"/>
				<updated>2013-04-08T07:35:07Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox|&lt;br /&gt;
'''Welcome to the Creative Commons Documentation project!'''&lt;br /&gt;
&lt;br /&gt;
This is a page for critical documentation about large scale CC specifications, recommendations, white papers, tutorials and other pieces that need to be written to explain various facets of Creative Commons across the board. &lt;br /&gt;
&lt;br /&gt;
'''Join the community'''&lt;br /&gt;
&lt;br /&gt;
#'''WIKI''' - Sign up for an account on this wiki and contribute&lt;br /&gt;
#'''CHAT''' - Channel #CC at http://irc.freenode.net - http://wiki.creativecommons.org/IRC&lt;br /&gt;
#'''LIST''' - cc-community listserv - Creative Commons Community email list - http://wiki.creativecommons.org/Mailing_Lists&lt;br /&gt;
&lt;br /&gt;
'''Many ways to contribute'''&lt;br /&gt;
&lt;br /&gt;
#Help us [[Documentation#Help_Translate_Documents|translate documents]]. &lt;br /&gt;
#Help us [[#Help_Create_Documents.21|create new documents]].&lt;br /&gt;
#Help us [[:Category:Press_Hit|log CC press articles]]. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox|&lt;br /&gt;
'''Top 5 Docs'''&lt;br /&gt;
&lt;br /&gt;
''These are in order of general relevance and promotion.''&lt;br /&gt;
&lt;br /&gt;
# [[Media:Creativecommons-informational-flyer_eng.pdf|What is Creative Commons? flyer]] (pdf) ([http://www.scribd.com/doc/2227788/creativecommonsinformationalflyereng scribd.com])&lt;br /&gt;
# [[Media:Creativecommons-what-is-creative-commons_eng.pdf|What is Creative Commons?]] (pdf)  ([http://www.scribd.com/doc/2227452/creativecommonswhatiscreativecommonseng scribd.com])&lt;br /&gt;
# [[Sharing_Creative_Works|Sharing Creative Works Comics]] - A general introduction to copyright and CC licensing&lt;br /&gt;
# [[Media:Creativecommons-licensing-and-marking-your-content_eng.pdf|Licensing and Marking Content]] (pdf) ([http://www.scribd.com/doc/2227448/creativecommonslicensingandmarkingyourcontenteng scribd.com])&lt;br /&gt;
# [[Media:Creativecommons-integration-with-your-website_eng.pdf|Creative Commons Integration With Your Website]] (pdf) ([http://goo.gl/JumDi scribd.com])&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creative Commons Explained ==&lt;br /&gt;
Documents that aim to explain CC and licensing.&lt;br /&gt;
&lt;br /&gt;
'''About Creative Commons'''&lt;br /&gt;
* [[Media:Creativecommons-informational-flyer_eng.pdf|What is Creative Commons? flyer]] (pdf) ([http://www.scribd.com/doc/2227788/creativecommonsinformationalflyereng scribd.com])&lt;br /&gt;
** [http://mirrors.creativecommons.org/assets/cc-info-flyer-final.zip InDesign source file]&lt;br /&gt;
* [[Media:Creativecommons-what-is-creative-commons_eng.pdf|What is Creative Commons?]] (pdf)  ([http://www.scribd.com/doc/2227452/creativecommonswhatiscreativecommonseng scribd.com])&lt;br /&gt;
** [[Media:Cc-fullpage-promo-svg.zip|Inkscape SVG source files]] (zip)&lt;br /&gt;
* [[Media:Creativecommons-encouraging-the-ecology-of-creativity_eng.pdf|Encouraging the Ecology of Creativity]] (pdf) ([http://www.scribd.com/doc/2227443/creativecommonsencouragingtheecologyofcreativityeng scribd.com])&lt;br /&gt;
** [http://mirrors.creativecommons.org/assets/concept-paper-source.zip InDesign/Illustrator source files]&lt;br /&gt;
* [[Media:Wipo_info_sheet_nov6.pdf|CC info sheet for WIPO]] (pdf)&lt;br /&gt;
* [http://goo.gl/PKsQv Creative Commons Kiwi] (video)&lt;br /&gt;
*[http://wiki.creativecommons.org/Creative_commons_non_profit_organization About Creative Commons]&lt;br /&gt;
&lt;br /&gt;
'''Using the Creative Commons Licences'''&lt;br /&gt;
* [[Media:Creativecommons-how-to-license-poster_eng.pdf|How To License poster]] (pdf) ([http://www.scribd.com/doc/2227445/creativecommonshowtolicensepostereng scribd.com])&lt;br /&gt;
* [http://creativecommons.org.au/learn-more/fact-sheets/what-are-the-creative-commons-licences-factsheet Quick Guide to the Creative Commons Licences] (pdf) ([http://www.scribd.com/doc/16536016/What-are-the-Creative-Commons-licences-factsheet scribd.com])&lt;br /&gt;
** [http://creativecommons.org.au/www/materials/factsheets/cc-licences-indesign-package.zip Indesign files]&lt;br /&gt;
* [http://creativecommons.org.au/content/licensing-flowchart.pdf Creative Commons Licensing Flowchart] (pdf) ([http://www.scribd.com/doc/16540395/Which-Creative-Commons-licence-is-right-for-me-poster scribd.com])&lt;br /&gt;
* [http://wiki.creativecommons.org/Types_Of_Creative_Commoms_Licenses Types Of Creative Commons Licenses]&lt;br /&gt;
* [[Media:Creativecommons-licensing-and-marking-your-content_eng.pdf|Licensing and Marking Your Content]] (pdf) ([http://www.scribd.com/doc/2227448/creativecommonslicensingandmarkingyourcontenteng scribd.com])&lt;br /&gt;
* [http://wiki.creativecommons.org/Creative_Commons_License_Misuse Creative Commons Misuse]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Using Creative Commons Content'''&lt;br /&gt;
* [http://creativecommons.org.au/content/findingmaterial.pdf Finding Creative Commons Material] (pdf) (created for the [http://creativecommons.org.au/poolingideas Pooling Ideas competition])&lt;br /&gt;
* [http://creativecommons.org.au/content/attributingccmaterials.pdf Attributing Creative Commons Material] (pdf) (created for the [http://creativecommons.org.au/poolingideas Pooling Ideas competition])&lt;br /&gt;
* [http://creativecommons.org.au/content/CC_Web_Resources.pdf Quick guide to Creative Commons resources] (pdf)&lt;br /&gt;
&lt;br /&gt;
'''Multimedia'''&lt;br /&gt;
* [[Sharing_Creative_Works|Sharing Creative Works Comics]] - A general introduction to copyright and CC licensing ([http://www.scribd.com/doc/2227656/creativecommonssharingcreativeworkseng scribd.com])&lt;br /&gt;
** [[Media:Sharingcreativeworks.zip|Inkscape SVG source files]] (zip)&lt;br /&gt;
* [http://creativecommons.org/videos/ CC Videos]&lt;br /&gt;
** See the videos on [http://creativecommons.blip.tv/ blip.tv], [http://itshumour.blogspot.com/2010/02/top-five-hilarious-videos-on-youtube.html youtube] &lt;br /&gt;
** [[Translate#Videos | Video source files]][http://www.repairpartstock.com/ parts]&lt;br /&gt;
* [http://wiki.creativecommons.org/Comics CC Comics]&lt;br /&gt;
&lt;br /&gt;
==Sector-specific Information==&lt;br /&gt;
* '''for teachers''' - A [http://creativecommons.org.au/learn-more/educators-resources collection] of resources on finding and using Creative Commons specifically designed for teachers, including fact sheets, slideshows, videos and worksheets&lt;br /&gt;
* '''for citizen journalists''' - from CC Lebanon: 10 Legal Rules on social activism and copyright by Martin Wählisch:&lt;br /&gt;
** [[Media:CopyrightLawLEB_EN.pdf| English]] &lt;br /&gt;
** [[Media:CopyrightLawLEB_AR.pdf| Arabic]][http://itshumour.blogspot.com/2010/06/twenty-hilarious-funny-quotes.html .] &lt;br /&gt;
* '''for the public sector''' - [[Media:Creativecommons-licensing-for-public-sector-information_eng.pdf|Creative Commons Licensing for the Public Sector]] (pdf)&lt;br /&gt;
* '''business models''' - [[Media:BusinessModelsforCreativeWorks.pdf|Business Models for Creative Works and Creative Commons Licensing]] (pdf)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Legal ==&lt;br /&gt;
&lt;br /&gt;
* [http://creativecommons.org/about/license/ License Your Work]&lt;br /&gt;
* [[Before Licensing]]&lt;br /&gt;
* [[Legal Concepts]]&lt;br /&gt;
* [[Podcasting Legal Guide]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
* [[FAQ]] - Important documentation of frequently asked CC questions. A must read !&lt;br /&gt;
&lt;br /&gt;
== CC Learn Productions==&lt;br /&gt;
'''Note: CC Learn is no longer a division of Creative Commons. Much of the information in the archive below may be outdated and/or incorrect. For the most up-to-date information about CC in education, see http://creativecommons.org/education.'''&lt;br /&gt;
====Organizational Media====&lt;br /&gt;
* CC Learn Informational Flyer ([[Media:Cclearn-information-flyer.pdf|pdf]])  ([[Media:Cclearn-information-flyer-print.pdf|pdf - print w/.125&amp;quot; bleed]])  ([http://www.scribd.com/doc/15058699/ccLearn-Informational-Flyer Scribd])&lt;br /&gt;
&lt;br /&gt;
====CC Learn Reports====&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/01/license-mapping-report-15_dec_-2008-color-v2.pdf What status for “open”? An examination of the licensing policies of open educational organizations and projects] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/01/license-mapping-report-15_dec_-2008-color-v2.odt odt]) &lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/07/What-status-for-open-Data-Supplement-v1.pdf Data Supplement to “What status for ‘open’?” A graphical view of the licensing policies of open educational organizations and projects] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/07/What-status-for-open-Data-Supplement-v1.odt odt])&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/07/discovered-paper-17-july-2009.pdf Enhanced Search for Educational Resources— A Perspective and a Prototype from CC Learn] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/07/discovered-paper-17-july-2009.odt odt])&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/09/Otherwise_Open_report.pdf Otherwise Open Managing Incompatible Content within Open Educational Resources] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/09/Otherwise_Open_report.odt odt])&lt;br /&gt;
&lt;br /&gt;
====CC Learn Explanations====&lt;br /&gt;
*[http://learn.creativecommons.org/wp-content/uploads/2009/04/cclearn-explanations-oer-and-cc-licenses-05-apr-09.pdf CC Learn Explanations: Open Educational Resources and Creative Commons Licensing] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/04/cclearn-explanations-oer-and-cc-licenses-05-apr-09.odt odt])&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/10/cclearn-explanations-cc-license-compatability.pdf Remixing OER: A Guide to License Compatibility] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/10/cclearn-explanations-cc-license-compatability.odt odt])&lt;br /&gt;
&lt;br /&gt;
====CC Learn Step by Step Guides====&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/04/cclearn-step-by-step-applying-cc-licenses-06-apr-09.pdf Applying Creative Commons licenses to your educational resources] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/04/cclearn-step-by-step-applying-cc-licenses-06-apr-09.odt odt])&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/11/cclearn-step-by-step-discovered.pdf Preparing Your Educational Resources for DiscoverEd] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/11/cclearn-step-by-step-discovered.odt odt])&lt;br /&gt;
&lt;br /&gt;
====CC Learn Recommendations====&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/07/cclearn-recommendations-increase-funding-impact-05-apr-09.pdf Increase Funding Impact] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/07/cclearn-recommendations-increase-funding-impact-05-apr-09.odt odt])&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/04/cclearn-recommendations-publishing-your-oer-on-the-internet-05-apr-09.pdf Publishing Your Open Educational Resources on the Internet] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/04/cclearn-recommendations-publishing-your-oer-on-the-internet-05-apr-09.odt odt])&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/07/ccLearn_primer-Why_CC_BY.pdf CC Learn Recommendations: Why CC BY?] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/07/ccLearn_primer-Why_CC_BY.odt odt] )&lt;br /&gt;
* [http://learn.creativecommons.org/wp-content/uploads/2009/10/cclearn-recommendations-dealing-with-incompatible-content-in-OER.pdf Dealing with Legally Incompatible Content in OER] (pdf) ([http://learn.creativecommons.org/wp-content/uploads/2009/10/cclearn-recommendations-dealing-with-incompatible-content-in-OER.odt odt])&lt;br /&gt;
&lt;br /&gt;
==Technical Implementation==&lt;br /&gt;
=== Developer ===&lt;br /&gt;
* [[Developers]] - Documentation and information for software developers.&lt;br /&gt;
&lt;br /&gt;
=== Integration Best Practices ===&lt;br /&gt;
* [[Web Integration]]&lt;br /&gt;
** [[Media:Creativecommons-integration-with-your-website_eng.pdf|Creative Commons Integration With Your Website]] (pdf) ([http://www.scribd.com/doc/2227446/creativecommonsintegrationwithyourwebsiteeng scribd.com])&lt;br /&gt;
* [[Application Integration]]&lt;br /&gt;
* [[Desktop Integration]]&lt;br /&gt;
&lt;br /&gt;
=== Marking ===&lt;br /&gt;
* [[Marking]] - How to properly mark various media with Creative Commons licenses.&lt;br /&gt;
** [[Media:Creativecommons-licensing-and-marking-your-content_eng.pdf|Licensing and Marking Content]] (pdf) ([http://www.scribd.com/doc/2227448/creativecommonslicensingandmarkingyourcontenteng scribd.com])&lt;br /&gt;
* [[Metadata]] - an overview of Creative Commons metadata - opening documentation.&lt;br /&gt;
** [[ccREL]] - describing license metadata in a machine readable way and attaching it to digital works.&lt;br /&gt;
** [[Marking_Works_Technical|Metadata Marking]] - technical background on machine-readable metadata.&lt;br /&gt;
* [http://creativecommons.org.au/materials/attribution.pdf Attributing Creative Commons Material]&lt;br /&gt;
&lt;br /&gt;
== Metrics ==&lt;br /&gt;
&lt;br /&gt;
* [[Metrics|Metrics in progress to assess CC-license adoption]]&lt;br /&gt;
* [[License_statistics|License Statistics]]&lt;br /&gt;
* [[Media:Statistics-from-the-CC-Monitor-project_eng.pdf|Statistics from the CC Monitor Project]] (pdf)&lt;br /&gt;
* [[Media:Taking-stock-of-the-creative-commons-experiment_eng.pdf|Taking Stock of the CC Experiment]] (pdf)&lt;br /&gt;
* [[Media:License-use-five-years-on_eng.pdf|License Use Five Years On]] (pdf)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Staff Contributions ==&lt;br /&gt;
* Explore [[:Category:Presentation|CC conference participation]].&lt;br /&gt;
* Explore staff presentations and slideshows online!&lt;br /&gt;
** [http://www.thefunnyquotessayings.com/funny-quotes-on-life/ Mike Linksvayer], Vice President&lt;br /&gt;
** [http://www.slideshare.net/ericcc/slideshows Eric Steuer], Creative Director&lt;br /&gt;
** [http://tinyurl.com/72llty5 Nathan Yergler], CTO&lt;br /&gt;
** Jon Phillips, Community + Business Developer&lt;br /&gt;
*** [http://www.slideshare.net/rejon/ Slideshare Slides]&lt;br /&gt;
*** [http://www.scribd.com/people/view/3525-jon-phillips Scribd Docs and Slides]&lt;br /&gt;
** [http://www.slideshare.net/Jessicacoates Jessica Coates], Global Network Manager&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mailing list archives ==&lt;br /&gt;
* [http://lists.ibiblio.org/pipermail/cc-community/ cc-community]&lt;br /&gt;
* [http://lists.ibiblio.org/pipermail/cc-licenses/ cc-licenses]&lt;br /&gt;
* [http://lists.ibiblio.org/pipermail/cc-devel/ cc-devel]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Technical Documentation ==&lt;br /&gt;
* [[Media:Creativecommons-embedded-metadata-with-xmp_eng.pdf|Embedded Metadata with XMP]] (pdf) ([http://www.scribd.com/doc/2227441/creativecommonsembeddedmetadatawithxmpeng scribd.com])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Help Translate Documents ==&lt;br /&gt;
&lt;br /&gt;
Please help CC translate these documents into other languages. For the documents written in English already uploaded to this site, we've included the standardized 3-character language code, [http://en.wikipedia.org/wiki/List_of_ISO_639-2_codes ISO 639-2]. For example, the Web Integration PDF is labeled &amp;quot;Creativecommons-webintegration_eng.pdf&amp;quot;. A Japanese translation of the same document would be labeled &amp;quot;Creativecommons-webintegration_jpn.pdf&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Available translations can be found at [[Translate/Documentation]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Help Create Documents! ==&lt;br /&gt;
How do you see CC? While these documents can exist on this wiki just fine and is a great way to get started, below is a package consisting of the Scribus document and files necessary to make documentation. Please post up any of your creations on this page!&lt;br /&gt;
&lt;br /&gt;
*[[Media:Cc-general-open.zip|Information page framework]] &amp;amp;mdash; Scribus source&lt;br /&gt;
*[[Media:Cc-info-doc-layout.zip|Information page framework]] &amp;amp;mdash; InDesign source&lt;br /&gt;
&lt;br /&gt;
Please help us complete these, to make our wiki as informative as possible !&lt;br /&gt;
&lt;br /&gt;
=== Teaching Creative Commons ===&lt;br /&gt;
How should you go about teaching Creative Commons ideas to a general audience?&lt;br /&gt;
&lt;br /&gt;
CC Denmark has made a section &amp;quot;CC i undervisningen&amp;quot; (CC in education) containing video tutorials, pdf guides and other ressources for teachers. [http://www.creativecommons.dk/?page_id=88](In Danish)&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
=== Creative Commons in the classroom ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
=== Creative Commons Overview for your Company ===&lt;br /&gt;
An overview of Creative Commons for a company.&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
=== Creative Commons + Open CourseWare Legal Guide ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
{{Translations&lt;br /&gt;
| articles = Pt:Documentação&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;br /&gt;
[[Category:Media]]&lt;br /&gt;
[[Category:Critical]]&lt;br /&gt;
[[Category:Translation Project]]&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Summer_of_Code_2008&amp;diff=65921</id>
		<title>Summer of Code 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Summer_of_Code_2008&amp;diff=65921"/>
				<updated>2013-04-08T07:26:59Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Developer]]&lt;br /&gt;
[[Category:Summer_of_Code]]&lt;br /&gt;
&lt;br /&gt;
Creative Commons is planning to participate in [http://code.google.com/soc/ Google's Summer of Code] as a mentoring organization.  Student submissions for SoC 2008 will open March 24; see the [http://code.google.com/soc/2008/faqs.html#0.1_timeline project timeline] for more details.  &lt;br /&gt;
&lt;br /&gt;
This page highlights ideas and suggestions for student proposals for 2008.&lt;br /&gt;
&lt;br /&gt;
== Students == &lt;br /&gt;
&lt;br /&gt;
If you find an [[#Project Ideas|idea listed below]] that you like or have your own idea for a Creative Commons-related open source project, we encourage you to read up about the [[Developer|Developer Community]], [[#Questions|ask questions]], and then include the following in your proposal: &lt;br /&gt;
&lt;br /&gt;
# Detailed description / design document&lt;br /&gt;
# an approximate schedule (timeline)&lt;br /&gt;
# brief description of past projects (including open source) that you've participated in&lt;br /&gt;
# brief resume/bio/contact information&lt;br /&gt;
&lt;br /&gt;
=== Writing Proposals ===&lt;br /&gt;
&lt;br /&gt;
The following links detail generally successful ways to write a Summer of Code Proposal:&lt;br /&gt;
&lt;br /&gt;
* [http://inkscape.org/wiki/index.php/SOC_Writing_Project_Proposals HOWTO Write Project Proposals]&lt;br /&gt;
* [http://inkscape.org/wiki/index.php/SOC_Accepted_Proposals Inkscape's Accepted Proposals]&lt;br /&gt;
* [http://summer.cs.pdx.edu/?q=node/12 Portland State University Experience]&lt;br /&gt;
&lt;br /&gt;
=== Selection Criteria ===&lt;br /&gt;
&lt;br /&gt;
Please read the [[Summer of Code Selection Criteria|Selection Criteria]]. Participants who read this will be much further along than others.&lt;br /&gt;
&lt;br /&gt;
=== Questions ===&lt;br /&gt;
&lt;br /&gt;
# Read up about the [[Developer|Creative Commons Developer Community]]&lt;br /&gt;
# Join the [[Mailing Lists|cc-devel mailing list]] and ask questions&lt;br /&gt;
# Join the [[IRC|Creative Commons chat channel]], #cc, on irc.freenode.net.&lt;br /&gt;
&lt;br /&gt;
== Project Ideas ==&lt;br /&gt;
&lt;br /&gt;
We're interested in ideas and projects in the following areas:&lt;br /&gt;
&lt;br /&gt;
* application support -- on the web or on your desktop, extending your favorite application to support CC licensing; see the list of [[Applications_Using_CC]] for some examples of how this might work&lt;br /&gt;
* metadata support -- [[liblicense]] uses pluggable modules for supporting file formats; the contribution of a module for a high profile file format would be highly desirable&lt;br /&gt;
* search -- new and interesting ways of finding CC licensed content are always interesting.&lt;br /&gt;
&lt;br /&gt;
More specifically, the following are [[Developer Challenges]] which we think are of the appropriate size for a Summer of Code project.  You may also want to check out the [[:Category:Challenge|other challenges]] for more inspiration.&lt;br /&gt;
&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[Category:Challenge]]&lt;br /&gt;
[[Has Challenge Type::Developer]]&lt;br /&gt;
[[Has Tag::gsoc]]&lt;br /&gt;
| ?Related To&lt;br /&gt;
| ?Has Tag&lt;br /&gt;
| format=broadtable&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Mentors ==&lt;br /&gt;
&lt;br /&gt;
* [[User:Nathan Yergler|Nathan Yergler]] &lt;br /&gt;
* [[User:Paulproteus|Asheesh Laroia]]&lt;br /&gt;
* [[User:Jon Phillips|Jon Phillips]] &lt;br /&gt;
* [[User:Alex Roberts|Alex Roberts]]&lt;br /&gt;
* [http://www.repairpartstock.com/ San Fang]&lt;br /&gt;
== Additional Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://code.google.com/soc/ Google Summer of Code (SoC)]&lt;br /&gt;
* [http://code.google.com/soc/2008/faqs.html Google SoC FAQ]&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Summer_of_Code_2008&amp;diff=65920</id>
		<title>Summer of Code 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Summer_of_Code_2008&amp;diff=65920"/>
				<updated>2013-04-08T07:26:21Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Developer]]&lt;br /&gt;
[[Category:Summer_of_Code]]&lt;br /&gt;
&lt;br /&gt;
Creative Commons is planning to participate in [http://code.google.com/soc/ Google's Summer of Code] as a mentoring organization.  Student submissions for SoC 2008 will open March 24; see the [http://code.google.com/soc/2008/faqs.html#0.1_timeline project timeline] for more details.  &lt;br /&gt;
&lt;br /&gt;
This page highlights ideas and suggestions for student proposals for 2008.&lt;br /&gt;
&lt;br /&gt;
== Students == &lt;br /&gt;
&lt;br /&gt;
If you find an [[#Project Ideas|idea listed below]] that you like or have your own idea for a Creative Commons-related open source project, we encourage you to read up about the [[Developer|Developer Community]], [[#Questions|ask questions]], and then include the following in your proposal: &lt;br /&gt;
&lt;br /&gt;
# Detailed description / design document&lt;br /&gt;
# an approximate schedule (timeline)&lt;br /&gt;
# brief description of past projects (including open source) that you've participated in&lt;br /&gt;
# brief resume/bio/contact information&lt;br /&gt;
&lt;br /&gt;
=== Writing Proposals ===&lt;br /&gt;
&lt;br /&gt;
The following links detail generally successful ways to write a Summer of Code Proposal:&lt;br /&gt;
&lt;br /&gt;
* [http://inkscape.org/wiki/index.php/SOC_Writing_Project_Proposals HOWTO Write Project Proposals]&lt;br /&gt;
* [http://inkscape.org/wiki/index.php/SOC_Accepted_Proposals Inkscape's Accepted Proposals]&lt;br /&gt;
* [http://summer.cs.pdx.edu/?q=node/12 Portland State University Experience]&lt;br /&gt;
&lt;br /&gt;
=== Selection Criteria ===&lt;br /&gt;
&lt;br /&gt;
Please read the [[Summer of Code Selection Criteria|Selection Criteria]]. Participants who read this will be much further along than others.&lt;br /&gt;
&lt;br /&gt;
=== Questions ===&lt;br /&gt;
&lt;br /&gt;
# Read up about the [[Developer|Creative Commons Developer Community]]&lt;br /&gt;
# Join the [[Mailing Lists|cc-devel mailing list]] and ask questions&lt;br /&gt;
# Join the [[IRC|Creative Commons chat channel]], #cc, on irc.freenode.net.&lt;br /&gt;
&lt;br /&gt;
== Project Ideas ==&lt;br /&gt;
&lt;br /&gt;
We're interested in ideas and projects in the following areas:&lt;br /&gt;
&lt;br /&gt;
* application support -- on the web or on your desktop, extending your favorite application to support CC licensing; see the list of [[Applications_Using_CC]] for some examples of how this might work&lt;br /&gt;
* metadata support -- [[liblicense]] uses pluggable modules for supporting file formats; the contribution of a module for a high profile file format would be highly desirable&lt;br /&gt;
* search -- new and interesting ways of finding CC licensed content are always interesting.&lt;br /&gt;
&lt;br /&gt;
More specifically, the following are [[Developer Challenges]] which we think are of the appropriate size for a Summer of Code project.  You may also want to check out the [[:Category:Challenge|other challenges]] for more inspiration.&lt;br /&gt;
&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[Category:Challenge]]&lt;br /&gt;
[[Has Challenge Type::Developer]]&lt;br /&gt;
[[Has Tag::gsoc]]&lt;br /&gt;
| ?Related To&lt;br /&gt;
| ?Has Tag&lt;br /&gt;
| format=broadtable&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Mentors ==&lt;br /&gt;
&lt;br /&gt;
* [[User:Nathan Yergler|Nathan Yergler]] &lt;br /&gt;
* [[User:Paulproteus|Asheesh Laroia]]&lt;br /&gt;
* [[User:Jon Phillips|Jon Phillips]] &lt;br /&gt;
* [[User:Alex Roberts|Alex Roberts]]&lt;br /&gt;
* [[http://www.repairpartstock.com/ |San Fang]]&lt;br /&gt;
== Additional Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://code.google.com/soc/ Google Summer of Code (SoC)]&lt;br /&gt;
* [http://code.google.com/soc/2008/faqs.html Google SoC FAQ]&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Summer_of_Code_2008&amp;diff=65919</id>
		<title>Summer of Code 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Summer_of_Code_2008&amp;diff=65919"/>
				<updated>2013-04-08T07:25:29Z</updated>
		
		<summary type="html">&lt;p&gt;Sanfang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Developer]]&lt;br /&gt;
[[Category:Summer_of_Code]]&lt;br /&gt;
&lt;br /&gt;
Creative Commons is planning to participate in [http://code.google.com/soc/ Google's Summer of Code] as a mentoring organization.  Student submissions for SoC 2008 will open March 24; see the [http://code.google.com/soc/2008/faqs.html#0.1_timeline project timeline] for more details.  &lt;br /&gt;
&lt;br /&gt;
This page highlights ideas and suggestions for student proposals for 2008.&lt;br /&gt;
&lt;br /&gt;
== Students == &lt;br /&gt;
&lt;br /&gt;
If you find an [[#Project Ideas|idea listed below]] that you like or have your own idea for a Creative Commons-related open source project, we encourage you to read up about the [[Developer|Developer Community]], [[#Questions|ask questions]], and then include the following in your proposal: &lt;br /&gt;
&lt;br /&gt;
# Detailed description / design document&lt;br /&gt;
# an approximate schedule (timeline)&lt;br /&gt;
# brief description of past projects (including open source) that you've participated in&lt;br /&gt;
# brief resume/bio/contact information&lt;br /&gt;
&lt;br /&gt;
=== Writing Proposals ===&lt;br /&gt;
&lt;br /&gt;
The following links detail generally successful ways to write a Summer of Code Proposal:&lt;br /&gt;
&lt;br /&gt;
* [http://inkscape.org/wiki/index.php/SOC_Writing_Project_Proposals HOWTO Write Project Proposals]&lt;br /&gt;
* [http://inkscape.org/wiki/index.php/SOC_Accepted_Proposals Inkscape's Accepted Proposals]&lt;br /&gt;
* [http://summer.cs.pdx.edu/?q=node/12 Portland State University Experience]&lt;br /&gt;
&lt;br /&gt;
=== Selection Criteria ===&lt;br /&gt;
&lt;br /&gt;
Please read the [[Summer of Code Selection Criteria|Selection Criteria]]. Participants who read this will be much further along than others.&lt;br /&gt;
&lt;br /&gt;
=== Questions ===&lt;br /&gt;
&lt;br /&gt;
# Read up about the [[Developer|Creative Commons Developer Community]]&lt;br /&gt;
# Join the [[Mailing Lists|cc-devel mailing list]] and ask questions&lt;br /&gt;
# Join the [[IRC|Creative Commons chat channel]], #cc, on irc.freenode.net.&lt;br /&gt;
&lt;br /&gt;
== Project Ideas ==&lt;br /&gt;
&lt;br /&gt;
We're interested in ideas and projects in the following areas:&lt;br /&gt;
&lt;br /&gt;
* application support -- on the web or on your desktop, extending your favorite application to support CC licensing; see the list of [[Applications_Using_CC]] for some examples of how this might work&lt;br /&gt;
* metadata support -- [[liblicense]] uses pluggable modules for supporting file formats; the contribution of a module for a high profile file format would be highly desirable&lt;br /&gt;
* search -- new and interesting ways of finding CC licensed content are always interesting.&lt;br /&gt;
&lt;br /&gt;
More specifically, the following are [[Developer Challenges]] which we think are of the appropriate size for a Summer of Code project.  You may also want to check out the [[:Category:Challenge|other challenges]] for more inspiration.&lt;br /&gt;
&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[Category:Challenge]]&lt;br /&gt;
[[Has Challenge Type::Developer]]&lt;br /&gt;
[[Has Tag::gsoc]]&lt;br /&gt;
| ?Related To&lt;br /&gt;
| ?Has Tag&lt;br /&gt;
| format=broadtable&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Mentors ==&lt;br /&gt;
&lt;br /&gt;
* [[User:Nathan Yergler|Nathan Yergler]] &lt;br /&gt;
* [[User:Paulproteus|Asheesh Laroia]]&lt;br /&gt;
* [[User:Jon Phillips|Jon Phillips]] &lt;br /&gt;
* [[User:Alex Roberts|Alex Roberts]]&lt;br /&gt;
* [[http://www.repairpartstock.com/|San Fang]]&lt;br /&gt;
== Additional Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://code.google.com/soc/ Google Summer of Code (SoC)]&lt;br /&gt;
* [http://code.google.com/soc/2008/faqs.html Google SoC FAQ]&lt;/div&gt;</summary>
		<author><name>Sanfang</name></author>	</entry>

	</feed>