diff options
Diffstat (limited to 'htdocs/index.html')
-rwxr-xr-x | htdocs/index.html | 64 |
1 files changed, 40 insertions, 24 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 08d2b35..8d3c263 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.57 2003-02-24 23:33:18 ville Exp $" ---><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +<!--#set var="revision" value="\$Id: index.html,v 1.58 2003-05-24 20:32:45 link Exp $" +--><!--#set var="date" value="\$Date: 2003-05-24 20:32:45 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -11,28 +11,40 @@ and other standards. </p> </div> + <div> <h2>Validate Files</h2> <p> - You can enter a URI in the <code>Address</code> field below, or choose - a file to upload. There is also an <a title="Extended Interface to the - W3C Markup Validation Service" href="detailed.html">Extended - Interface</a> available if you want to set any advanced options. + You can enter a URI in the <code>Address</code> field below, + and have the page validated: </p> - <form method="post" enctype="multipart/form-data" action="check"> + <form method="get" action="check"> + <p> + <label title="Address of page to Validate" for="uri">Address: + <input id="uri" name="uri" size="40" /></label> + <label title="Submit URI for validation"> + <input type="submit" value="Validate URI..." /></label> + </p> + </form> <p> - <label title="Address of page to Validate" for="uri">Address: - <input id="uri" name="uri" size="40" /></label> - </p> - <p> - <label title="Choose a Local File to Upload and Validate" for="uploaded_file">Local File: - <input type="file" id="uploaded_file" name="uploaded_file" size="40" /></label> + If you want to upload a file from your computer and have it validated, + you can use this form: </p> + <form method="post" enctype="multipart/form-data" action="check"> + <p> + <label title="Choose a Local File to Upload and Validate" for="uploaded_file">Local File: <input type="file" id="uploaded_file" name="uploaded_file" size="30" /></label> + <label title="Submit file for validation"><input type="submit" value="Validate File" /></label> + </p> + </form> <p> - <label title="Reset fields to default values"><input class="reset" type="reset" value="Reset Form" /></label> - <label title="Submit file for validation"><input class="default" type="submit" value="Validate File" /></label> + There is also an <a + title="Extended Interface to the W3C Markup Validation Service" + href="detailed.html">Extended Interface</a> available if you want + to set any advanced options, and a <a + title="File Upload Interface to the W3C Markup Validation Service" + href="file-upload.html">Extended File Upload Interface</a> if you + want to validate uploaded files with advanced options. </p> - </form> </div> <div id="recent"> @@ -41,17 +53,21 @@ These are the most recent major changes to this service. See "<a href="whatsnew.html">What's New</a>" for more details. </p> - <dl> - <dt><a href="whatsnew.html#2002-12-01">December 01, 2002</a></dt> - <dd>Maintenance release to fix minor bugs.</dd> - <dt><a href="whatsnew.html#2002-11-26">November 26, 2002</a></dt> - <dd>Internal restructuring and new DTDs added. Bug fixes.</dd> - <dt><a href="whatsnew.html#2001-10-06">October 06, 2001</a></dt> - <dd>Finished web site redesign and added Tip-of-the-Day.</dd> - </dl> + <dl> + <dt><a href="whatsnew.html#2003-05-01">May 01, 2003 (TBC)</a></dt> + <dd> + Released version 0.6.2 of the Markup Validator; a maintenance + release to address various minor issues. + </dd> + <dt><a href="whatsnew.html#2002-12-01">December 01, 2002</a></dt> + <dd>Maintenance release to fix minor bugs.</dd> + <dt><a href="whatsnew.html#2002-11-26">November 26, 2002</a></dt> + <dd>Internal restructuring and new DTDs added. Bug fixes.</dd> + </dl> </div> <!--#include virtual="footer.html" --> + </body> </html> |