Minor changes to bring website in-line with "Linking Data" change.
authorManu Sporny <msporny@digitalbazaar.com>
Sun, 31 Jul 2011 15:27:17 -0400
changeset 84 33dbb254094b
parent 83 bcded271faf2
child 85 feea5b4daa53
Minor changes to bring website in-line with "Linking Data" change.
index.html
--- a/index.html	Sun Jul 31 14:43:05 2011 -0400
+++ b/index.html	Sun Jul 31 15:27:17 2011 -0400
@@ -6,11 +6,10 @@
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
-   xmlns:v="http://rdf.data-vocabulary.org/#"
-   > 
+   xmlns:v="http://rdf.data-vocabulary.org/#"> 
    <head> 
       <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 
-      <title>JSON-LD - Expressing Linked Data in JSON</title> 
+      <title>JSON-LD - JSON for Linking Data</title>
       <link href="site.css" rel="stylesheet" type="text/css" /> 
       <link rel="shortcut icon" href="favicon.ico" /> 
       <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> 
@@ -23,15 +22,14 @@
                <img class="banner" src="images/json-ld-logo-1.png" />
                <img class="banner" src="images/json-ld-logo-2.png" />
                <img class="banner" src="images/json-ld-logo-3.png" />
-               <h1>Expressing Linked Data in JSON</h1>
+               <h1>JSON for Linking Data</h1>
             </span> 
          </div> 
  
          <div id="content"> 
             <div id="info"> 
                <p class="tagline">Data is messy and disconnected. JSON-LD 
-               organizes and connects it without negatively impacting your 
-               creativity.
+               organizes and connects it, letting your creativity bloom.
                </p>
                
             </div>
@@ -41,7 +39,7 @@
 
                <p>JSON-LD (<strong>J</strong>ava<strong>S</strong>cript 
                <strong>O</strong>bject <strong>N</strong>otation for 
-               <strong>L</strong>inked <strong>D</strong>ata) is a 
+               <strong>L</strong>inking <strong>D</strong>ata) is a 
                lightweight 
                <a href="http://en.wikipedia.org/wiki/Linked_data">Linked Data</a>
                format that gives your data context. It is easy for humans to read 
@@ -89,8 +87,6 @@
                documented on this site as well as all 
                <a href="spec/">previous specifications</a> and 
                <a href="requirements/">previous requirements</a>.
-               A <a href="spec/latest/basic/">basic</a> specification is also 
-               in the works.</p>
             </div>
 
             <div id="impl">
@@ -111,6 +107,11 @@
                      <li><a href="https://github.com/digitalbazaar/forge/blob/master/js/jsonld.js">Forge</a></li>
                    </ul>
                  </li>
+                 <li>PHP
+                   <ul>
+                     <li>PHPld (coming soon)</li>
+                   </ul>
+                 </li>
                  <li>Python 
                    <ul>
                      <li><a href="https://github.com/bradleypallen/json_ld_processor">JSON-LD Processor</a></li>
@@ -127,12 +128,13 @@
 
             <div id="colab">
                <h1>Collaborating</h1>
-               <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>Several parties interested in JSON-LD convene in periodic teleconferences.</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/json-ld/json-ld.org">github</a></li>
+                  <li>Meeting Records: <a href="minutes/">text and audio logs</a>
                   <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>