Skip to content

Commit f8b6647

Browse files
author
Alex Kozak
committed
Add all files to tracking.
0 parents  commit f8b6647

24 files changed

+1497
-0
lines changed

examples/.#registration.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
alex@commoner.3756:1294159915

examples/CC_image.png

140 KB
Loading

examples/Mona_Lisa.jpeg

14.5 KB
Loading

examples/attribution.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: Attribution Example</title>
6+
</head>
7+
<body>
8+
<div xmlns:cc="http://creativecommons.org/ns#">
9+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
10+
<img src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
11+
</a>
12+
<br />
13+
This page, by
14+
<a property="cc:attributionName"
15+
rel="cc:attributionURL"
16+
href="http://lessig.org/">Lawrence Lessig</a>,
17+
is licensed under a
18+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
19+
Creative Commons Attribution License</a>.
20+
</div>
21+
</body>
22+
</html>

examples/cc0.html

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: CC0 Example</title>
6+
</head>
7+
<body>
8+
<div xmlns:dct="http://purl.org/dc/terms/"
9+
xmlns:cc="http://creativecommons.org/ns#"
10+
xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#">
11+
<a rel="license" href="http://creativecommons.org/publicdomain/zero/1.0/">
12+
<img src="http://i.creativecommons.org/l/zero/1.0/88x31.png"
13+
style="border-style: none;" alt="CC0"/>
14+
</a>
15+
<br/>
16+
To the extent possible under law,
17+
<a rel="dct:publisher" href="http://creativecommons.org/">
18+
<span property="dct:title">Creative Commons</span></a>
19+
has waived all copyright and related or neighboring rights to
20+
<span property="dct:title">Example Work</span>
21+
and expects that users will follow the
22+
<a rel="cc:useGuidelines" href="">
23+
Creative Commons Example Use Guidelines</a>.
24+
This work is published from the
25+
<span property="vcard:Country"
26+
datatype="dct:ISO3166"
27+
content="US"
28+
about="http://creativecommons.org/">United States</span>.
29+
</div>
30+
</body>
31+
</html>

examples/dataset_cc0.html

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: CC0 Dataset Example</title>
6+
</head>
7+
<body>
8+
<div about="example_dataset.csv"
9+
xmlns:cc="http://creativecommons.org/ns#"
10+
xmlns:dct="http://purl.org/dc/terms/"
11+
xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#">
12+
<a href="example_dataset.csv">Download Example Dataset</a>
13+
<br />
14+
<a rel="license" href="http://creativecommons.org/publicdomain/zero/1.0/">
15+
<img src="http://i.creativecommons.org/l/zero/1.0/88x31.png"
16+
style="border-style: none;" alt="CC0"/>
17+
</a>
18+
<br/>
19+
To the extent possible under law,
20+
<a rel="dct:publisher" href="http://creativecommons.org/">
21+
<span property="dct:title">Creative Commons</span></a>
22+
has waived all copyright and related or neighboring rights to
23+
<span property="dct:title">Example Dataset</span>
24+
and expects that users will follow the
25+
<a rel="cc:useGuidelines" href="">
26+
Creative Commons Use Guidelines</a>.
27+
This work is published from the
28+
<span property="vcard:Country"
29+
datatype="dct:ISO3166"
30+
content="US"
31+
about="http://creativecommons.org/">United States</span>.
32+
</div>
33+
</body>
34+
</html>

examples/dataset_ccby.html

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: CC BY Dataset Example</title>
6+
</head>
7+
<body>
8+
<div about="example_dataset.csv"
9+
xmlns:cc="http://creativecommons.org/ns#"
10+
xmlns:dct="http://purl.org/dc/terms/">
11+
<a href="example_dataset.csv">Download Example Dataset</a>
12+
<br />
13+
<span property="dct:title">Example Dataset</span>
14+
was published by
15+
<a href="http://creativecommons.org/"
16+
property="cc:attributionName"
17+
rel="cc:attributionURL dct:publisher">Creative Commons</a>
18+
and is licensed under a
19+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
20+
Creative Commons Attribution License</a>.
21+
</div>
22+
</body>
23+
</html>

