Skip to content

Commit 83c07b0

Browse files
mzeinstramzeinstra
mzeinstra
authored and
mzeinstra
committed
Changed many URIs to protocol relative URIs
The page would not load properly on my browser (which enforces HTTPS using https://www.eff.org/https-everywhere). With these changes many of the URIs now follow the protocol that was used when accessing the page. I only changed the URIs for href in ‘a’ and ‘link’. I did not change the URIs in <span resource=“”> As I am unsure wether the URI standard allows that and if it is a desired output.
1 parent 53a1794 commit 83c07b0

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

legacy/rdf-meta/ns.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
<base href="http://creativecommons.org/ns" />
1919

2020
<link rel="stylesheet" type="text/css"
21-
href="http://creativecommons.org/wp-content/themes/cc4/style.css" />
21+
href="//creativecommons.org/wp-content/themes/cc4/style.css" />
2222
<link rel="stylesheet" type="text/css"
23-
href="http://creativecommons.org/wp-content/themes/cc4/support.css" />
23+
href="//creativecommons.org/wp-content/themes/cc4/support.css" />
2424
<link rel="stylesheet" type="text/css"
25-
href="http://creativecommons.org/includes/ns.css"/>
25+
href="//creativecommons.org/includes/ns.css"/>
2626

27-
<!--[if IE]><link rel="stylesheet" type="text/css" media="screen" href="http://creativecommons.org/wp-content/themes/cc4/style-ie.css" />
27+
<!--[if IE]><link rel="stylesheet" type="text/css" media="screen" href="//creativecommons.org/wp-content/themes/cc4/style-ie.css" />
2828
<![endif]-->
2929

3030
</head>
@@ -54,9 +54,9 @@ <h3>Creative Commons Rights Expression Language</h3>
5454
REL) lets you describe copyright licenses in RDF.
5555
For more information on describing licenses in RDF
5656
and attaching those descriptions to digital works,
57-
see <a href="http://wiki.creativecommons.org/CC_REL">CC
57+
see <a href="//wiki.creativecommons.org/CC_REL">CC
5858
REL</a> in
59-
the <a href="http://wiki.creativecommons.org/">Creative
59+
the <a href="//wiki.creativecommons.org/">Creative
6060
Commons wiki</a>.
6161
</p>
6262

@@ -281,7 +281,7 @@ <h4>cc:jurisdiction</h4> A
281281
<div id="legalcode" about="#legalcode"
282282
typeof="rdf:Property">
283283
<h4>cc:legalcode</h4> The <a rel="rdfs:range"
284-
href="http://www.w3.org/2000/01/rdf-schema#Resource">
284+
href="//www.w3.org/2000/01/rdf-schema#Resource">
285285
URL</a> of the legal text of a <a rel="rdfs:domain"
286286
href="#License">License</a>.
287287
</div>
@@ -291,7 +291,7 @@ <h4>cc:legalcode</h4> The <a rel="rdfs:range"
291291
<h4>cc:deprecatedOn</h4> A <a rel="rdfs:domain"
292292
href="#License">License</a> may be deprecated;
293293
provides the <a rel="rdfs:range"
294-
href="http://www.w3.org/2001/XMLSchema-datatypes#date">date</a> <span property="rdfs:label">deprecated
294+
href="//www.w3.org/2001/XMLSchema-datatypes#date">date</a> <span property="rdfs:label">deprecated
295295
on</span>.
296296
</div>
297297

@@ -305,9 +305,9 @@ <h4>cc:license</h4> A <a rel="rdfs:domain"
305305
license</span> a <a rel="rdfs:range"
306306
href="#License">License</a>. <br />
307307
(a <a rel="rdfs:subPropertyOf"
308-
href="http://purl.org/dc/terms/license">subproperty
308+
href="//purl.org/dc/terms/license">subproperty
309309
of dc:license</a>, <a rel="owl:sameAs"
310-
href="http://www.w3.org/1999/xhtml/vocab#license">the
310+
href="//www.w3.org/1999/xhtml/vocab#license">the
311311
same as xhtml:license</a>)
312312
<span rev="owl:equivalentProperty"
313313
resource="http://web.resource.org/cc/license"></span>
@@ -339,7 +339,7 @@ <h4>cc:attributionName</h4>
339339
<div id="attributionURL" about="#attributionURL"
340340
typeof="rdf:Property">
341341
<h4>cc:attributionURL</h4> The <a rel="rdfs:range"
342-
href="http://www.w3.org/2000/01/rdf-schema#Resource">
342+
href="//www.w3.org/2000/01/rdf-schema#Resource">
343343
URL</a> the creator of a <a rel="rdfs:domain"
344344
href="#Work">Work</a> would like used when
345345
attributing re-use.
@@ -377,24 +377,24 @@ <h4>cc:useGuidelines</h4>
377377
<div id="footer">
378378
<div id="sub-footer" class="box">
379379
<ul>
380-
<li><a href="http://wiki.creativecommons.org/Developers">Developers</a></li>
380+
<li><a href="//wiki.creativecommons.org/Developers">Developers</a></li>
381381
</ul>
382382

383383
</div>
384384
<div><p class="box">
385-
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
386-
<img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="Creative Commons License" style="border: medium none ;" height="31" width="88" />
385+
<a rel="license" href="//creativecommons.org/licenses/by/3.0/">
386+
<img src="//i.creativecommons.org/l/by/3.0/88x31.png" alt="Creative Commons License" style="border: medium none ;" height="31" width="88" />
387387
</a>
388388
Except where otherwise <a class="subfoot"
389389
href="/policies#license">noted</a>, content on this site is licensed
390390
under a <a rel="license"
391-
href="http://creativecommons.org/licenses/by/3.0/"
391+
href="//creativecommons.org/licenses/by/3.0/"
392392
class="subfoot">Creative Commons Attribution 3.0 License</a>
393393
</p></div>
394394

395395
</div>
396396

397-
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
397+
<script src="//www.google-analytics.com/urchin.js" type="text/javascript"></script>
398398
<script type="text/javascript">_uacct = "UA-2010376-1"; urchinTracker();</script>
399399
</body>
400400

0 commit comments

Comments
 (0)