Skip to content

Commit

Permalink
Updated JSON-LD Syntax metadata to reflect Editors Draft status.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 19, 2012
1 parent 15239f9 commit 4a7e453
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spec/latest/json-ld-syntax/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 4a7e453

Please sign in to comment.