Updated JSON-LD Syntax metadata to reflect Editors Draft status.
authorManu Sporny <msporny@digitalbazaar.com>
Sat, 18 Aug 2012 23:11:53 -0400
changeset 823 1f85e98aebd8
parent 822 e5876baa5e75
child 824 fe2079ef907a
Updated JSON-LD Syntax metadata to reflect Editors Draft status.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Sat Aug 18 23:11:46 2012 -0400
+++ b/spec/latest/json-ld-syntax/index.html	Sat Aug 18 23:11:53 2012 -0400
@@ -147,8 +147,8 @@
       var respecConfig = {
           doRDFa: "1.1",
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "FPWD",
-          publishDate:          "2012-07-12",
+          specStatus:           "ED",
+          //publishDate:          "2012-07-12",
           copyrightStart:       "2010",
 
           // the specification's short name, as in http://www.w3.org/TR/short-name/
@@ -159,9 +159,9 @@
 
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
-          previousPublishDate:  "2012-06-26",
-          previousMaturity:     "CG-FINAL",
-          previousDiffURI:      "http://json-ld.org/spec/FCGS/json-ld-syntax/20120626/",
+          previousPublishDate:  "2012-07-12",
+          previousMaturity:     "FPWD",
+          previousDiffURI:      "http://www.w3.org/TR/2012/WD-json-ld-syntax-20120712/",
           diffTool:             "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
 
           // if there a publicly available Editor's Draft, this is the link
@@ -219,8 +219,8 @@
           // Team Contact.
           wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
           maxTocLevel: 4,
-          preProcess: [ preProc ],
-          alternateFormats: [ {uri: "diff-20120626.html", label: "diff to previous version"} ],
+          preProcess: [ preProc ]
+          //alternateFormats: [ {uri: "diff-20120626.html", label: "diff to previous version"} ],
       };
 
       function _esc(s) {