--- a/bp/index.html Wed Mar 13 00:34:06 2013 +0100
+++ b/bp/index.html Wed Mar 13 00:41:02 2013 +0100
@@ -13,6 +13,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>
<link rel="stylesheet" type="text/css" href="local-style.css" />
</head>
<body>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bp/respec-contributor-hack.js Wed Mar 13 00:41:02 2013 +0100
@@ -0,0 +1,4 @@
+ respecEvents.sub("end-all", function () {
+ $('.head dl').append("<dt>Contributor:</dt> <dd><a href='http://data.semanticweb.org/person/bernard-vatant/'>Bernard Vatant</a></dd>");
+ });
+