removed stuff that's in the group config
authorSandro Hawke <sandro@hawke.org>
Wed, 04 Apr 2012 23:14:42 -0400
changeset 167 88d3896029dc
parent 166 fb065b8ad840
child 168 2c18cd07eb7e
removed stuff that's in the group config
org/respec-config.js
--- a/org/respec-config.js	Wed Apr 04 23:14:29 2012 -0400
+++ b/org/respec-config.js	Wed Apr 04 23:14:42 2012 -0400
@@ -1,7 +1,7 @@
 var respecConfig = {
     // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-    specStatus:           "FPWD",
-    publishDate:          "2012-04-03",
+    specStatus:           "ED",
+    //publishDate:          "2012-04-03",
     //copyrightStart:       "2010",
 
     // the specification's short name, as in http://www.w3.org/TR/short-name/
@@ -15,10 +15,10 @@
     //previousPublishDate:  "2011-06-26",
     //previousMaturity:     "ED",
     //previousDiffURI:      "http://dvcs.w3.org/hg/gld/bp/",
-    diffTool:             "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
+    //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/org/",
+    edDraftURI:           "http://dvcs.w3.org/hg/gld/raw-file/default/org/static.html",
 
     // if this is a LCWD, uncomment and set the end of its review period
     // lcEnd: "2009-08-05",
@@ -42,20 +42,20 @@
     //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-wg",
+    //wgPublicList: "public-gld-wg",
 
     // 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:  "",
+    //wgPatentURI:  "",
     maxTocLevel: 3,
     preProcess: [ preProc ]
     //alternateFormats: [ {uri: "diff-20110507.html", label: "diff to previous version"} ],