Fix RFC5746 and WEBID local biblio references
authorscor <scorlosquet@gmail.com>
Sun, 30 Jun 2013 22:43:21 -0400
changeset 378 49894597ee18
parent 377 d97e07551650
child 379 c01ee21d4ef2
Fix RFC5746 and WEBID local biblio references
spec/tls-respec.html
--- a/spec/tls-respec.html	Fri Jun 14 11:24:16 2013 +0200
+++ b/spec/tls-respec.html	Sun Jun 30 22:43:21 2013 -0400
@@ -44,10 +44,6 @@
     <script class='remove'>
       var preProc = {
           apply:  function(c) {
-                    // extend the bibliography entries
-//                    berjon.biblio["RFC5746"] = "E. Rescorla, M. Ray, S. Dispensa, N. Oskov,  <a href=\"http://tools.ietf.org/html/rfc5746\"><cite>Transport Layer Security (TLS) Renegotiation Indication Extension</cite></a> February 2010. Internet RFC 5246. URL: <a href=\"http://tools.ietf.org/html/rfc5746\">http://tools.ietf.org/html/rfc5746</a> ";
-//                    berjon.biblio["WEBID"] =  "Andrei Sambra, Stéphane Corlosquet. <a href='https://dvcs.w3.org/hg/WebID/raw-file/tip/spec/identity-respec.html'><cite>WebID 1.0: Web Identity and Discovery.</cite></a>";
-
                     // process the document before anything else is done
                     var refs = document.querySelectorAll('adef') ;
                     for (var i = 0; i < refs.length; i++) {
@@ -165,6 +161,10 @@
 
 
       var respecConfig = {
+          localBiblio: {
+            RFC5746:  "E. Rescorla, M. Ray, S. Dispensa, N. Oskov,  <a href=\"http://tools.ietf.org/html/rfc5746\"><cite>Transport Layer Security (TLS) Renegotiation Indication Extension</cite></a> February 2010. Internet RFC 5246. URL: <a href=\"http://tools.ietf.org/html/rfc5746\">http://tools.ietf.org/html/rfc5746</a>",
+            WEBID:  "Andrei Sambra, Stéphane Corlosquet. <a href='https://dvcs.w3.org/hg/WebID/raw-file/tip/spec/identity-respec.html'><cite>WebID 1.0: Web Identity and Discovery.</cite></a>",
+          },
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
           // embed RDFa data in the output
           doRDFa: true,