Really (hopefully) fixed JSON reference on IETF site
authorbhyland
Tue, 26 Mar 2013 14:36:59 -0400
changeset 431 0f12fa923bca
parent 430 df8ced5e064b
child 432 d6b0bf6f3c45
Really (hopefully) fixed JSON reference on IETF site
glossary/index.html
glossary/respec-ref.js
--- a/glossary/index.html	Tue Mar 26 14:32:27 2013 -0400
+++ b/glossary/index.html	Tue Mar 26 14:36:59 2013 -0400
@@ -249,7 +249,7 @@
 
 <section>
 <h4>JSON</h4>
-JavaScript Object Notation (JSON) is syntax for storing and exchanging text based information. JSON has proven to be a highly useful and popular object serialization and messaging format for the Web. See [[RFC4627]] for details. 
+JavaScript Object Notation (JSON) is syntax for storing and exchanging text based information. JSON has proven to be a highly useful and popular object serialization and messaging format for the Web. See [[!RFC4627]] for details. 
 </section>
 
 <section>
@@ -474,7 +474,7 @@
 
 <h4>RDF-JSON</h4>
 <p class='todo'>In favor of removing this item: DaveR. In favor of keeping: Bhyland. To discuss</p>
-A concrete syntax in JavaScript Object Notation (JSON) [[RFC4627]] for RDF as defined in the RDF Concepts and Abstract Syntax [[!RDF-CONCEPTS]] W3C Recommendation.  An RDF-JSON document serializes such a set of RDF triples as a series of nested data structures.  See also [<a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-json/index.html"> RDF 1.1  JSON Serialization document draft</a>]
+A concrete syntax in JavaScript Object Notation (JSON) [[!RFC4627]] for RDF as defined in the RDF Concepts and Abstract Syntax [[!RDF-CONCEPTS]] W3C Recommendation.  An RDF-JSON document serializes such a set of RDF triples as a series of nested data structures.  See also [<a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-json/index.html"> RDF 1.1  JSON Serialization document draft</a>]
 </section>
 
 <section>
--- a/glossary/respec-ref.js	Tue Mar 26 14:32:27 2013 -0400
+++ b/glossary/respec-ref.js	Tue Mar 26 14:36:59 2013 -0400
@@ -30,7 +30,7 @@
 		berjon.biblio["RDFa-PRIMER"] = "<cite><a href=\"http://www.w3.org/TR/2012/NOTE-rdfa-primer-20120607/\">RDFa Primer</a></cite>, Ben Adida, Ivan Herman, Manu Sporny,  07 June 2012. W3C Note. URL: <a href=\"http://www.w3.org/TR/2012/NOTE-rdfa-primer-20120607/\">http://www.w3.org/TR/2012/NOTE-rdfa-primer-20120607/</a>";
 		berjon.biblio["N3"] = "<cite><a href=\"http://www.w3.org/TeamSubmission/n3/\">Notation3 (N3): A readable RDF syntax</a></cite>, Tim Berners-Lee, Dan Connolly,  28 March 2011. W3C Team Submission. URL: <a href=\"http://www.w3.org/TeamSubmission/n3/\">http://www.w3.org/TeamSubmission/n3/</a>";
 		berjon.biblio["RDF-CONCEPTS"] = "<cite><a href=\"http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/\">Resource Description Framework (RDF): Concepts and Abstract Syntax</a></cite>, Graham Klyne, Jeremy J. Carroll,  10 February 2004. W3C Recommendation. URL: <a href=\"http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/\">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/</a>";
-		berjon.biblio["RFC4627"] = "<cite><a http://www.ietf.org/rfc/rfc4627.txt/\">The application/json Media Type for JavaScript Object Notation (JSON)</a></cite>, D. Crockford,   July 2006. Network Working Group. URL: <a href=\"http://www.ietf.org/rfc/rfc4627.txt/\">http://www.ietf.org/rfc/rfc4627.txt</a>";
+		berjon.biblio["RFC4627"] = "<cite><a http://www.ietf.org/rfc/rfc4627.txt/\">The application/json Media Type for JavaScript Object Notation (JSON)</a></cite>, D. Crockford,   July 2006. Network Working Group. URL: <a href=\"http://www.ietf.org/rfc/rfc4627.txt/\">http://www.ietf.org/rfc/rfc4627.txt/</a>";
 		berjon.biblio["RDF"] = "<cite><a href=\"http://www.w3.org/TR/REC-rdf-syntax/\">RDF/XML Syntax Specification (Revised)</a></cite>, Dave Beckett (eds),   10 February 2004, W3C Recommendation. URL: <a href=\"http://www.w3.org/TR/REC-rdf-syntax/\">http://www.w3.org/TR/REC-rdf-syntax/</a>";
 		berjon.biblio["SKOS-REFERENCE"] = "<cite><a href=\"http://www.w3.org/TR/2009/REC-skos-reference-20090818/\">SKOS: Simple Knowledge Organization System Reference</a></cite>, Sean Bechhofer, Alistair Miles (eds),   18 August 2009, W3C Recommendation. URL: <a href=\"http://www.w3.org/TR/2009/REC-skos-reference-20090818/\">http://www.w3.org/TR/2009/REC-skos-reference-20090818/</a>";
 		berjon.biblio["JSON-LD"] = "<cite><a href=\"http://www.w3.org/TR/json-ld-syntax/\">JSON-LD Syntax 1.0</a></cite>, Many Sporny, Gregg Kellogg, Markus Lanthaler (eds),   12 July 2012, W3C Working Draft. URL: <a href=\"http://www.w3.org/TR/json-ld-syntax/\">http://www.w3.org/TR/json-ld-syntax/</a>";