reverting dosument status to CR. was put as PR to generate statis HTML and committed accidently
--- a/dcat/index.html Mon Dec 16 16:41:49 2013 +0000
+++ b/dcat/index.html Mon Dec 16 16:48:54 2013 +0000
@@ -13,7 +13,8 @@
var respecConfig = {
// specification status (e.g. WD, LC, WG-NOTE, etc.). If in doubt use ED.
- specStatus: "PR",
+ //specStatus: "PR", PR
+ specStatus: "CR",
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "vocab-dcat",
@@ -23,9 +24,11 @@
// subtitle : "an excellent document",
// if you wish the publication date to be other than today, set this
- publishDate: "2013-12-04",
+ //publishDate: "2013-12-04", PR
+ publishDate: "2013-11-05",
prEnd: "2014-01-12",
- lcEnd: "2013-11-26",
+ //lcEnd: "2013-11-26", PR
+ crEnd: "2013-11-26",
// if the specification's copyright date is a range of years, specify
// the start date here:
@@ -33,8 +36,10 @@
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
- previousPublishDate: "2013-11-05",
- previousMaturity: "CR",
+ //previousPublishDate: "2013-11-05", PR
+ previousPublishDate: "2013-08-01",
+ //previousMaturity: "CR",
+ previousMaturity: "WD",
// if there a publicly available Editor's Draft, this is the link
edDraftURI: "https://dvcs.w3.org/hg/gld/raw-file/default/dcat/index.html",