examples/example_dataset.csv

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
License,Abbreviation,Unported Deed URL
2+
CC BY,Attribution,http://creativecommons.org/licenses/by/3.0/
3+
CC BY SA,Attribution Share Alike,http://creativecommons.org/licenses/by-sa/3.0/
4+
CC BY-ND,Attribution No Derivatives,http://creativecommons.org/licenses/by-nd/3.0/
5+
CC BY-NC,Attribution Non-Commercial,http://creativecommons.org/licenses/by-nc/3.0/
6+
CC BY-NC-SA,Attribution Non-Commercial Share Alike,http://creativecommons.org/licenses/by-nc-sa/3.0/
7+
CC BY-NC-ND,Attribution Non-Commercial No Derivatives,http://creativecommons.org/licenses/by-nc-nd/3.0/

examples/image.html

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: Image Example</title>
6+
</head>
7+
<body>
8+
<div about="CC_image.png"
9+
xmlns:dct="http://purl.org/dc/terms/"
10+
xmlns:cc="http://creativecommons.org/ns#">
11+
<img src="CC_image.png" height="200px" />
12+
<br />
13+
This image, entitled
14+
<span property="dct:title">Sharing Creative Works</span>,
15+
by <a href="http://creativecommons.org/"
16+
property="cc:attributionName"
17+
rel="cc:attributionURL dct:creator">Creative Commons</a>
18+
is licensed under a
19+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
20+
Creative Commons Attribution 3.0 Unported License</a>.
21+
</div>
22+
</body>
23+
</html>

examples/license.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: License Metadata Example</title>
6+
</head>
7+
<body>
8+
This page, by
9+
<a href="http://lessig.org/">Lawrence Lessig</a>,
10+
is licensed under a
11+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
12+
Creative Commons Attribution License</a>.
13+
</body>
14+
</html>

examples/licenseimage.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: License Metadata with Image Example</title>
6+
</head>
7+
<body>
8+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
9+
<img src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
10+
</a>
11+
<br />
12+
This page, by
13+
<a href="http://lessig.org/">Lawrence Lessig</a>,
14+
is licensed under a
15+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
16+
Creative Commons Attribution License</a>.
17+
</body>
18+
</html>

examples/moremetadata.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: More Metadata Example</title>
6+
</head>
7+
<body>
8+
<div about="" typeof="cc:Work"
9+
xmlns:cc="http://creativecommons.org/ns#"
10+
xmlns:dct="http://purl.org/dc/terms/">
11+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
12+
<img src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
13+
</a>
14+
<br />
15+
<span property="dct:title">The Lessig Blog</span>,
16+
a
17+
<span rel="dct:type" href="http://purl.org/dc/dcmitype/Text">
18+
collection of texts
19+
</span>
20+
by
21+
<a property="cc:attributionName"
22+
rel="cc:attributionURL"
23+
href="http://lessig.org/">Lawrence Lessig</a>,
24+
is licensed under a
25+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
26+
Creative Commons Attribution License</a>.
27+
</div>
28+
</body>
29+
</html>

examples/multiple_textimage.html

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: Multiple Licenses, Text and Image Example</title>
6+
</head>
7+
<body>
8+
<div xmlns:dct="http://purl.org/dc/terms/"
9+
xmlns:cc="http://creativecommons.org/ns#">
10+
<div about="CC_image.png">
11+
<img src="CC_image.png" height="200px" />
12+
<br />
13+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
14+
<img src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
15+
</a>
16+
<br />
17+
<span property="dct:title">Sharing Creative Works</span>,
18+
by <a href="http://creativecommons.org/"
19+
property="cc:attributionName"
20+
rel="cc:attributionURL dct:creator">Creative Commons</a>
21+
is licensed under a
22+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
23+
Creative Commons Attribution 3.0 Unported License</a>.
24+
</div>
25+
<br />
26+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
27+
<img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" />
28+
</a>
29+
<br />
30+
This page, by
31+
<a rel="cc:attributionURL dct:creator"
32+
property="cc:attributionName"
33+
href="http://creativecommons.org/foobar">Foo Bar</a>,
34+
is licensed under a
35+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
36+
Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
37+
</div>
38+
</body>
39+
</html>

