use http instead of https scheme to avoid document load issues in Chrome.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Wed, 19 Sep 2012 14:41:20 -0700
changeset 141 8d1da7f9c601
parent 140 1a7cddb6bde2
child 142 d938fbab38c4
use http instead of https scheme to avoid document load issues in Chrome.
microdata-rdf/index.html
microdata-rdf/tests/index.html
microdata-supplement/index.html
--- a/microdata-rdf/index.html	Wed Sep 19 14:20:30 2012 -0700
+++ b/microdata-rdf/index.html	Wed Sep 19 14:41:20 2012 -0700
@@ -17,8 +17,8 @@
         apply:  function(c) {
             // extend the bibliography entries
             berjon.biblio["MICRODATA"] = "<cite><a href=\"http://www.w3.org/TR/2012/WD-microdata-20120329/\">HTML Microdata</a></cite> Ian Hickson Editor. W3C Working Draft. (Work in progress). 29 March 2012. This edition of the HTML Microdata specification is http://www.w3.org/TR/2012/WD-microdata-20120329/. The <a href=\"http://www.w3.org/TR/microdata/\">latest edition of HTML Microdata</a> is available at http://www.w3.org/TR/microdata/";
-            berjon.biblio["MICRODATA-RDF-SUPPLEMENT"] = "<cite><a href=\"https://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-supplement/index.html\">Microdata to RDF Supplement</a></cite> Gregg Kellogg Editor. World Wide Web Consortium (work in progress). 22 January 2012.";
-            berjon.biblio["MICRODATA-RDF-TESTS"] = "<cite><a href=\"https://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/tests/index.html\">Microdata to RDF Tests</a></cite> Gregg Kellogg, Ivan Herman Editors. World Wide Web Consortium (work in progress). 22 March 2012.";
+            berjon.biblio["MICRODATA-RDF-SUPPLEMENT"] = "<cite><a href=\"http://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-supplement/index.html\">Microdata to RDF Supplement</a></cite> Gregg Kellogg Editor. World Wide Web Consortium (work in progress). 22 January 2012.";
+            berjon.biblio["MICRODATA-RDF-TESTS"] = "<cite><a href=\"http://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/tests/index.html\">Microdata to RDF Tests</a></cite> Gregg Kellogg, Ivan Herman Editors. World Wide Web Consortium (work in progress). 22 March 2012.";
         }
     } ;
 
@@ -42,7 +42,7 @@
           diffTool:             "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
 
           // if there a publicly available Editor's Draft, this is the link
-          edDraftURI:           "https://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/index.html",
+          edDraftURI:           "http://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/index.html",
 
           // if this is a LCWD, uncomment and set the end of its review period
           // lcEnd: "2009-08-05",
--- a/microdata-rdf/tests/index.html	Wed Sep 19 14:20:30 2012 -0700
+++ b/microdata-rdf/tests/index.html	Wed Sep 19 14:41:20 2012 -0700
@@ -21,7 +21,7 @@
           shortName:            "microdata-rdf-tests",
           subtitle:             "Test suite for microdata to RDF",
 
-          edDraftURI:           "https://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/tests/index.html",
+          edDraftURI:           "http://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/tests/index.html",
 
           // if this is a LCWD, uncomment and set the end of its review period
           // lcEnd: "2009-08-05",
--- a/microdata-supplement/index.html	Wed Sep 19 14:20:30 2012 -0700
+++ b/microdata-supplement/index.html	Wed Sep 19 14:41:20 2012 -0700
@@ -32,7 +32,7 @@
           shortName:            "microdata-rdf-supplement",
           subtitle:             "Supplementary information for Microdata to RDF transformation",
 
-          edDraftURI:           "https://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf-supplement/index.html",
+          edDraftURI:           "http://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf-supplement/index.html",
 
           // if this is a LCWD, uncomment and set the end of its review period
           // lcEnd: "2009-08-05",