summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2008-07-17 15:47:05 +0000
committerot <ot@localhost>2008-07-17 15:47:05 +0000
commit0843ff1520a717e65cf9cc83b5162c4f418079eb (patch)
tree2061cda715da42a193ecd01896558c681d2f8f27
parent3f1bb640d1f960fbd744f9760b79e51f3a5594a6 (diff)
downloadmarkup-validator-0843ff1520a717e65cf9cc83b5162c4f418079eb.zip
markup-validator-0843ff1520a717e65cf9cc83b5162c4f418079eb.tar.gz
markup-validator-0843ff1520a717e65cf9cc83b5162c4f418079eb.tar.bz2
documenting json output and adding to news
-rwxr-xr-xhtdocs/docs/users.html14
-rwxr-xr-xhtdocs/whatsnew.html5
2 files changed, 11 insertions, 8 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html
index 9f96634..b76e109 100755
--- a/htdocs/docs/users.html
+++ b/htdocs/docs/users.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: users.html,v 1.30 2008-04-30 03:05:33 ot Exp $"
---><!--#set var="date" value="\$Date: 2008-04-30 03:05:33 $"
+<!--#set var="revision" value="\$Id: users.html,v 1.31 2008-07-17 15:47:05 ot Exp $"
+--><!--#set var="date" value="\$Date: 2008-07-17 15:47:05 $"
--><!--#set var="title" value="User Documentation for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -234,7 +234,7 @@
provided when they exit the beta stage).
</p>
<dl>
- <dt id="output-soap12">Web Service API (<em>NEW</em> in version 0.7.3)</dt>
+ <dt id="output-soap12">Web Service API</dt>
<dd>Using the SOAP1.2 language over HTTP, this defines a web service with an output similar to the API for
the W3C CSS validator and Feed Validator. The <a href="api">Full documentation</a> for this API is available.
Can be called by using parameter <code>output=soap12</code>. This API is <em>still under development</em>,
@@ -242,11 +242,13 @@
<dt id="output-earl">EARL/RDF</dt>
<dd>Produces output in the EARL RDF syntax.
Can be called by using parameter <code>output=earl</code>. <em>This output may change or be removed in the future</em>.</dd>
- <dt id="output-n3">Notation3 </dt>
+ <dt id="output-n3">Notation3</dt>
<dd>Produces output in the Notation3 RDF syntax.
Can be called by using parameter <code>output=n3</code>. <em>This output may change or be removed in the future</em>.</dd>
- <dt id="output-xml">XML (<code>xml</code>)</dt>
- <dd>This output option has been deprecated, and will be removed from subsequent versions of the validator. </dd>
+ <dt id="output-json">JSON (<em>NEW</em> in version 0.8.3)</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-xml">XML</dt>
+ <dd>This output option has been deprecated, and will be removed from subsequent versions of the validator. Can be called by using parameter <code>output=json</code>.</dd>
</dl>
<h4 id="deprecated_options">Deprecated options</h4>
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html
index df16bc4..055f7b6 100755
--- a/htdocs/whatsnew.html
+++ b/htdocs/whatsnew.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: whatsnew.html,v 1.72 2008-02-21 07:10:59 ot Exp $"
---><!--#set var="date" value="\$Date: 2008-02-21 07:10:59 $"
+<!--#set var="revision" value="\$Id: whatsnew.html,v 1.73 2008-07-17 15:47:05 ot Exp $"
+--><!--#set var="date" value="\$Date: 2008-07-17 15:47:05 $"
--><!--#set var="title" value="What's New at The W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#set var="feeds" value="1"
@@ -31,6 +31,7 @@
<li>API: The <a href="docs/api.html#http_headers">custom HTTP headers in validator responses</a> now also include the number of warnings</li>
<li>Experimental Feature: added the new option to send a specific <code>Accept-Charset</code> header, in addition to <code>Accept</code>
and <code>Accept-Language</code> in <a href="#t2007-10-11">0.8.2</a>.</li>
+ <li>Experimental Feature: the validator can output its <a href="/docs/users.html#Output">results as JSON</a>.</li>
<li>Some documentation updates</li>
</ul>