- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2005 00:26:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv6258
Modified Files:
help.html
Log Message:
small FAQ entry on batch validation
Index: help.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/help.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- help.html 19 Jan 2005 08:16:48 -0000 1.21
+++ help.html 22 Apr 2005 00:26:27 -0000 1.22
@@ -93,6 +93,7 @@
<a href="#faq-referer">/check/referer does not work</a> or the validator says it does not support
my <a href="#faq-referer">"undefined" URL scheme</a>
</li>
+ <li><a href="#faq-batchvalidation">Can the validator check all the pages in my site in one batch?</li>
</ol>
</li>
</ol>
@@ -476,6 +477,12 @@
<li>If you have no control over the page or annoying software, simply append the address of the page you wanted validated
to the <code>http://validator.w3.org/check?uri=</code> address.</li>
</ul>
+ <h4 id="faq-batchvalidation">Can the validator check all the pages in my site in one batch?</h4>
+ <p>At the moment, the Markup Validator does not have a batch, or recursive, validation feature.
+ As an alternative, the W3C maintains the <a href="http://www.w3.org/QA/Tools/LogValidator/">LogValidator</a>,
+ a software tool that interacts with the validator to check the log of your Web site (or any list of URLs)
+ and reports a list of the most popular invalid documents.</p>
+ <p>The <a href="http://www.htmlhelp.com/validator/">WDG Validator</a> also does recursive validation.</p>
</div>
</div>
<!--#include virtual="../footer.html" -->
Received on Friday, 22 April 2005 00:26:29 UTC