summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rwxr-xr-xhtdocs/detailed-form.html19
-rwxr-xr-xhtdocs/docs/users.html29
-rwxr-xr-xhtdocs/fragment-upload.html28
3 files changed, 29 insertions, 47 deletions
diff --git a/htdocs/detailed-form.html b/htdocs/detailed-form.html
index a3f1198..d446e69 100755
--- a/htdocs/detailed-form.html
+++ b/htdocs/detailed-form.html
@@ -55,20 +55,11 @@
<td><label for="fbd"><input id="fbd" name="fbd" type="checkbox" value="1" /> Use Fallback instead of Override</label></td>
</tr>
<tr>
- <th rowspan="4">Options (<a title="Explanation for these options" href="docs/users.html#Options">Help</a>):</th>
- <td><label for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label></td>
- <td><label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td>
+ <th rowspan="2">Options (<a title="Explanation for these options" href="docs/users.html#Options">Help</a>):</th>
+ <td><label title="Show Page Source" for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label></td>
+ <td><label title="Show an Outline of the document" for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td>
</tr>
<tr>
- <td><label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /> Show Parse Tree</label></td>
- <td><label for="noatt"><input id="noatt" name="noatt" type="checkbox" value="1" /> ...exclude attributes</label></td>
+ <td><label title="Validate also pages for which the HTTP status code indicates an error" for="No200"><input id="No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
+ <td><label title="Show Verbose Output" for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
</tr>
- <tr>
- <td><label for="No200"><input id="No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
- <td><label for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
- </tr>
-<!--
- <tr>
- <td colspan="2"><label for="fussy"><input id="fussy" name="fussy" type="checkbox" value="0" /> Fussy Parsing</label></td>
- </tr>
--->
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html
index e4ce89c..dc34737 100755
--- a/htdocs/docs/users.html
+++ b/htdocs/docs/users.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: users.html,v 1.24 2006-10-24 06:43:24 ot Exp $"
---><!--#set var="date" value="\$Date: 2006-10-24 06:43:24 $"
+<!--#set var="revision" value="\$Id: users.html,v 1.25 2006-11-13 04:13:13 ot Exp $"
+--><!--#set var="date" value="\$Date: 2006-11-13 04:13:13 $"
--><!--#set var="title" value="User Documentation for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -125,18 +125,12 @@
For a properly formed document, this will be a nicely nested tree
structure. The visualization of your document's structure makes it
easier to see where you've skipped a heading.</p>
+ <p>If you want to examine the semantic structure of your documents, beyond the outline, try the
+ <a href="http://www.w3.org/2003/12/semantic-extractor.html">Semantic data extractor</a>.
+ </p>
+
</dd>
- <dt><a id="option-sp" name="option-sp"></a>Show parse tree (<code>sp</code>)</dt>
- <dd>
- <p>Shows you exactly how the SGML Parser read your document. Probably
- best used only by advanced users as it deals with low-level SGML
- constructs.</p>
- </dd>
- <dt><a id="option-noatt" name="option-noatt"></a>exclude attributes from the parse tree (<code>noatt</code>)</dt>
- <dd>
- <p>Suppress attributes from the <a href="#option-sp">parse tree</a> to make it
- more readable.</p>
- </dd>
+
<dt><a id="option-no200" name="option-no200"></a>Validate error pages</dt>
<dd>
<p>The Markup Validator will usually tell you if the page you tried to validate
@@ -152,9 +146,14 @@
as much help as possible; if you prefer more concise reports, leave this option
unset.</p>
</dd>
-
-
</dl>
+ <h4>Deprecated options</h4>
+ <p>A number of options once available have been deprecated and are not available any more.
+ This includes the <em>Show parse tree</em>
+ and <em>exclude attributes from the parse tree</em>, as well as <em>Show Esis</em>
+ and <em>Show Raw Errors</em>.
+ </p>
+
</div>
<div id="Calling" class="stb">
diff --git a/htdocs/fragment-upload.html b/htdocs/fragment-upload.html
index bc41628..7beaf1f 100755
--- a/htdocs/fragment-upload.html
+++ b/htdocs/fragment-upload.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: fragment-upload.html,v 1.10 2005-04-14 06:41:57 ot Exp $"
---><!--#set var="date" value="\$Date: 2005-04-14 06:41:57 $"
+<!--#set var="revision" value="\$Id: fragment-upload.html,v 1.11 2006-11-13 04:13:13 ot Exp $"
+--><!--#set var="date" value="\$Date: 2006-11-13 04:13:13 $"
--><!--#set var="title" value="W3C Markup Validation Service: Validate by Direct Input"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
@@ -22,22 +22,14 @@
</label>
</td>
</tr>
- <tr>
- <td>
- <label for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label>
- </td>
- <td>
- <label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /> Show Parse Tree</label>
- </td>
- </tr>
- <tr>
- <td>
- <label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label>
- </td>
- <td>
- <label for="noatt"><input id="noatt" name="noatt" type="checkbox" value="1" /> ...exclude attributes</label>
- </td>
- </tr>
+ <tr>
+ <td><label title="Show Page Source" for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label></td>
+ <td><label title="Show an Outline of the document" for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td>
+ </tr>
+ <tr>
+ <td><label title="Validate also pages for which the HTTP status code indicates an error" for="No200"><input id="No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
+ <td><label title="Show Verbose Output" for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
+ </tr>
<tr>
<td colspan="2"><textarea cols="60" rows="24" name="fragment"></textarea></td>
</tr>