Merge branch 'master' of github.com:json-ld/json-ld.org
authorManu Sporny <msporny@digitalbazaar.com>
Tue, 05 Jul 2011 22:25:24 -0400
changeset 50 900839f91c79
parent 48 982ac1af096c (current diff)
parent 49 3bd5fd890ed5 (diff)
child 51 6f5df39a3ddf
Merge branch 'master' of github.com:json-ld/json-ld.org
--- a/index.html	Tue Jul 05 22:24:05 2011 -0400
+++ b/index.html	Tue Jul 05 22:25:24 2011 -0400
@@ -45,7 +45,7 @@
                CouchDB and MongoDB.</p>
             </div>
 
-            <div id="info">
+            <div id="example">
                <h1>A Simple Example</h1>
                <p>A simple example of a JSON object with added semantics:</p>
                <pre>
@@ -66,15 +66,25 @@
                operation today.</p>
             </div>
 
-            <div id="info">
+            <div id="reqs">
+              <h1>Requirements</h1>
+              <p>The JSON-LD is working on a set of requirements for the purpose
+              of defining the Specification. Please see the <a href="requirements/latest/">latest JSON-LD recommendation</a>.
+              A list 
+               of all <a href="requirements/">previous specification drafts</a> is 
+               also available.
+              </p>
+            </div>
+
+            <div id="spec">
                <h1>The Specification</h1>
                <p>If you are a developer, you may be interested in the 
                <a href="spec/latest/">latest JSON-LD specification</a>. A list 
                of all <a href="spec/">previous specification drafts</a> is 
-               also available.</p>
+               also available. (A <a href="spec/latest/basic">basic</a> specification is also in the works.)</p>
             </div>
 
-            <div id="info">
+            <div id="impl">
                <h1>Experimental implementations</h1>
                <ul>
                  <li>C++ 
@@ -95,13 +105,14 @@
                </ul>
             </div>
 
-            <div id="info">
+            <div id="colab">
                <h1>Collaborating</h1>
-               <p>There are several ways that you can collaborate in the development
+               <p>Several parties interested in JSON-LD convene in periodic teleconferences. Text and audio logs may be found <a href="minutes/">here</a>.</p>
+               <p>There are several other ways that you can collaborate in the development
                of JSON-LD:</p>
 
                <ul>
-                  <li>Code: <a href="http://github.com/digitalbazaar/json-ld">github</a></li>
+                  <li>Code: <a href="http://github.com/json-ld/json-ld.org">github</a></li>
                   <li>Mailing List: <a href="http://lists.w3.org/Archives/Public/public-linked-json/">public-linked-json@w3.org</a></li>
                   <li>IRC: <a href="http://webchat.freenode.net/?channels=#json-ld">#json-ld</a> on Freenode</li>
                </ul>