diff options
author | Thomas Gambet <tgambet@w3.org> | 2013-09-23 13:03:06 +0200 |
---|---|---|
committer | Thomas Gambet <tgambet@w3.org> | 2013-09-23 13:03:06 +0200 |
commit | e118b5008038d3d1f4dcaa443a57ac4213ab686a (patch) | |
tree | ad36efd4f9b1e6ab896dd5deeb02f0bc85be4612 /htdocs/docs | |
parent | 68157d26a1d97d933ca74d502329a795d9dfb88a (diff) | |
download | markup-validator-e118b5008038d3d1f4dcaa443a57ac4213ab686a.zip markup-validator-e118b5008038d3d1f4dcaa443a57ac4213ab686a.tar.gz markup-validator-e118b5008038d3d1f4dcaa443a57ac4213ab686a.tar.bz2 |
~ mention Validator-Suite in the faqs
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-x | htdocs/docs/help.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/htdocs/docs/help.html b/htdocs/docs/help.html index 3661030..f55754a 100755 --- a/htdocs/docs/help.html +++ b/htdocs/docs/help.html @@ -560,11 +560,14 @@ of WDG's excellent 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/tools/validator/">WDG HTML Validator</a> also does recursive validation.</p> + <p> + <a href="https://validator-suite.w3.org/" title="Check your website with the W3C Validator Suite" style="float:left; margin-right: 1.5em"> + <img src="https://validator-suite.w3.org/icons/vs-blue-256.png" alt="W3C Validator Suite" /> + </a> + The Markup Validator does not have a batch, or recursive, validation feature. If you need more extensive validation + services beyond what our free Validator service can accommodate, please consider our premium service, + <a href="https://validator-suite.w3.org/">W3C Validator Suite</a>. + </p> </div> </div> <!--#include virtual="../footer.html" --> |