--- a/rdf-turtle/index.html Tue Aug 16 11:28:06 2011 -0700
+++ b/rdf-turtle/index.html Tue Aug 16 11:31:51 2011 -0700
@@ -24,7 +24,7 @@
}
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
- specStatus: "FPWD",
+ specStatus: "ED",
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "Turtle",
@@ -34,7 +34,7 @@
subtitle : "Terse RDF Triple Language",
// if you wish the publication date to be other than today, set this
- publishDate: "2011-08-09",
+ // publishDate: "2011-08-09",
// if the specification's copyright date is a range of years, specify
// the start date here:
@@ -42,9 +42,9 @@
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
- previousPublishDate: "2011-03-28",
- previousMaturity: "Team-SUBM",
- previousURI: "http://www.w3.org/TeamSubmission/2011/SUBM-turtle-20110328/",
+ previousPublishDate: "2011-08-09",
+ previousMaturity: "FPWD",
+ previousURI: "http://www.w3.org/TR/2011/WD-turtle-20110809/",
// if there a publicly available Editor's Draft, this is the link
edDraftURI: "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/index.html",