diff options
author | ted <ted@localhost> | 2009-06-24 14:24:45 +0000 |
---|---|---|
committer | ted <ted@localhost> | 2009-06-24 14:24:45 +0000 |
commit | 1b2788537f9fe5b735c86301da0a12fba1837296 (patch) | |
tree | 3b96590cd39a50222ca2ceea24dedf35ec95bd9a /htdocs | |
parent | bad6791ddae4fe2279c5734dc1ff1ab165e9fd35 (diff) | |
download | markup-validator-1b2788537f9fe5b735c86301da0a12fba1837296.zip markup-validator-1b2788537f9fe5b735c86301da0a12fba1837296.tar.gz markup-validator-1b2788537f9fe5b735c86301da0a12fba1837296.tar.bz2 |
blurb suggestion from ville
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/docs/api.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/htdocs/docs/api.html b/htdocs/docs/api.html index 5e74edb..4612b27 100755 --- a/htdocs/docs/api.html +++ b/htdocs/docs/api.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: api.html,v 1.18 2009-06-23 18:27:39 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-06-23 18:27:39 $" +<!--#set var="revision" value="\$Id: api.html,v 1.19 2009-06-24 14:24:45 ted Exp $" +--><!--#set var="date" value="\$Date: 2009-06-24 14:24:45 $" --><!--#set var="title" value="Documentation of the Programmatic Interface (API) to The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -281,7 +281,11 @@ element, but also the <code>warning</code> element are <code>line</code>, <code> <h3 id="libs">Libraries</h3> <p>Building of libraries used to interact with the validator's API is <a href="http://www.w3.org/QA/2006/10/validator_api.html">encouraged</a>. If you are the - maintainer of such a library, <a href="../feedback.html">contact us</a> and we will list it here.</p> + maintainer of such a library, <a href="../feedback.html">contact +us</a> and we will list it here.</p> +<p>W3C has not reviewed, verified nor endorses these +implementations.</p> + <h4>Known libraries for the W3C Markup Validator API</h4> <ul> |