--- a/dcat/index.html Tue Jun 25 00:32:24 2013 +0100
+++ b/dcat/index.html Tue Jun 25 09:00:08 2013 +0100
@@ -10,6 +10,7 @@
<script type="text/javascript" src="respec-ref.js" class="remove"></script>
<script type="text/javascript" src="../respec/gld-bib.js" class="remove"></script>
<script type="text/javascript" src="respec-config.js" class="remove"></script>
+ <script type="text/javascript" src="respec-contributor-hack.js" class="remove"></script>
<style type="text/css">
table {
border-collapse:collapse;
--- a/dcat/respec-config.js Tue Jun 25 00:32:24 2013 +0100
+++ b/dcat/respec-config.js Tue Jun 25 09:00:08 2013 +0100
@@ -34,9 +34,11 @@
editors: [
{ name: "Fadi Maali", url: "mailto:fadi.maali@deri.org", company: "DERI, NUI Galway", 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/"}
-
],
+
+ contributors: [
+ { name: "Phil Archer", url: "mailto:phila@w3.org", company: "W3C/ERCIM", companyURL: "http://www.w3.org/"}
+ ],
// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dcat/respec-contributor-hack.js Tue Jun 25 09:00:08 2013 +0100
@@ -0,0 +1,4 @@
+ respecEvents.sub("end-all", function () {
+ $('.head dl').append("<dt>Contributor:</dt> <dd><a href='mailto:phila@w3.org'>Phil Archer</a>, <a href='http://www.w3.org/'>W3C/ERCIM</a></dd>");
+ });
+