Added respect.js headers
authorDan Brickley <danbri@danbri.org>
Wed, 10 Aug 2011 18:00:41 +0200
changeset 120 8e921235fec2
parent 119 624f9c583a96
child 121 45a062bd4752
Added respect.js headers
rdf-schema/index.html
--- a/rdf-schema/index.html	Wed Aug 10 17:42:09 2011 +0200
+++ b/rdf-schema/index.html	Wed Aug 10 18:00:41 2011 +0200
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>RDF Vocabulary Description Language 1.0: RDF Schema</title>
+  <title>RDF Vocabulary Description Language 1.1: RDF Schema</title>
   <style type="text/css">
     /*<![CDATA[*/
 .EXAMPLE { margin-left: 1em }
@@ -81,9 +81,131 @@
 */
     </style>
 
+<!-- Not needed for a while
+   <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-REC" />
+-->
+<!-- respec follows, based on Concepts usage -->
 
-  <link rel="stylesheet" type="text/css"
-  href="http://www.w3.org/StyleSheets/TR/W3C-REC" />
+    <style>
+.figure { font-weight: bold; text-align: center; }
+    </style>
+    <script src='../ReSpec.js/js/respec.js' class='remove'></script>
+    <script type="text/javascript" class='remove'>
+
+	
+	      var respecConfig = {
+          // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+          specStatus:           "ED",
+          
+          // the specification's short name, as in http://www.w3.org/TR/short-name/
+          shortName:            "rdf11-schema",
+
+          // if your specification has a subtitle that goes below the main
+          // formal title, define it here
+          // subtitle   :  "an excellent document",
+
+          // if you wish the publication date to be other than today, set this
+          // publishDate:  "2009-08-06",
+
+          // if the specification's copyright date is a range of years, specify
+          // the start date here:
+          copyrightStart: "1998",
+
+          // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+          // and its maturity status
+//          previousPublishDate:  "2004-02-10",
+//          previousMaturity:  "REC",
+
+          // if there a publicly available Editor's Draft, this is the link
+//@@@
+          edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/624f9c583a96/rdf-schema/index.html",
+
+          // if this is a LCWD, uncomment and set the end of its review period
+          // lcEnd: "2009-08-05",
+
+          // if there is an earler version of this specification at the Recommendation level,
+          // set this to the shortname of that version. This is optional and not usually
+          // necessary.
+          prevRecShortname: "rdf-schema",
+
+          // if you want to have extra CSS, append them to this list
+          // it is recommended that the respec.css stylesheet be kept
+          extraCSS:             ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
+
+          // editors, add as many as you like
+          // only "name" is required
+          editors:  [
+              { name: "Dan Brickley", url: "http://danbri.org/",
+                company: "VU University, Amsterdam", companyURL: "http://www.vu.nl/",
+              }, 
+              { name: "R.V. Guha",  url: "http://example.org/",
+                company: "", //companyURL: "http://www.guha.com/",
+              },
+          ],
+          otherContributors: {
+              "Previous editor": [
+// @@@ Graham's affiliation has changed (this left in from concepts template)
+                  { name: "Graham Klyne",
+                    url: "http://www.ninebynine.org/",
+                    company: "Nine by Nine",
+                    //companyURL: "http://example.com/"
+                    //mailto: "GK@NineByNine.org",
+                  },
+// @@@ Jeremy's affiliation has changed
+                  { name: "Jeremy J. Carroll",
+                    //url: "http://www-uk.hpl.hp.com/people/jjc/",
+                    company: "Hewlett Packard Labs",
+                    //companyURL: "http://example.com/"
+                    //mailto: "jjc@hpl.hp.com",
+                  },
+// @@@ Brian's affiliation has changed
+                  { name: "Brian McBride",
+                    //url: "http://www-uk.hpl.hp.com/people/bwm/",
+                    company: "Hewlett Packard Labs",
+                    //companyURL: "http://example.com/"
+                    //mailto: "bwm@hplb.hpl.hp.com",
+                    note: "RDF 2004 Series Editor",
+                  },
+              ],
+          },
+
+          // authors, add as many as you like. 
+          // This is optional, uncomment if you have authors as well as editors.
+          // only "name" is required. Same format as editors.
+
+          //authors:  [
+          //    { name: "Your Name", url: "http://example.org/",
+          //      company: "Your Company", companyURL: "http://example.com/" },
+          //],
+          
+          // name of the WG
+          wg:           "RDF Working Group",
+          
+          // URI of the public WG page
+          wgURI:        "http://www.w3.org/2011/rdf-wg/",
+          
+          // name (with the @w3c.org) of the public mailing to which comments are due
+          wgPublicList: "public-rdf-comments",
+          
+          // URI of the patent status for this WG, for Rec-track documents
+          // !!!! IMPORTANT !!!!
+          // This is important for Rec-track documents, do not copy a patent URI from a random
+          // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+          // Team Contact.
+          wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
+
+          // if this parameter is set to true, ReSpec.js will embed various RDFa attributes
+          // throughout the generated specification. The triples generated use vocabulary items
+          // from the dcterms, foaf, and bibo. The parameter defaults to false.
+          doRDFa: true,
+      };
+
+// @@@ A number of references have been patched into the local berjon.biblio and need to be added to the global biblio in CVS:
+
+    </script>
+
+
+
 </head>
 
 <body>
@@ -146,7 +268,7 @@
 </div>
 <hr />
 
-<h2>Abstract</h2>
+<h2 ID='abstract'>Abstract</h2>
 
 <p>The Resource Description Framework (RDF) is a general-purpose language for
 representing information in the Web. This specification describes how to use