Difference between revisions of "Case Studies/Internet Archive"
 (→Technical Details)  | 
				|||
| Line 16: | Line 16: | ||
== Technical Details ==  | == Technical Details ==  | ||
| + | |||
| + | ===Metadata===  | ||
| + | Archive.org has implemented a subset of the [[CC REL]] specification by including the [[RelLicense|rel="license"]] attribute in links to the CC license deeds.  | ||
| + | |||
| + | For example, see the source to [http://www.archive.org/details/CcSalon-SanFrancisco-12082009 this page]:  | ||
| + | |||
| + | <code><nowiki>  | ||
| + | <a rel="license" href="http://creativecommons.org/licenses/by/3.0/" target="_blank"  | ||
| + |    ><img title="[Attribution 3.0]" alt="[Attribution 3.0]" style="height:31px" id="ccimage" src="http://i.creativecommons.org/l/by/3.0/88x31.png"/></a>  | ||
| + | </nowiki></code>  | ||
== Media ==  | == Media ==  | ||
Revision as of 20:57, 16 November 2010
The Internet Archive, a 501(c)(3) non-profit, is building a digital library of Internet sites and other cultural artifacts in digital form.
—
Overview
License Usage
Motivations
Technical Details
Metadata
Archive.org has implemented a subset of the CC REL specification by including the rel="license" attribute in links to the CC license deeds.
For example, see the source to this page:
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/" target="_blank" ><img title="[Attribution 3.0]" alt="[Attribution 3.0]" style="height:31px" id="ccimage" src="http://i.creativecommons.org/l/by/3.0/88x31.png"/></a>