Update glossary with minor fixes to definitions and syntax errors
authorbhyland
Mon, 26 Mar 2012 12:15:39 -0400
changeset 137 74d81c469300
parent 136 b73a35db0cc0
child 138 8ab4202063a9
Update glossary with minor fixes to definitions and syntax errors
glossary/index.html
glossary/respec-ref.js
--- a/glossary/index.html	Mon Mar 26 12:05:10 2012 -0400
+++ b/glossary/index.html	Mon Mar 26 12:15:39 2012 -0400
@@ -405,7 +405,7 @@
 <h4>Uniform Resource Identifiers (URIs)</h4>
 URI’s play a key role in enabling Linked Data. To publish data on the Web, the items in a domain of interest must first be identified. These are the things whose properties and relationships will be described in the data, and may include Web documents as well as real-world entities and abstract concepts. As Linked Data builds directly on Web architecture, the Web architecture term "resource" is used to refer to these things of interest, which are, in turn, identified by HTTP URIs. 
 
-URIs have been known by many names: Web addresses, Universal Document Identifiers, Universal Resource Identifiers [RFC1630], and finally the combination of Uniform Resource Indetifiers.  As far as HTTP is concerned, Uniform Resource Identifiers (URI's) are simply formatted strings which identify via name, location, or any other characteristic, a resource.  For definitive information on URL syntax and semantics, see "Uniform Resource Identifiers (URI): Generic Syntax and Semantics," [RFC2396] 
+URIs have been known by many names: Web addresses, Universal Document Identifiers, Universal Resource Identifiers, and finally the combination of Uniform Resource Indetifiers.  As far as HTTP is concerned, Uniform Resource Identifiers (URI's) are simply formatted strings which identify via name, location, or any other characteristic, a resource.  For definitive information on URL syntax and semantics, see "Uniform Resource Identifiers (URI): Generic Syntax and Semantics," [[!RFC2396]]
 </section >
 
 <section >
@@ -461,15 +461,6 @@
 </section>
 
 
-<!-- References -->
-<section class="references">
-
-[RFC1630] 	Berners-Lee, T., <a href="http://tools.ietf.org/html/rfc1630">Universal Resource Identifiers in WWW: A Unifying Syntax for the Expression of Names and Addresses of Objects on the Network as used in the World-Wide Web" target="blank"</a>, RFC 1630, June 1994.
-
-[RFC2396]	Berners-Lee, T., Fielding, R.T., and L. Masinter, <a ref="http://tools.ietf.org/html/rfc2396">Uniform Resource Identifiers (URI): Generic Syntax" target="blank"</a>, RFC 2396, August 1998.
-
-</section>
-
 <!--    ACK   -->
 <section class="appendix">
 <h2>Acknowledgments</h2>
--- a/glossary/respec-ref.js	Mon Mar 26 12:05:10 2012 -0400
+++ b/glossary/respec-ref.js	Mon Mar 26 12:15:39 2012 -0400
@@ -13,6 +13,11 @@
                 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["RFC2396"] = "<cite><a ref="http://tools.ietf.org/html/rfc2396"></cite> Berners-Lee, T., Fielding, R.T., and L. Masinter, Uniform Resource Identifiers (URI): Generic Syntax. URL: http://tools.ietf.org/html/rfc2396 ";
+	
+
+</section>
+
 
                 // process the document before anything else is done
                 var refs = document.querySelectorAll('adef') ;