Added index.php for latest specs.
authorManu Sporny <msporny@digitalbazaar.com>
Sun, 16 Oct 2011 02:55:54 -0400
changeset 224 a6037b32eeec
parent 223 f0efc294d769
child 225 412de64fe08d
Added index.php for latest specs.
spec/latest/index.php
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spec/latest/index.php	Sun Oct 16 02:55:54 2011 -0400
@@ -0,0 +1,70 @@
+<?php
+print <<< htmlcode
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> 
+<html version="XHTML+RDFa 1.0" xmlns="http://www.w3.org/1999/xhtml"
+   xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"
+   xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+   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/#"
+   > 
+   <head> 
+      <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 
+      <title>JSON-LD - Specifications</title> 
+      <link href="../../site.css" rel="stylesheet" type="text/css" /> 
+      <link rel="shortcut icon" href="../../favicon.ico" /> 
+   </head> 
+ 
+   <body> 
+      <div id="container"> 
+         <div id="header"> 
+            <span class="col"> 
+               <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>Latest Specifications</h1>
+            </span> 
+         </div> 
+
+         <div id="content"> 
+            <div class="breadcrumbs"><a href="../../">JSON-LD</a> &gt; <a href="../">Specifications</a> &gt; Latest</div>
+            <div id="info"> 
+               <h1>Latest Specifications</h1> 
+               <p>There are three specifications that are being actively developed
+               at the moment:</p>
+               <ul>
+                 <li><a href="json-ld-syntax/">The JSON-LD Syntax</a> - 
+                 The JSON-LD language syntax describes how to author documents
+                 in JSON-LD, including all of the features of the language
+                 as well as the syntax constraints of the language.</li>
+                 <li><a href="json-ld-api/">The JSON-LD API</a> - The JSON-LD
+                 API describes the Application Programming Interface that can
+                 be used by developers to interface with JSON-LD documents at
+                 a higher-level. </li>
+                 <li><a href="rdf-graph-normalization/">RDF Graph Normalization</a> - 
+                 The RDF Graph Normalization document is a general algorithm for
+                 serializing RDF graphs. It is most useful when comparing
+                 differences of graphs, creating serializations of graphs and
+                 digitally signing graphs.</li>
+               </ul>
+            </div>
+         </div>
+ 
+         <div id="footer"> 
+            <p id="copyright"> 
+               Website content released under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution Share-Alike license</a> except where an alternate is specified.
+            </p> 
+            <p id="legal"> 
+               Part of the <a href="http://payswarm.com/">payswarm.com</a> initiative.
+            </p>
+         </div> 
+      </div> 
+   </body> 
+</html>
+
+htmlcode;
+
+?>
+