Reverting ORG and QB configurations to editor's drafts
authorDave Reynolds <dave@epimorphics.com>
Mon, 01 Jul 2013 09:28:16 +0100
changeset 588 ad506770dca6
parent 587 4afb9d388bff
child 589 e29e499ec582
Reverting ORG and QB configurations to editor's drafts
data-cube/respec-config.js
org/respec-config.js
--- a/data-cube/respec-config.js	Tue Jun 25 09:04:41 2013 +0100
+++ b/data-cube/respec-config.js	Mon Jul 01 09:28:16 2013 +0100
@@ -1,18 +1,18 @@
 var respecConfig = {
     // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-    specStatus:           "CR",
+    specStatus:           "ED",
     //copyrightStart:       "2010",
 
     // the specification's short name, as in http://www.w3.org/TR/short-name/
     shortName:            "vocab-data-cube",
     //subtitle:             "",
     // if you wish the publication date to be other than today, set this
-    publishDate:  "2013-06-25",
+    // publishDate:  "2013-03-12",
 
     // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
     // and its maturity status
-    previousPublishDate:  "2013-03-12",
-    previousMaturity:     "LC",
+    previousPublishDate:  "2012-04-05",
+    previousMaturity:     "WD",
     //previousDiffURI:      "http://dvcs.w3.org/hg/gld/bp/",
     //diffTool:             "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
 
@@ -20,8 +20,7 @@
     edDraftURI:           "https://dvcs.w3.org/hg/gld/raw-file/default/data-cube/index.html",
 
     // if this is a LCWD, uncomment and set the end of its review period
-    //lcEnd: "2013-04-08",
-    crEnd: "2013-07-26",
+    lcEnd: "2013-04-08",
 
     // if you want to have extra CSS, append them to this list
     // it is recommended that the respec.css stylesheet be kept
--- a/org/respec-config.js	Tue Jun 25 09:04:41 2013 +0100
+++ b/org/respec-config.js	Mon Jul 01 09:28:16 2013 +0100
@@ -1,10 +1,9 @@
 var respecConfig = {
     // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-    specStatus:           "CR",
-    publishDate:          "2013-06-25",
+    specStatus:           "ED",
+    //publishDate:          "2013-05-23",
     //copyrightStart:       "2010",
     //lcEnd:                "2013-04-08",
-    crEnd:                  "2013-07-26",
 
     // the specification's short name, as in http://www.w3.org/TR/short-name/
     shortName:            "vocab-org",
@@ -20,7 +19,7 @@
     //diffTool:             "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
 
     // if there a publicly available Editor's Draft, this is the link
-    edDraftURI:           "http://dvcs.w3.org/hg/gld/raw-file/default/org/index.html",
+    edDraftURI:           "https://dvcs.w3.org/hg/gld/raw-file/default/org/index.html",
 
     // if this is a LCWD, uncomment and set the end of its review period
     // lcEnd: "2009-08-05",
@@ -57,7 +56,7 @@
     // 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/47663/status",
+    //wgPatentURI:  "",
     maxTocLevel: 3,
     preProcess: [ preProc, addGLDBiblio ]
     //alternateFormats: [ {uri: "diff-20110507.html", label: "diff to previous version"} ],