summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2009-12-05 10:53:17 +0000
committerville <ville@localhost>2009-12-05 10:53:17 +0000
commit43c4c4b40d536d8ca89781347ccb14e4b207444c (patch)
tree9ceeb0c4e9cd50dd3a954ae97b0b4e92cb77c0dd
parentcfa63f277ad11759b84a1609695958f080b21557 (diff)
downloadmarkup-validator-43c4c4b40d536d8ca89781347ccb14e4b207444c.zip
markup-validator-43c4c4b40d536d8ca89781347ccb14e4b207444c.tar.gz
markup-validator-43c4c4b40d536d8ca89781347ccb14e4b207444c.tar.bz2
Update output format statuses.
-rwxr-xr-xhtdocs/docs/users.html24
1 files changed, 13 insertions, 11 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html
index 62fb51b..b069079 100755
--- a/htdocs/docs/users.html
+++ b/htdocs/docs/users.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: users.html,v 1.36 2009-10-23 20:46:02 ville Exp $"
---><!--#set var="date" value="\$Date: 2009-10-23 20:46:02 $"
+<!--#set var="revision" value="\$Id: users.html,v 1.37 2009-12-05 10:53:17 ville Exp $"
+--><!--#set var="date" value="\$Date: 2009-12-05 10:53:17 $"
--><!--#set var="title" value="User Documentation for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -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>