Merge fmaali changes
authorDave Reynolds <dave@epimorphics.com>
Tue, 25 Jun 2013 09:04:41 +0100
changeset 587 4afb9d388bff
parent 586 95f00885a154 (current diff)
parent 585 8545551aeae5 (diff)
child 588 ad506770dca6
Merge fmaali changes
--- a/dcat/index.html	Tue Jun 25 09:03:02 2013 +0100
+++ b/dcat/index.html	Tue Jun 25 09:04:41 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 09:03:02 2013 +0100
+++ b/dcat/respec-config.js	Tue Jun 25 09:04:41 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:04:41 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>");
+    });
+