Update to PR, set PR dates and publication dates
authorGavin Carothers <gavin@carothers.name>
Wed, 18 Dec 2013 07:04:35 -0800
changeset 1632 b28dd55a399c
parent 1631 da21d7fee853
child 1633 5d7680092df9
Update to PR, set PR dates and publication dates
nquads/index.html
rdf-turtle/index.html
rdf-turtle/n-triples.html
trig/index.html
--- a/nquads/index.html	Wed Dec 18 06:49:43 2013 -0800
+++ b/nquads/index.html	Wed Dec 18 07:04:35 2013 -0800
@@ -11,7 +11,7 @@
           localBiblio: localBibliography,
 
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "CR",
+          specStatus:           "PR",
 
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "n-quads",
@@ -21,7 +21,7 @@
           subtitle   :  "A line-based syntax for an RDF datasets",
 
           // if you wish the publication date to be other than today, set this
-          publishDate:  "2013-11-05",
+          publishDate:  "2014-01-07",
 
           // if the specification's copyright date is a range of years, specify
           // the start date here:
@@ -29,15 +29,16 @@
 
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
-          previousPublishDate:  "2013-09-05",
-          previousMaturity:  "LC",
+          previousPublishDate:  "2013-11-05",
+          previousMaturity:  "CR",
 
           // if there a publicly available Editor's Draft, this is the link
           edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/index.html",
 
           // if this is a LCWD, uncomment and set the end of its review period
-          //lcEnd: "2013-10-14",
+          lcEnd: "2013-10-14",
           crEnd: "2013-11-26",
+          prEnd: "2013-02-04",
 
           // editors, add as many as you like
           // only "name" is required
--- a/rdf-turtle/index.html	Wed Dec 18 06:49:43 2013 -0800
+++ b/rdf-turtle/index.html	Wed Dec 18 07:04:35 2013 -0800
@@ -54,7 +54,7 @@
 	  // if this is a LCWD, uncomment and set the end of its review period
 	  lcEnd: "2012-09-15",
 	  crEnd: "2013-03-26",
-	  prEnd: "2013-11-31",
+      prEnd: "2013-02-04",
 
 	  // if you want to have extra CSS, append them to this list
 	  // it is recommended that the respec.css stylesheet be kept
--- a/rdf-turtle/n-triples.html	Wed Dec 18 06:49:43 2013 -0800
+++ b/rdf-turtle/n-triples.html	Wed Dec 18 07:04:35 2013 -0800
@@ -11,7 +11,7 @@
           localBiblio: localBibliography,
 
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "CR",
+          specStatus:           "PR",
 
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "n-triples",
@@ -21,7 +21,7 @@
           subtitle   :  "A line-based syntax for an RDF graph",
 
           // if you wish the publication date to be other than today, set this
-          publishDate:  "2013-11-05",
+          publishDate:  "2014-01-07",
 
           // if the specification's copyright date is a range of years, specify
           // the start date here:
@@ -29,16 +29,17 @@
 
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
-          previousPublishDate:  "2013-09-05",
-          previousMaturity:  "LC",
+          previousPublishDate:  "2013-11-05",
+          previousMaturity:  "CR",
 
           // if there a publicly available Editor's Draft, this is the link
           edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/n-triples.html",
 
           // if this is a LCWD, uncomment and set the end of its review period
-          //lcEnd: "2013-10-14",
+          lcEnd: "2013-10-14",
 
           crEnd: "2013-11-26",
+          prEnd: "2014-02-04",
 
           // editors, add as many as you like
           // only "name" is required
--- a/trig/index.html	Wed Dec 18 06:49:43 2013 -0800
+++ b/trig/index.html	Wed Dec 18 07:04:35 2013 -0800
@@ -38,7 +38,7 @@
       localBiblio: localBibliography,
 
 	  // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-	  specStatus:           "CR",
+	  specStatus:           "PR",
 
 	  // the specification's short name, as in http://www.w3.org/TR/short-name/
 	  shortName:            "trig",
@@ -48,7 +48,7 @@
 	  subtitle   :  "RDF Dataset Language",
 
 	  // if you wish the publication date to be other than today, set this
-	  publishDate:  "2013-11-05",
+	  publishDate:  "2014-01-07",
 
 	  // if the specification's copyright date is a range of years, specify
 	  // the start date here:
@@ -56,8 +56,8 @@
 
 	  // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
 	  // and its maturity status
-	  previousPublishDate:  "2013-09-19",
-      previousMaturity:  "LC",
+	  previousPublishDate:  "2013-11-05",
+      previousMaturity:  "CR",
 	  //previousURI: "http://www.w3.org/TR/trig/",
 
 	  // if there a publicly available Editor's Draft, this is the link
@@ -66,6 +66,7 @@
 	  // if this is a LCWD, uncomment and set the end of its review period
 	  lcEnd: "2013-10-11",
       crEnd: "2013-11-26",
+      prEnd: "2014-02-04",
 
 	  // if you want to have extra CSS, append them to this list
 	  // it is recommended that the respec.css stylesheet be kept