diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-11-05 23:10:08 +0200 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-11-05 23:10:08 +0200 |
commit | e29483b15421f344c09a603019ab6370b42c6261 (patch) | |
tree | f2c95551f44fb43126a1583158f0e41486e164a6 /htdocs/docs/help.html | |
parent | d497cb9d8ebab2e52c82f7331452b35f554bfb70 (diff) | |
download | markup-validator-e29483b15421f344c09a603019ab6370b42c6261.zip markup-validator-e29483b15421f344c09a603019ab6370b42c6261.tar.gz markup-validator-e29483b15421f344c09a603019ab6370b42c6261.tar.bz2 |
Replace /check/referer with /check?uri=referer.
The former has been deprecated since 2003 (validator 0.6.5 beta 1).
Diffstat (limited to 'htdocs/docs/help.html')
-rwxr-xr-x | htdocs/docs/help.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/docs/help.html b/htdocs/docs/help.html index ff780cd..3621fdf 100755 --- a/htdocs/docs/help.html +++ b/htdocs/docs/help.html @@ -100,7 +100,7 @@ mailing-list.</p> and the validator accepted it!</a> </li> <li> - <a href="#faq-referer">/check/referer does not work</a> or the validator says it does not support + <a href="#faq-referer">/check?uri=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?</a></li> @@ -345,7 +345,7 @@ mailing-list.</p> </p> <pre> <p> - <a href="http://validator.w3.org/check/referer"><img + <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a> </p> @@ -499,7 +499,7 @@ of WDG's excellent <a href="http://www.w3.org/TR/html4/appendix/notes.html#h-B.3.7">is not recommended</a>. </p> - <h4 id="faq-referer">/check/referer does not work - or - the validator says it does not support + <h4 id="faq-referer">/check?uri=referer does not work - or - the validator says it does not support my "undefined" URL scheme</h4> <p>Browsers and other Web agents usually send information about the page they come from, in a @@ -518,7 +518,7 @@ of WDG's excellent <code>http://validator.w3.org/check?uri=</code>. Otherwise, check the address you have given the validator.</li> <li>The validator can not fix this issue. You will have to (ask your administrator to) reconfigure whichever zealous software is stripping this referrer info.</li> - <li>If you have a link on your page using the "/check/referer" feature, you could replace them with the + <li>If you have a link on your page using the "/check?uri=referer" feature, you could replace them with the a link to the validator without this feature, e.g. <code>http://validator.w3.org/check?uri=http://www.example.com</code></li> <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> |