diff options
author | ot <ot@localhost> | 2008-01-25 02:17:38 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-01-25 02:17:38 +0000 |
commit | 5094976ce63bb3da919dd410c6c680e0bc30e762 (patch) | |
tree | 792e2d13d5d7eb699532e755d5a2c2729625a874 | |
parent | 154668f400b30447e21d98bd8aefe747b033a3d0 (diff) | |
download | markup-validator-5094976ce63bb3da919dd410c6c680e0bc30e762.zip markup-validator-5094976ce63bb3da919dd410c6c680e0bc30e762.tar.gz markup-validator-5094976ce63bb3da919dd410c6c680e0bc30e762.tar.bz2 |
adding the coldfusion lib by clickfind
-rwxr-xr-x | htdocs/docs/api.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/docs/api.html b/htdocs/docs/api.html index 1850a3b..47813b0 100755 --- a/htdocs/docs/api.html +++ b/htdocs/docs/api.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: api.html,v 1.14 2007-10-19 14:52:20 ville Exp $" ---><!--#set var="date" value="\$Date: 2007-10-19 14:52:20 $" +<!--#set var="revision" value="\$Id: api.html,v 1.15 2008-01-25 02:17:38 ot Exp $" +--><!--#set var="date" value="\$Date: 2008-01-25 02:17:38 $" --><!--#set var="title" value="Documentation of the Programmatic Interface (API) to The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -288,6 +288,7 @@ element, but also the <code>warning</code> element are <code>line</code>, <code> <li><a href="http://search.cpan.org/dist/WebService-Validator-HTML-W3C/">WebService::Validator::HTML::W3C</a> in perl, by Struan Donald.</li> <li><a href="http://pear.php.net/package/Services_W3C_HTMLValidator" title="PEAR Package : Services_W3C_HTMLValidator">Services_W3C_HTMLValidator</a> in PHP, a PEAR library by Brett Bieber.</li> + <li><a href="http://www.clickfind.com.au/developers-directory/code.cfm">ColdFusion (MX7) class</a> by the clickfind team</li> </ul> <h3 id="http_headers">Using HTTP headers to know validation results</h3> |