various changes for CR pubs
authorSandro Hawke <sandro@hawke.org>
Tue, 05 Nov 2013 10:11:40 -0500
changeset 1214 8dbe9af2d96b
parent 1211 e2253ada36a1
child 1215 da3534eb71f9
various changes for CR pubs
nquads/index.html
rdf-concepts/index.html
rdf-concepts/reports/index.html
rdf-turtle/n-triples.html
trig/index.html
--- a/nquads/index.html	Tue Nov 05 07:15:34 2013 -0500
+++ b/nquads/index.html	Tue Nov 05 10:11:40 2013 -0500
@@ -67,7 +67,9 @@
           wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
 
           // doRDFa: true,
-          testSuiteURI: "http://www.w3.org/2013/N-QuadsTests/"
+          testSuiteURI: "http://www.w3.org/2013/N-QuadsTests/",
+	  implementationReportURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/reports/index.html",
+	  
       };
     </script>
       <style type="text/css">
--- a/rdf-concepts/index.html	Tue Nov 05 07:15:34 2013 -0500
+++ b/rdf-concepts/index.html	Tue Nov 05 10:11:40 2013 -0500
@@ -103,6 +103,9 @@
           // from the dcterms, foaf, and bibo. The parameter defaults to false.
           doRDFa: "1.1",
 
+         implementationReportURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-concepts/reports/index.html",
+
+
           alternateFormats: [ { uri: "diff-20130723.html", label: "diff to previous version" } ]
       };
     </script>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-concepts/reports/index.html	Tue Nov 05 10:11:40 2013 -0500
@@ -0,0 +1,118 @@
+<!DOCTYPE html>
+<html prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap# mf: http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#'>
+  <head>
+    <meta content='text/html;charset=utf-8' http-equiv='Content-Type' />
+    <link href='earl.ttl' rel='alternate' />
+    <link href='earl.jsonld' rel='alternate' />
+    <link href='rdf.rb-earl-2013-11-01.ttl' rel='related' />
+    <title>
+      RDF Concepts
+      Implementation Report
+    </title>
+    <script class='remove' src='../../local-biblio.js'></script>
+    <script class='remove' src='https://www.w3.org/Tools/respec/respec-w3c-common' type='text/javascript'></script>
+    <script type='text/javascript'>
+      //<![CDATA[
+        var respecConfig = {
+            // extend the bibliography entries
+            localBiblio: localBibliography,
+        
+            // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+            specStatus:           "unofficial",
+            copyrightStart:       "2010",
+            doRDFa:               "1.1",
+        
+            // the specification's short name, as in http://www.w3.org/TR/short-name/
+            shortName:            "rdf11-concepts-earl",
+            //subtitle:             "Turtle Implementation Conformance Report",
+            // if you wish the publication date to be other than today, set this
+            publishDate:  "2013/11/01",
+        
+            // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+            // and its maturity status
+            //previousPublishDate:  "2011-10-23",
+            //previousMaturity:     "ED",
+            //previousDiffURI:      "http://json-ld.org/spec/ED/json-ld-syntax/20111023/index.html",
+            //diffTool:             "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
+        
+            // if there a publicly available Editor's Draft, this is the link
+            //edDraftURI:           "",
+        
+            // if this is a LCWD, uncomment and set the end of its review period
+            // lcEnd: "2009-08-05",
+        
+            // editors, add as many as you like
+            // only "name" is required
+            editors:  [
+                { name: "Sandro Hawke" }
+            ],
+        
+            // authors, add as many as you like.
+            // This is optional, uncomment if you have authors as well as editors.
+            // only "name" is required. Same format as editors.
+            //authors:  [
+            //RDF Working Group],
+        
+            // name of the WG
+            wg:           "RDF Working Group",
+        
+            // URI of the public WG page
+            wgURI:        "http://www.w3.org/2011/rdf-wg/",
+        
+            // name (with the @w3c.org) of the public mailing to which comments are due
+            wgPublicList: "public-rdf-comments",
+        
+            // URI of the patent status for this WG, for Rec-track documents
+            // !!!! IMPORTANT !!!!
+            // This is important for Rec-track documents, do not copy a patent URI from a random
+            // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+            // Team Contact.
+            wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
+            alternateFormats: [
+              {uri: "earl.ttl", label: "Turtle"},
+              {uri: "earl.jsonld", label: "JSON-LD"}
+            ],
+        };
+      //]]>
+    </script>
+    <style type='text/css'>
+      /*<![CDATA[*/
+        span[property='dc:description'] { display: none; }
+        td.PASS { color: green; }
+        td.FAIL { color: red; }
+        table.report {
+          border-width: 1px;
+          border-spacing: 2px;
+          border-style: outset;
+          border-color: gray;
+          border-collapse: separate;
+          background-color: white;
+        }
+        table.report th {
+          border-width: 1px;
+          padding: 1px;
+          border-style: inset;
+          border-color: gray;
+          background-color: white;
+          -moz-border-radius: ;
+        }
+        table.report td {
+          border-width: 1px;
+          padding: 1px;
+          border-style: inset;
+          border-color: gray;
+          background-color: white;
+          -moz-border-radius: ;
+        }
+        tr.summary {font-weight: bold;}
+        td.passed-all {color: green;}
+        td.passed-most {color: darkorange;}
+        td.passed-some {color: red;}
+      /*]]>*/
+    </style>
+  </head>
+  <body prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap# mf: http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#'>
+
+    <p>At this point, the WG is not tracking implementations of RDF 1.1 Concepts.   Please see the implementation reports for particular technologies built on RDF 1.1 Concepts, such as RDF 1.1 Semantics and RDF 1.1 Turtle.
+  </body>
+</html>
--- a/rdf-turtle/n-triples.html	Tue Nov 05 07:15:34 2013 -0500
+++ b/rdf-turtle/n-triples.html	Tue Nov 05 10:11:40 2013 -0500
@@ -73,8 +73,10 @@
           // Team Contact.
           wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
           // doRDFa: true,
-          testSuiteURI: "http://www.w3.org/2013/N-TriplesTests/"
-
+          testSuiteURI: "http://www.w3.org/2013/N-TriplesTests/",
+	  implementationReportURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/reports/n-triples.html"
+	  
+	  
       };
     </script>
       <style type="text/css">
--- a/trig/index.html	Tue Nov 05 07:15:34 2013 -0500
+++ b/trig/index.html	Tue Nov 05 10:11:40 2013 -0500
@@ -61,7 +61,7 @@
 	  //previousURI: "http://www.w3.org/TR/trig/",
 
 	  // if there a publicly available Editor's Draft, this is the link
-	  edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/index.html",
+	  edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/index.html", 
 
 	  // if this is a LCWD, uncomment and set the end of its review period
 	  lcEnd: "2013-10-11",
@@ -116,8 +116,9 @@
 	  // doRDFa: true,
 	  preProcess: [ preprocessTrig ] ,
 
-      testSuiteURI:         "https://dvcs.w3.org/hg/rdf/file/default/trig/tests"
+      testSuiteURI:         "https://dvcs.w3.org/hg/rdf/file/default/trig/tests",
 
+      implementationReportURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/reports/index.html", 
       };
     </script>