diff options
author | ville <ville@localhost> | 2009-09-05 11:45:17 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-09-05 11:45:17 +0000 |
commit | 5022592fb9d8caf9608606d4ebdb859d8cad5c3f (patch) | |
tree | d7bee41c3b2ae0afb4ff64db9506291bdd5ce336 /htdocs/docs/users.html | |
parent | 2d5084d8b6b1203e997d7635a1f6341997e8de1b (diff) | |
download | markup-validator-5022592fb9d8caf9608606d4ebdb859d8cad5c3f.zip markup-validator-5022592fb9d8caf9608606d4ebdb859d8cad5c3f.tar.gz markup-validator-5022592fb9d8caf9608606d4ebdb859d8cad5c3f.tar.bz2 |
Remove things related to no longer existing show parsetree, ESIS, and raw errors options.
Diffstat (limited to 'htdocs/docs/users.html')
-rwxr-xr-x | htdocs/docs/users.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index 2b9dc9c..0173402 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: users.html,v 1.32 2008-07-22 13:04:52 ot Exp $" ---><!--#set var="date" value="\$Date: 2008-07-22 13:04:52 $" +<!--#set var="revision" value="\$Id: users.html,v 1.33 2009-09-05 11:45:16 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-09-05 11:45:16 $" --><!--#set var="title" value="User Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -104,13 +104,13 @@ will validate the www.example.com home page. </p> <p> - The various options are listed above in the section - "<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 - <<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. + The various options are listed below in the section + "<a href="#Options">Options and Parameters</a>" in parenthesis after + the longname. To add options to your links directly, append the options + separated by a semicolon. For example + <<a href="http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1">http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1</a>> + will validate the example.com home page with "Show Source", and + "Outline" on, but "Verbose" off. </p> <p> You may also see these separated by ampersands, but this usage is |