validator/htdocs/docs users.html,1.36,1.37

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv4671/htdocs/docs

Modified Files:
	users.html 
Log Message:
Update output format statuses.

Index: users.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/users.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- users.html	23 Oct 2009 20:46:02 -0000	1.36
+++ users.html	5 Dec 2009 10:53:17 -0000	1.37
@@ -301,22 +301,24 @@
         available. This API is <em>still under development</em>, and subject to
         change.
       </dd>
+      <dt id="output-json">JSON (<code>output=json</code>)</dt>
+      <dd>
+        Produces output using a JSON (JavaScript Object Notation) formatting
+        equivalent to the
+        <a href="http://wiki.whatwg.org/wiki/Validator.nu_JSON_Output">JSON
+          output for validator.nu</a>.
+      </dd>
       <dt id="output-earl">EARL/RDF (<code>output=earl</code>)</dt>
       <dd>
-        Produces output in the EARL RDF syntax.
+        Produces output in the
+        <a href="http://www.w3.org/TR/EARL10-Schema/">EARL 1.0 RDF</a> syntax.
         <em>This output may change or be removed in the future</em>.
       </dd>
       <dt id="output-n3">Notation3 (<code>output=n3</code>)</dt>
       <dd>
         Produces output in the Notation3 RDF syntax.
-        <em>This output may change or be removed in the future</em>.
-      </dd>
-      <dt id="output-json">JSON (<code>output=json</code>)</dt>
-      <dd>
-        Produces output using a JSON (JavaScript Object Notation) formatting
-        equivalent to the
-        <a href="http://wiki.whatwg.org/wiki/Validator.nu_JSON_Output">JSON
-          output for validator.nu</a>.
+        <em>This output is currently outdated and may change or be removed
+          in the future</em>.
       </dd>
     </dl>
 

Received on Saturday, 5 December 2009 10:53:28 UTC