Add link to JsonLD for PHP
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 05 Oct 2012 20:33:26 +0200
changeset 906 28c8a96c7fe9
parent 905 ba99e5cf4282
child 908 d5c8be036f1a
Add link to JsonLD for PHP

This is my JSON-LD parser which now supports all features and passed the complete test suite.
index.html
spec/latest/json-ld-api/index.html
spec/latest/json-ld-syntax/index.html
--- a/index.html	Fri Oct 05 18:47:09 2012 +0200
+++ b/index.html	Fri Oct 05 20:33:26 2012 +0200
@@ -134,6 +134,7 @@
                  <li>PHP
                    <ul>
                      <li><a href="https://github.com/digitalbazaar/php-json-ld">php-json-ld</a></li>
+                     <li><a href="https://github.com/lanthaler/JsonLD">JsonLD</a></li>
                    </ul>
                  </li>
                  <li>Python
--- a/spec/latest/json-ld-api/index.html	Fri Oct 05 18:47:09 2012 +0200
+++ b/spec/latest/json-ld-api/index.html	Fri Oct 05 20:33:26 2012 +0200
@@ -267,13 +267,11 @@
 along the Recommendation track. The specification has undergone significant
 development, review, and changes during the course of the last 18 months.
 </p>
-<p>
-There are currently
-<a href="http://json-ld.org/#impl">five interoperable implementations</a>
-of this specification. There is
+<p>There are several independent
+<a href="http://json-ld.org/#impl">interoperable implementations</a> of
+this specification. There is
 a <a href="https://github.com/json-ld/json-ld.org/tree/master/test-suite">fairly complete test suite</a>
-and a
-<a href="http://json-ld.org/playground/">live JSON-LD editor</a>
+and a <a href="http://json-ld.org/playground/">live JSON-LD editor</a>
 that is capable of demonstrating the features described in
 this document. While development on implementations, the test suite
 and the live editor will continue, they are believed to be mature enough
--- a/spec/latest/json-ld-syntax/index.html	Fri Oct 05 18:47:09 2012 +0200
+++ b/spec/latest/json-ld-syntax/index.html	Fri Oct 05 20:33:26 2012 +0200
@@ -265,13 +265,11 @@
 along the Recommendation track. The specification has undergone significant
 development, review, and changes during the course of the last 20 months.
 </p>
-<p>
-There are currently
-<a href="http://json-ld.org/#impl">five interoperable implementations</a>
-of this specification. There is
-a <a href="https://github.com/json-ld/json-ld.org/tree/master/test-suite"
->fairly complete test suite</a> and a
-<a href="http://json-ld.org/playground/">live JSON-LD editor</a>
+<p>There are several independent
+<a href="http://json-ld.org/#impl">interoperable implementations</a> of
+this specification. There is
+a <a href="https://github.com/json-ld/json-ld.org/tree/master/test-suite">fairly complete test suite</a>
+and a <a href="http://json-ld.org/playground/">live JSON-LD editor</a>
 that is capable of demonstrating the features described in
 this document. While development on implementations, the test suite
 and the live editor will continue, they are believed to be mature enough