Add Test Suite reference, change Ed Draft to json-ld.org from dvcs, and set previousURI back to the dvcs location.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sat, 05 Jan 2013 12:36:55 -0800
changeset 1108 6f12d958cb89
parent 1107 29db5b1e9f01
child 1109 6adc80b28d20
Add Test Suite reference, change Ed Draft to json-ld.org from dvcs, and set previousURI back to the dvcs location.
spec/latest/json-ld-api/index.html
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-api/index.html	Sat Jan 05 11:11:48 2013 -0800
+++ b/spec/latest/json-ld-api/index.html	Sat Jan 05 12:36:55 2013 -0800
@@ -29,13 +29,14 @@
 
       // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
       // and its maturity status
-      previousPublishDate:  "2012-12-25",
+      previousPublishDate:  "2012-09-30",
       previousMaturity:     "ED",
-      previousDiffURI:      "http://dvcs.w3.org/hg/json-ld/raw-file/66d980964784/spec/ED/json-ld-api/20120930/index.html",
-      diffTool:             "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
+      previousURI:          "http://dvcs.w3.org/hg/json-ld/raw-file/66d980964784/spec/ED/json-ld-api/20120930/index.html",
 
       // if there a publicly available Editor's Draft, this is the link
-      edDraftURI:           "http://dvcs.w3.org/hg/json-ld/raw-file/default/spec/latest/json-ld-api/index.html",
+      edDraftURI:           "http://json-ld.org/spec/latest/json-ld-api/index.html",
+
+      testSuiteURI:         "http://json-ld.org/test-suite/",
 
       // if this is a LCWD, uncomment and set the end of its review period
       // lcEnd: "2009-08-05",
@@ -989,7 +990,7 @@
                 <code class="error">INVALID_REMOTE_CONTEXT</code> error.</li>
             <li>Continue with the next item from <em>context</em>.</li>
           </ol>
-        </<li>
+        </li>
         <li>If <em>context</em> is not a <tref>JSON object</tref>, raise an
           <code class="error">INVALID_LOCAL_CONTEXT</code> error.</li>
         <li>Otherwise, if <em>context</em> is an <tref>JSON object</tref>, perform the following steps:
--- a/spec/latest/json-ld-syntax/index.html	Sat Jan 05 11:11:48 2013 -0800
+++ b/spec/latest/json-ld-syntax/index.html	Sat Jan 05 12:36:55 2013 -0800
@@ -29,13 +29,12 @@
 
       // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
       // and its maturity status
-      previousPublishDate:  "2012-12-25",
+      previousPublishDate:  "2012-09-30",
       previousMaturity:     "ED",
       previousDiffURI:      "http://dvcs.w3.org/hg/json-ld/raw-file/66d980964784/spec/ED/json-ld-syntax/20120930/index.html",
-      diffTool:             "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
 
       // if there a publicly available Editor's Draft, this is the link
-      edDraftURI:           "http://dvcs.w3.org/hg/json-ld/raw-file/default/spec/latest/json-ld-syntax/index.html",
+      edDraftURI:           "http://json-ld.org/spec/latest/json-ld-syntax/index.html",
 
       // if this is a LCWD, uncomment and set the end of its review period
       // lcEnd: "2009-08-05",