--- a/dcat/respec-config.js Wed Apr 04 23:47:57 2012 -0400
+++ b/dcat/respec-config.js Thu Apr 05 00:04:12 2012 -0400
@@ -1,14 +1,14 @@
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
- specStatus: "FPWD",
+ specStatus: "ED",
// publishDate: "2012-02-09",
//copyrightStart: "2010",
// the specification's short name, as in http://www.w3.org/TR/short-name/
- shortName: "dcat",
+ shortName: "vocab-dcat",
//subtitle: "",
// if you wish the publication date to be other than today, set this
- publishDate: "2012-04-03",
+ // publishDate: "2012-04-05",
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
@@ -34,7 +34,7 @@
editors: [
{ name: "Fadi Maali", url: "mailto:fadi.maali@deri.org", company: "DERI, NUIG", companyURL: "http://www.deri.ie"},
{ name: "John Erickson", url: "mailto:olyerickson@gmail.com", company: "Tetherless World Constellation (RPI)", companyURL: "http://tw.rpi.edu/" },
- { name: "Phil Archer", url: "mailto:phila@w3.org", company: "W3C/ERCIM", companyURL: "http://www.w3.org/"},
+ { name: "Phil Archer", url: "mailto:phila@w3.org", company: "W3C/ERCIM", companyURL: "http://www.w3.org/"}
],
@@ -45,20 +45,20 @@
//authors: [],
// name of the WG
- wg: "Government Linked Data Working Group",
+ // wg: "",
// URI of the public WG page
- wgURI: "http://www.w3.org/2011/gld/",
+ // wgURI: "",
// name of the public mailing to which comments are due
- wgPublicList: "public-gld-wg",
+ // wgPublicList: "",
// 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: "http://www.w3.org/2004/01/pp-impl/47663/status",
+ // wgPatentURI: ""
maxTocLevel: 2,
preProcess: [ preProc ]
//alternateFormats: [ {uri: "diff-20110507.html", label: "diff to previous version"} ],