examples/multipleremix.html

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: Multiple Source Remix Example</title>
6+
</head>
7+
<body>
8+
<div xmlns:cc="http://creativecommons.org/ns#"
9+
xmlns:dct="http://purl.org/dc/terms/">
10+
<div about="CC_image.png"
11+
xmlns:dct="http://purl.org/dc/terms/"
12+
xmlns:cc="http://creativecommons.org/ns#">
13+
<img src="CC_image.png" height="200px" />
14+
<br />
15+
<span property="dct:title">Sharing Creative Works</span>,
16+
by
17+
<a href="http://creativecommons.org/"
18+
property="cc:attributionName"
19+
rel="cc:attributionURL dct:creator">Creative Commons</a>
20+
is licensed under a
21+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
22+
Creative Commons Attribution 3.0 Unported License</a>.
23+
</div>
24+
<br />
25+
Este remix de
26+
<a href="attribution.html"
27+
rel="dct:source">
28+
<span property="dct:title">Attribution Example</span></a>,
29+
de
30+
<a about="attribution.html"
31+
rel="dct:creator"
32+
href="http://lessig.org/">Lawrence Lessig</a>,
33+
y <a href="image.html"
34+
rel="dct:source">
35+
<span property="dct:title">Image Example</span></a>, por
36+
<a about="image.html"
37+
rel="dct:creator"
38+
href="http://creativecommons.org/">Creative Commons</a>,
39+
fue creado por
40+
<a property="cc:attributionName"
41+
rel="cc:attributionURL"
42+
href="http://creativecommons.org/">Creative Commons</a>
43+
y está disponible bajo una
44+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
45+
Creative Commons Attribution 3.0 Unported License</a>.
46+
</div>
47+
</body>
48+
</html>

examples/pdm.html

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: PDM Example</title>
6+
</head>
7+
<body>
8+
<div about="Mona_Lisa.jpeg" xmlns:dct="http://purl.org/dc/terms/">
9+
<img src="Mona_Lisa.jpeg" />
10+
<br />
11+
<a rel="license" href="http://creativecommons.org/publicdomain/mark/1.0/">
12+
<img src="http://i.creativecommons.org/p/mark/1.0/88x31.png"
13+
style="border-style: none;" alt="Public Domain Mark" />
14+
</a>
15+
<br />
16+
This work (<span property="dct:title">Mona Lisa</span>,
17+
by <a href="http://en.wikipedia.org/wiki/Leonardo_da_Vinci"
18+
rel="dct:creator">
19+
<span property="dct:title">Leonardo di ser Piero da Vinci</span>
20+
</a>),
21+
identified by
22+
<a href="http://yergler.net/"
23+
rel="dct:publisher"><span property="dct:title">Nathan Yergler</span></a>,
24+
is free of known copyright restrictions. Users are requested to honor the non-binding
25+
<a href="" rel="cc:useGuidelines">use guidelines</a>.
26+
</div>
27+
</body>
28+
</html>

examples/registration.html

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: Registered Work Example</title>
6+
</head>
7+
<body>
8+
<a xmlns:sioc="http://rdfs.org/sioc/ns#"
9+
rel="sioc:has_owner"
10+
href="https://creativecommons.net/creativecommons/">
11+
<img src="https://creativecommons.net/i/creativecommons/"
12+
style="border:0;" />
13+
</a>
14+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
15+
<img src="http://i.creativecommons.org/l/by/3.0/us/88x31.png"
16+
style="border:0;" />
17+
</a>
18+
<br />
19+
<span xmlns:dct="http://purl.org/dc/terms/"
20+
property="dct:title">Example Work</span>
21+
by
22+
<a xmlns:cc="http://creativecommons.org/ns#"
23+
href="http://creativecommons.org/"
24+
property="cc:attributionName"
25+
rel="cc:attributionURL">Creative Commons</a>
26+
is licensed under a
27+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
28+
Creative Commons Attribution 3.0 Unported License</a>.
29+
</body>
30+
</html>

examples/singleremix.html

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Implementing CC: Single Source Remix Example</title>
6+
</head>
7+
<body>
8+
<div xmlns:cc="http://creativecommons.org/ns#"
9+
xmlns:dct="http://purl.org/dc/terms/">
10+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
11+
<img src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
12+
</a>
13+
<br />
14+
Este remix del
15+
<a href="attribution.html"
16+
rel="dct:source">
17+
<span property="dct:title">Attribution Example</span></a>
18+
de
19+
<a about="attribution.html"
20+
href="http://lessig.org/"
21+
rel="dct:creator">
22+
<span property="dct:title">Lawrence Lessig</span></a>,
23+
es por
24+
<a property="cc:attributionName"
25+
rel="cc:attributionURL"
26+
href="http://creativecommons.org/">Creative Commons</a>
27+
y está disponible bajo una licencia
28+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
29+
Creative Commons Attribution 3.0 Unported</a>.
30+
</div>
31+
</body>
32+
</html>

0 commit comments

Comments
 (0)