added the ref of cookbook in respec-ref.js in bp doc
authorgatemezi
Sun, 17 Mar 2013 14:53:02 +0100
changeset 415 d44e03d4bcab
parent 414 a2bde370ff5f
child 416 698f27e6449f
added the ref of cookbook in respec-ref.js in bp doc
bp/respec-ref.js
--- a/bp/respec-ref.js	Sun Mar 17 14:41:29 2013 +0100
+++ b/bp/respec-ref.js	Sun Mar 17 14:53:02 2013 +0100
@@ -9,8 +9,9 @@
                 berjon.biblio["VOID-GUIDE"] = "<cite><a href=\"http://www.w3.org/TR/void/\">Describing Linked Datasets with the VoID Vocabulary</a></cite>, K. Alexander, R. Cyganiak, M. Hausenblas, and J. Zhao, W3C Interest Group Note 03 March 2011. URL: http://www.w3.org/TR/void/";
                 berjon.biblio["RDFA-CORE-PROFILE"] = "<cite><a href=\"http://www.w3.org/profile/rdfa-1.1\">RDFa Core Default Profile</a></cite>, I. Herman, W3C RDF Web Applications Working Group 02 June 2011. URL: http://www.w3.org/profile/rdfa-1.1";
                 berjon.biblio["XHTML-RDFA-PROFILE"] = "<cite><a href=\"http://www.w3.org/profile/html-rdfa-1.1\">HTML+RDFa Core Default Profile</a></cite>, I. Herman, W3C RDF Web Applications Working Group 24 May 2011. URL: http://www.w3.org/profile/html-rdfa-1.1";
-                berjon.biblio["RFC2616"] = "<cite><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616.html\">Hypertext Transfer Protocol -- HTTP/1.1</a></cite>, R. Fielding; et al. June 1999. Internet RFC 2616. URL: http://www.w3.org/Protocols/rfc2616/rfc2616.html.";
+                berjon.biblio["RFC2616"] = "<cite><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616.html\">Hypertext Transfer Protocol -- HTTP/1.1</a></cite>, R. Fielding; et al. June 1999. Internet RFC 2616. URL: <a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616.html\">http://www.w3.org/Protocols/rfc2616/rfc2616.html</a>.";
 		berjon.biblio["RFC3986"] = "<cite><a href=\"http://tools.ietf.org/html/rfc3986\">Uniform Resource Identifier (URI): Generic Syntax</a></cite>, Berners-Lee, et al. January 2005. Internet RFC 3986. URL: <a href=\"http://tools.ietf.org/html/rfc3986\">http://tools.ietf.org/html/rfc3986</a>.";
+		berjon.biblio["LOD-COOKBOOK"] = "<cite><a href=\"http://www.w3.org/2011/gld/wiki/Linked_Data_Cookbook\">Cookbook for Open Government Linked Data</a></cite>, B. Hyland, B. Villazon-Terrazas,  December 2011. GLD Wiki Document. URL: <a href=\"http://www.w3.org/2011/gld/wiki/Linked_Data_Cookbook\">http://www.w3.org/2011/gld/wiki/Linked_Data_Cookbook</a>.";
 
                 // process the document before anything else is done
                 var refs = document.querySelectorAll('adef') ;