--- a/bp/index.html Wed Nov 20 14:22:25 2013 +0100
+++ b/bp/index.html Wed Nov 20 14:34:20 2013 +0100
@@ -9,12 +9,78 @@
<!--[if lt IE 9]>
<script src="http://www.w3.org/2008/site/js/html5shiv.js"></script>
<![endif]-->
- <script type="text/javascript" src='../respec/respec3/builds/respec-w3c-common.js' class='remove'></script>
- <script type="text/javascript" src='../respec/respec3/bibref/biblio.js'></script>
- <script type="text/javascript" src='../respec/ReSpec.js' class="remove"></script>
- <script type="text/javascript" src='../respec/gld-bib.js'></script>
- <script type="text/javascript" src='../respec-config.js' class="remove"</script>
- <script type="text/javascript" src="respec-contributor-hack.js" class="remove"></script>
+ <script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
+ <script class='remove'>
+ var respecConfig = {
+ // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+ specStatus: "ED",
+ copyrightStart: "2012",
+ //lcEnd: "2013-04-08",
+
+ // the specification's short name, as in http://www.w3.org/TR/short-name/
+ shortName: "vocab-org",
+ //subtitle: "",
+ // if you wish the publication date to be other than today, set this
+ // publishDate: "2009-08-06",
+
+ // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+ // and its maturity status
+ previousPublishDate: "2013-06-25",
+ previousMaturity: "CR",
+ //previousDiffURI: "http://dvcs.w3.org/hg/gld/bp/",
+ //diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
+
+ // if there a publicly available Editor's Draft, this is the link
+ edDraftURI: "https://dvcs.w3.org/hg/gld/raw-file/default/org/index.html",
+
+ // if this is a LCWD, uncomment and set the end of its review period
+ // lcEnd: "2009-08-05",
+
+ // if you want to have extra CSS, append them to this list
+ // it is recommended that the respec.css stylesheet be kept
+ //extraCSS: [
+ // "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"
+ //],
+
+ // editors, add as many as you like
+ // only "name" is required
+ editors: [
+ { name: "Bernadette Hyland", company: "3 Round Stones.", companyURL: "http://3roundstones.com/" },
+ {name: "Ghislain A. Atemezing", company: "Eurecom", companyURL: "http://www.eurecom.fr"},
+ {name: "Boris Villazon-terrazas", company: "iSOCO", companyURL: "http://www.isoco.com"}
+ ],
+
+ // authors, add as many as you like.
+ // This is optional, uncomment if you have authors as well as editors.
+ // only "name" is required. Same format as editors.
+
+ // authors: [],
+
+ // name of the WG
+ wg: "Government Linked Data Working Group",
+
+ // URI of the public WG page
+ wgURI: "http://www.w3.org/2011/gld/",
+
+ // name of the public mailing to which comments are due
+ wgPublicList: "public-gld-comments",
+
+ // 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: "",
+ maxTocLevel: 3,
+ // preProcess: [ preProc, addGLDBiblio ]
+ //alternateFormats: [ {uri: "diff-20110507.html", label: "diff to previous version"} ],
+
+ localBiblio: {
+ "good-relations" : "Martin Hepp, <cite><a href=\"http://www.heppnetz.de/ontologies/goodrelations/v1.html\">GoodRelations Language Reference</a></cite>, Version 1.0, 1 October 2011, URL: <a href=\"http://www.heppnetz.de/ontologies/goodrelations/v1.html\">http://www.heppnetz.de/ontologies/goodrelations/v1.html</a>"
+ }
+
+ };
+ </script>
<link rel="stylesheet" type="text/css" href="local-style.css" />
</head>