diff options
author | link <link@localhost> | 2002-12-01 13:40:33 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-12-01 13:40:33 +0000 |
commit | aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6 (patch) | |
tree | 821e0c46e3f1f97e3c772c307318a91310bf114d /htdocs/docs/users.html | |
parent | fd1cf4dbfa6f7fc6c71b0630974705443e959bcb (diff) | |
download | markup-validator-aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6.zip markup-validator-aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6.tar.gz markup-validator-aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6.tar.bz2 |
Merging from validator-0_6_0-branch (at tag validator-0_6_1-release) to
HEAD. Superficially ok, but probably needs tweaking for merge breakage.
Diffstat (limited to 'htdocs/docs/users.html')
-rwxr-xr-x | htdocs/docs/users.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index f90bd70..21d4467 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: users.html,v 1.14 2002-11-25 01:12:44 ot Exp $" ---><!--#set var="date" value="\$Date: 2002-11-25 01:12:44 $" +<!--#set var="revision" value="\$Id: users.html,v 1.15 2002-12-01 13:40:33 link Exp $" +--><!--#set var="date" value="\$Date: 2002-12-01 13:40:33 $" --><!--#set var="title" value="User Documentation for The W3C MarkUp Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -92,15 +92,15 @@ <h2>Calling/Linking to the Validator</h2> <p> You can link directly to the Validator home page, or you can call the - Validator CGI program. The home page is <URL:<a + Validator CGI program. The home page is <<a href="http://validator.w3.org/">http://validator.w3.org/</a>> at the moment (and for the foreseeable future) and the CGI program can be - reached at <URL:<a + reached at <<a href="http://validator.w3.org/check">http://validator.w3.org/check</a>>. </p> <p> If you call the CGI program with extra path info matching "/referer" - (i.e. <URL:<a href="http://validator.w3.org/check/referer">http://validator.w3.org/check/referer</a>>) + (i.e. <<a href="http://validator.w3.org/check/referer">http://validator.w3.org/check/referer</a>>) it will fetch the refering document and validate that. This means that if you embed a link to that URL in your pages, following on that link will send you the validation results for that page. @@ -108,7 +108,7 @@ <p> You can also link to the validation results for a specific page. You do this by giving "check" an "uri" parameter pointing at the page you want - to validate. For example <URL:<a href="http://validator.w3.org/check?uri=http://www.example.com/">http://validator.w3.org/check?uri=http://www.example.com/</a>> + to validate. For example <<a href="http://validator.w3.org/check?uri=http://www.example.com/">http://validator.w3.org/check?uri=http://www.example.com/</a>> will validate the www.example.com home page. </p> <p> @@ -116,7 +116,7 @@ "<a href="#Options">The Options</a>" in parenthesis after the long name. To add options to your links directly, append the options separated by a semi-colon. For example - <URL:<a href="http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1;sp=1">http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1;sp=1</a>> + <<a href="http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1;sp=1">http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1;sp=1</a>> will validate the example.com home page with "Show Source", "Outline" and "Show Parse Tree" on, but "Exclude Attributes" off. </p> |