leave common stuff to group file
authorSandro Hawke <sandro@hawke.org>
Wed, 04 Apr 2012 23:43:09 -0400
changeset 173 00248cc1814a
parent 172 106f0236ad51
child 174 954a714a9037
leave common stuff to group file
data-cube/respec-config.js
--- a/data-cube/respec-config.js	Wed Apr 04 23:41:37 2012 -0400
+++ b/data-cube/respec-config.js	Wed Apr 04 23:43:09 2012 -0400
@@ -1,13 +1,13 @@
 var respecConfig = {
     // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-    specStatus:           "FPWD",
+    specStatus:           "ED",
     //copyrightStart:       "2010",
 
     // the specification's short name, as in http://www.w3.org/TR/short-name/
-    shortName:            "vocab-qb",
+    shortName:            "vocab-data-cube",
     //subtitle:             "",
     // if you wish the publication date to be other than today, set this
-    publishDate:  "2012-04-03",
+    //publishDate:  "2012-04-03",
 
     // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
     // and its maturity status
@@ -17,7 +17,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/data-cube/index.html",
+    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: "2009-08-05",
@@ -51,13 +51,13 @@
     //authors:  [],
 
     // name of the WG
-    wg:           "Government Linked Data Working Group",
+    //wg:           "Government Linked Data Working Group",
 
     // URI of the public WG page
-    wgURI:        "http://www.w3.org/2011/gld/",
+    //wgURI:        "http://www.w3.org/2011/gld/",
 
     // name of the public mailing to which comments are due
-    wgPublicList: "public-gld-comments",
+    //wgPublicList: "public-gld-comments",
 
 
     // URI of the patent status for this WG, for Rec-track documents
@@ -65,7 +65,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:  "",
+    //wgPatentURI:  "",
     maxTocLevel: 3,
     preProcess: [ addGLDBiblio ]
     //alternateFormats: [ {uri: "diff-20110507.html", label: "diff to previous version"} ],