diff options
author | link <link@localhost> | 2001-09-24 10:05:41 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-24 10:05:41 +0000 |
commit | 71bd8b9c15310032f3fcd58d536f1b31dbfd1c1d (patch) | |
tree | 40d5a32148890f135bd48ac8dba23cb9a2077778 | |
parent | 632adae846e0b4b12a706cb7b551d9e8909b48a1 (diff) | |
download | markup-validator-71bd8b9c15310032f3fcd58d536f1b31dbfd1c1d.zip markup-validator-71bd8b9c15310032f3fcd58d536f1b31dbfd1c1d.tar.gz markup-validator-71bd8b9c15310032f3fcd58d536f1b31dbfd1c1d.tar.bz2 |
Continure redesign. Add unique titles for each page. Redesign navbar somewhat.
Move options to separate page. Shorten form on front page. Add @title. :-)
-rwxr-xr-x | htdocs/about.html | 117 | ||||
-rw-r--r-- | htdocs/base.css | 23 | ||||
-rwxr-xr-x | htdocs/detailed.html | 90 | ||||
-rwxr-xr-x | htdocs/docs/devel.html | 7 | ||||
-rwxr-xr-x | htdocs/docs/errors.html | 5 | ||||
-rwxr-xr-x | htdocs/docs/help.html | 5 | ||||
-rwxr-xr-x | htdocs/docs/index.html | 5 | ||||
-rwxr-xr-x | htdocs/docs/sgml.html | 5 | ||||
-rwxr-xr-x | htdocs/docs/users.html | 5 | ||||
-rwxr-xr-x | htdocs/feedback.html | 16 | ||||
-rwxr-xr-x | htdocs/file-upload.html | 7 | ||||
-rwxr-xr-x | htdocs/footer.html | 5 | ||||
-rwxr-xr-x | htdocs/header.html | 47 | ||||
-rwxr-xr-x | htdocs/index.html | 105 | ||||
-rwxr-xr-x | htdocs/source/index.html | 5 | ||||
-rwxr-xr-x | htdocs/todo.html | 12 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 46 |
17 files changed, 277 insertions, 228 deletions
diff --git a/htdocs/about.html b/htdocs/about.html index 2131634..fac83ad 100755 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -1,75 +1,81 @@ -<!--#set var="revision" value="\$Id: about.html,v 1.10 2001-09-19 07:43:39 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-19 07:43:39 $" --> +<!--#set var="revision" value="\$Id: about.html,v 1.11 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="About the W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> <div> - <h2>About the W3C HTML Validation Service</h2> + <h2 id="skip" name="skip">About This Service</h2> <p> - <a href="/">This service</a> checks HTML documents for - conformance to W3C HTML and XHTML Recommendations and other + <a href="/">The W3C HTML Validation Service</a> checks HTML documents + for conformance to W3C HTML and XHTML Recommendations and other HTML standards. Related resources include: </p> <ul> - <li><a href="/source/">Source code availability</a>.</li> - <li><a href="todo.html">The to-do list for the service</a>.</li> - <li><a href="sgml-lib/catalog">DTDs (document types) supported by this - service</a> (the SGML catalog).</li> + <li><a title="Source Code for The W3C HTML Validation Service" href="/source/">Source code availability</a>.</li> + <li><a href="todo.html">The TODO list for The W3C HTML Validation Service</a>.</li> + <li><a href="sgml-lib/catalog">DTDs (document types) supported by The + W3C HTML Validation Service</a> (the SGML catalog).</li> <li><a href="http://lists.w3.org/Archives/Public/www-validator/">The www-validator mailing list</a>.</li> - <li><a href="feedback.html">How to provide feedback</a>.</li> - <!-- <li>@@ conneg'd icons --> + <li><a href="feedback.html">How to provide feedback on The W3C HTML Validation Service</a>.</li> </ul> </div> <div> <h2><a name="others">Other resources</a></h2> - <p> - Documentation/specifications: - </p> - <ul> - <li><a href="http://www.w3.org/MarkUp/">W3C's HTML home page</a>.</li> - <li><a href="http://www.w3.org/TR/html401/">The HTML 4.01 - specification</a>.</li> - <li><a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0: - The Extensible HyperText Markup Language</a>.</li> - <li><a href="http://www.w3.org/TR/xhtml11/">XHTML 1.1: - Module-based XHTML</a>.</li> - </ul> - <p> - Online tools/validators: - </p> - <ul> - <li>The <a - href="http://www.htmlhelp.org/tools/validator/">WDG HTML - validator</a> is another excellent online validation service.</li> - <li><a href="http://arealvalidator.com/">A Real Validator</a> - is a shareware HTML syntax checker for Windows systems, - from the author of the WDG validator.</li> - <li><a href="http://valet.webthing.com/">Site Valet</a> by Nick Kew - is a comprehensive set of tools for checking and monitoring your - web sites.</li> - <li>Clean up your HTML using <a - href="http://www.w3.org/People/Raggett/tidy/">HTML tidy</a> - (or use Site Valet's <a href="http://valet.webthing.com/tidy/">web - interface to tidy</a>.)</li> - <li>Validate your <a href="http://www.w3.org/Style/CSS/">CSS</a> using - the <a href="http://jigsaw.w3.org/css-validator/">W3C CSS - Validation Service</a>.</li> - <li>Validate your <a href="http://www.w3.org/RDF/">RDF</a> using - the <a href="http://www.w3.org/RDF/Validator/">W3C RDF - Validation Service</a>.</li> - <li>Validate your <a href="http://www.w3.org/XML/Schema">XML Schema</a> - documents using the <a - href="http://www.w3.org/2001/03/webdata/xsv">W3C - XML Schema Validator</a>.</li> - <!-- <li>@@ bookmarklets</li> --> - </ul> + <div> + <h3>Documentation & Specifications</h3> + <ul> + <li><a href="http://www.w3.org/MarkUp/">W3C's HTML home page</a>.</li> + <li><a href="http://www.w3.org/TR/html401/">The HTML 4.01 + specification</a>.</li> + <li><a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0: + The Extensible HyperText Markup Language</a>.</li> + <li><a href="http://www.w3.org/TR/xhtml11/">XHTML 1.1: + Module-based XHTML</a>.</li> + </ul> + </div> + <div> + <h3>Online Tools & Other Validators</h3> + <ul> + <li>The <a + href="http://www.htmlhelp.org/tools/validator/">WDG HTML + validator</a> is another excellent online validation service.</li> + <li><a href="http://arealvalidator.com/">A Real Validator</a> + is a shareware HTML syntax checker for Windows systems, + from the author of the WDG validator.</li> + <li><a href="http://valet.webthing.com/">Site Valet</a> by Nick Kew + is a comprehensive set of tools for checking and monitoring your + web sites.</li> + <li>Clean up your HTML using <a + href="http://www.w3.org/People/Raggett/tidy/">HTML tidy</a> + (or use Site Valet's <a href="http://valet.webthing.com/tidy/">web + interface to tidy</a>.)</li> + <li>Validate your <a href="http://www.w3.org/Style/CSS/">CSS</a> using + the <a href="http://jigsaw.w3.org/css-validator/">W3C CSS + Validation Service</a>.</li> + <li>Validate your <a href="http://www.w3.org/RDF/">RDF</a> using + the <a href="http://www.w3.org/RDF/Validator/">W3C RDF + Validation Service</a>.</li> + <li>Validate your <a href="http://www.w3.org/XML/Schema">XML Schema</a> + documents using the <a + href="http://www.w3.org/2001/03/webdata/xsv">W3C + XML Schema Validator</a>.</li> + </ul> + </div> </div> <div> <h2><a name="credits">Credits</a></h2> <p> + The W3C HTML Validation Service was created and is maintained by + <a href="http://www.w3.org/People/Gerald/">Gerald Oskoboiny</a>. + In a previous incarnation it was known as "The Kinder, Gentler, + HTML Validator", but has since found a new home at the W3C + Systems Team where Gerald still slaves away at it. + </p> + <p> This service uses: </p> <ul> @@ -81,7 +87,7 @@ The <a href="http://www.linpro.no/lwp/">LWP Perl Modules</a> by Gisle Aas and Martijn Koster for retrieving documents. </li> - <li>SGML error explanations originally written by Scott Bigham.</li> + <li>Documentation and Error Explanations originally written by Scott Bigham.</li> <li>Open source software including <a href="http://httpd.apache.org/">Apache</a>, <a href="http://www.perl.com/">Perl</a>, and <a @@ -93,8 +99,11 @@ <li> Patches and ideas from: <ul> - <li><a href="http://newsreaders.com/%7Elink/">Terje Bless</a></li> <li><a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a></li> + <li><a href="http://www.w3.org/People/D%c3%bcrst/">Martin Dürst</a></li> + <li><a href="http://www.webthing.com/~nick/">Nick Kew</a></li> + <li><a href="http://newsreaders.com/%7Elink/">Terje Bless</a></li> + <li><a href="http://lists.w3.org/Archives/Public/www-validator/">...and the nice people on www-validator@w3.org.</a></li> </ul> </li> </ul> diff --git a/htdocs/base.css b/htdocs/base.css index 7667bb2..1cd593d 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -4,7 +4,7 @@ Copyright © 2000 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.16 2001-09-20 18:14:12 link Exp $ + $Id: base.css,v 1.17 2001-09-24 10:05:41 link Exp $ */ @import url(non-netscape.css); @@ -85,9 +85,10 @@ p.navbar { padding: 1ex; min-width: 13ex; max-width: 15em; - width: 13ex; + width: 13ex; background-color: #eee; border:1px dashed #999; + clear: both; } table th { @@ -97,10 +98,8 @@ table th { div.stb {clear: both} -.intro { +p { max-width: 75ex; - margin: .1ex; - padding: .1ex; } /* Various header(ish) things. Definitions cribbed from the CORE Styles. */ @@ -114,7 +113,8 @@ h1 { word-spacing: normal; letter-spacing: normal; text-transform: none; - } + color: RGB(0,90,156); + } h2 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; @@ -132,8 +132,8 @@ h3 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.58em; - font-weight: 600; - font-style: normal; + font-weight: 500; + font-style: italic; text-decoration: none; word-spacing: normal; letter-spacing: normal; @@ -144,7 +144,7 @@ h4 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.33em; - font-weight: 600; + font-weight: 500; font-style: normal; text-decoration: none; word-spacing: normal; @@ -156,19 +156,20 @@ h5, dt { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.17em; - font-weight: 600; + font-weight: 500; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; + margin-top: 1em; } h6 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1em; - font-weight: 700; + font-weight: 500; font-style: normal; text-decoration: none; word-spacing: normal; diff --git a/htdocs/detailed.html b/htdocs/detailed.html new file mode 100755 index 0000000..06f8cc9 --- /dev/null +++ b/htdocs/detailed.html @@ -0,0 +1,90 @@ +<!--#set var="revision" value="\$Id: detailed.html,v 1.1 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="The W3C HTML Validation Service" --> +<!--#include virtual="/header.html" --> + + <p name="skip" id="skip"> + This form allows you to enter a URI or upload files from your computer and + have them validated. + </p> + <div> + <form method="post" enctype="multipart/form-data" action="/check"> + <table> + <tr><th><label title="Address of page to Validate" for="uri">Address (URI):</label></th><td colspan="2"><input id="uri" name="uri" size="50" /> or...</td></tr> + <tr><th><label for="uploaded_file">Local File:</label></th><td colspan="2"><input type="file" name="uploaded_file" size="50" /></td></tr> + <tr> + <th><label for="charset">Character Encoding:</label></th> + <td colspan="2"> + <select id="charset" name="charset"> + <option value="(detect automatically)">(detect automatically)</option> + <option value="utf-8 (Unicode, worldwide)">utf-8 (Unicode, worldwide)</option> + <option value="iso-8859-1 (Western Europe)">iso-8859-1 (Western Europe)</option> + <option value="iso-8859-2 (Central Europe)">iso-8859-2 (Central Europe)</option> + <option value="iso-8859-3 (Maltese)">iso-8859-3 (Maltese)</option> + <option value="iso-8859-4 (Baltic Rim)">iso-8859-4 (Baltic Rim)</option> + <option value="iso-8859-5 (Cyrillic)">iso-8859-5 (Cyrillic)</option> + <option value="iso-8859-6-i (Arabic)">iso-8859-6-i (Arabic)</option> + <option value="iso-8859-7 (Greek)">iso-8859-7 (Greek)</option> + <option value="iso-8859-8-i (Hebrew)">iso-8859-8-i (Hebrew)</option> + <option value="iso-8859-9 (Turkish)">iso-8859-9 (Turkish)</option> + <option value="iso-8859-10 (Latin 6)">iso-8859-10 (Latin 6)</option> + <option value="iso-8859-13 (Latin 7)">iso-8859-13 (Latin 7)</option> + <option value="iso-8859-14 (Celtic)">iso-8859-14 (Celtic)</option> + <option value="iso-8859-15 (Latin 9)">iso-8859-15 (Latin 9)</option> + <option value="us-ascii (basic English)">us-ascii (basic English)</option> + <option value="euc-jp (Japanese, Unix)">euc-jp (Japanese, Unix)</option> + <option value="shift_jis (Japanese, Win/Mac)">shift_jis (Japanese, Win/Mac)</option> + <option value="iso-2022-jp (Japanese, email)">iso-2022-jp (Japanese, email)</option> + <option value="euc-kr (Korean)">euc-kr (Korean)</option> + <option value="gb2312 (Chinese, simplified)">gb2312 (Chinese, simplified)</option> + <option value="big5 (Chinese, traditional)">big5 (Chinese, traditional)</option> + <option value="tis-620 (Thai)">tis-620 (Thai)</option> + <option value="koi8-r (Russian)">koi8-r (Russian)</option> + <option value="koi8-u (Ukrainian)">koi8-u (Ukrainian)</option> + <option value="macintosh (MacRoman)">macintosh (MacRoman)</option> + <option value="windows-1250 (Central Europe)">windows-1250 (Central Europe)</option> + <option value="windows-1251 (Cyrillic)">windows-1251 (Cyrillic)</option> + <option value="windows-1252 (Western Europe)">windows-1252 (Western Europe)</option> + <option value="windows-1253 (Greek)">windows-1253 (Greek)</option> + <option value="windows-1254 (Turkish)">windows-1254 (Turkish)</option> + <option value="windows-1255 (Hebrew)">windows-1255 (Hebrew)</option> + <option value="windows-1256 (Arabic)">windows-1256 (Arabic)</option> + <option value="windows-1257 (Baltic Rim)">windows-1257 (Baltic Rim)</option> + </select> + </td> + </tr> + <tr> + <th><label for="doctype">Document Type:</label></th> + <td colspan="2"> + <select id="doctype" name="doctype"> + <option value="Inline">(detect automatically)</option> + <option>XHTML 1.0 Strict</option> + <option>XHTML 1.0 Transitional</option> + <option>XHTML 1.0 Frameset</option> + <option>HTML 4.01 Strict</option> + <option>HTML 4.01 Transitional</option> + <option>HTML 4.01 Frameset</option> + <option>HTML 3.2</option> + <option>HTML 2.0</option> + </select> + </td> + </tr> + <tr> + <th rowspan="2">Options:</th> + <td><label><input name="ss" type="checkbox" value="" /> Show Source</label></td> + <td><label><input name="sp" type="checkbox" value="" /> Show Parse Tree</label></td> + </tr> + <tr> + <td><label><input name="outline" type="checkbox" value="" /> Show Outline</label></td> + <td><label><input name="noatt" type="checkbox" value="" /> ...exclude attributes</label></td> + </tr> + <tr><td /> + <td><input type="submit" value="Validate this page" /></td> + <td /> + </tr> + </table> + </form> + </div> +<!--#include virtual="/footer.html" --> + </body> +</html> diff --git a/htdocs/docs/devel.html b/htdocs/docs/devel.html index 634ee1d..a48363c 100755 --- a/htdocs/docs/devel.html +++ b/htdocs/docs/devel.html @@ -1,5 +1,6 @@ -<!--#set var="revision" value="\$Id: devel.html,v 1.3 2001-09-19 08:52:09 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-19 08:52:09 $" --> +<!--#set var="revision" value="\$Id: devel.html,v 1.4 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="Developer Documentation for The W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> <p> @@ -38,7 +39,7 @@ for the "check" CGI script. There is a bunch of lines that of the form "use Foo::Bar" where each "Foo::Bar" represents a module. Most modules can be found on <a href="http://www.cpan.org/">CPAN</a>. The following - list was complete when CVS spit out: <code>$Date: 2001-09-19 08:52:09 $</code>. <tt>:-)</tt> + list was complete when CVS spit out: <code>$Date: 2001-09-24 10:05:41 $</code>. <tt>:-)</tt> </p> <dl> <dt><code>LWP::UserAgent</code></dt> diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index 29cfc9b..546faf6 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,5 +1,6 @@ -<!--#set var="revision" value="\$Id: errors.html,v 1.14 2001-09-20 16:51:24 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-20 16:51:24 $" --> +<!--#set var="revision" value="\$Id: errors.html,v 1.15 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="Error Explanations for The W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> <p> diff --git a/htdocs/docs/help.html b/htdocs/docs/help.html index 4ac370d..b7904df 100755 --- a/htdocs/docs/help.html +++ b/htdocs/docs/help.html @@ -1,5 +1,6 @@ -<!--#set var="revision" value="\$Id: help.html,v 1.3 2001-09-19 08:52:09 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-19 08:52:09 $" --> +<!--#set var="revision" value="\$Id: help.html,v 1.4 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="Help for The W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> <div> diff --git a/htdocs/docs/index.html b/htdocs/docs/index.html index 6c8a98b..622e62a 100755 --- a/htdocs/docs/index.html +++ b/htdocs/docs/index.html @@ -1,5 +1,6 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.3 2001-09-19 07:43:39 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-19 07:43:39 $" --> +<!--#set var="revision" value="\$Id: index.html,v 1.4 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="Documentation Index for The W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> <p> diff --git a/htdocs/docs/sgml.html b/htdocs/docs/sgml.html index a553419..e652330 100755 --- a/htdocs/docs/sgml.html +++ b/htdocs/docs/sgml.html @@ -1,5 +1,6 @@ -<!--#set var="revision" value="\$Id: sgml.html,v 1.6 2001-09-19 08:52:09 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-19 08:52:09 $" --> +<!--#set var="revision" value="\$Id: sgml.html,v 1.7 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="Introduction To SGML for The W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> <div> <h2 id="sgml">What is SGML?</h2> diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index 658dbb9..5563bbe 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -1,5 +1,6 @@ -<!--#set var="revision" value="\$Id: users.html,v 1.3 2001-09-19 08:52:09 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-19 08:52:09 $" --> +<!--#set var="revision" value="\$Id: users.html,v 1.4 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="User Documentation for The W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> <div id="Quickstart"> diff --git a/htdocs/feedback.html b/htdocs/feedback.html index e01f5fe..d75f57b 100755 --- a/htdocs/feedback.html +++ b/htdocs/feedback.html @@ -1,8 +1,9 @@ -<!--#set var="revision" value="\$Id: feedback.html,v 1.11 2001-09-19 09:31:03 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-19 09:31:03 $" --> +<!--#set var="revision" value="\$Id: feedback.html,v 1.12 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="How To Provide Feedback for The W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> -<h2>How to Provide Feedback on <a href="/">W3C's Validation Service</a></h2> +<h2>How to Provide Feedback</h2> <dl> <dt>If your page doesn't validate, and you don't know why, or @@ -36,6 +37,7 @@ <li><code><a href="news:comp.infosystems.www.authoring.html">Usenet newsgroup: comp.infosystems.www.authoring.html</a></code></li> <li><a href="http://www.hwg.org/">HTML Writers Guild</a> <a + title="HTML Writers Guild Mailing Lists" href="http://www.hwg.org/lists/">mailing lists</a></li> </ul> @@ -46,8 +48,8 @@ </p> </dd> - <dt>If you are interested in helping to improve <a href="/">this - service</a>, by writing code or just providing ideas,</dt> + <dt>If you are interested in helping to improve this + service, by writing code or just providing ideas,</dt> <dd> <p> @@ -57,8 +59,8 @@ <p> If you just have a small patch or idea and don't want to join the list, feel - free to <a href="mailto:www-validator@w3.org">send it directly to the - list</a>. + free to <a title="Send a message to the www-validator mailing list" + href="mailto:www-validator@w3.org">send it directly to the list</a>. </p> </dd> </dl> diff --git a/htdocs/file-upload.html b/htdocs/file-upload.html index 12ac35a..71d4df8 100755 --- a/htdocs/file-upload.html +++ b/htdocs/file-upload.html @@ -1,5 +1,6 @@ -<!--#set var="revision" value="\$Id: file-upload.html,v 1.7 2001-09-20 16:46:07 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-20 16:46:07 $" --> +<!--#set var="revision" value="\$Id: file-upload.html,v 1.8 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="About the W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> <p> @@ -87,7 +88,7 @@ <p> If your document is on the Web, you can validate - it by <a href="./">entering its address</a> instead. + it by <a title="Validate files by URI" href="./">entering its address</a> instead. </p> diff --git a/htdocs/footer.html b/htdocs/footer.html index bb3cff7..ff208c3 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -2,7 +2,8 @@ <a href="http://validator.w3.org/check/referer"><img src="http://validator.w3.org/images/vxhtml10" height="31" width="88" alt="Valid XHTML 1.0!" /></a> - <a href="/feedback.html">Gerald Oskoboiny</a><br /> + <a title="Send Feedback for the W3C HTMl Validation Service" + href="/feedback.html">Gerald Oskoboiny</a><br /> <!--#echo var="date" --> - <!-- SSI Template Version: $Id: footer.html,v 1.1 2001-09-19 08:52:08 link Exp $ --> + <!-- SSI Template Version: $Id: footer.html,v 1.2 2001-09-24 10:05:41 link Exp $ --> </address> diff --git a/htdocs/header.html b/htdocs/header.html index f6b41dd..34a9238 100755 --- a/htdocs/header.html +++ b/htdocs/header.html @@ -2,33 +2,40 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <title>W3C HTML Validation Service</title> + <title><!--#echo var="title" --></title> <link rev="made" href="mailto:gerald@w3.org" /> + <link rev="start" href="/" title="Home Page"> <style type="text/css" media="screen">@import "/base.css";</style> <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, W3C HTML Validation Service" /> <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> <meta name="revision" content="<!--#echo var="revision" -->" /> - <!-- SSI Template Version: $Id: header.html,v 1.3 2001-09-21 13:37:49 gerald Exp $ --> + <!-- SSI Template Version: $Id: header.html,v 1.4 2001-09-24 10:05:41 link Exp $ --> </head> <body> - <p class="navbar"> - <span class="hideme"><a href="#skip" title="Skip past navigation to main part of page">Skip Navigation</a> |</span> - <a href="/about.html" title="Information About this Service">About...</a> <span class="hideme">|</span> - <a href="/feedback.html" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span> - <a href="/whatsnew.html" title="The changes made to this service recently">What's New</a> <span class="hideme">|</span> - <a href="/file-upload.html" title="File Upload Interface to this Service">Upload Files</a> <span class="hideme">|</span> - <a href="/source/" title="Information on Source Availability">Source Code</a> <span class="hideme">|</span> - <a href="/docs/" title="Documentation for this Service">Documentation</a> <span class="hideme">|</span> - <a href="http://jigsaw.w3.org/css-validator/" class="offsite" title="The W3C CSS Validator">CSS Validator</a> <span class="hideme">|</span> - <a href="/checklink" class="offsite" title="The W3C Link Checker">Link Checker</a> <span class="hideme">|</span> - <a href="http://www.w3.org/MarkUp/" class="offsite" title="The W3C HTML Home Page">HTML Home</a> <span class="hideme">|</span> - <a href="http://www.w3.org/People/Raggett/tidy/" class="offsite" title="The HTML Tidy Home Page">HTML Tidy</a> <span class="hideme">|</span> - <a href="http://www.w3.org/TR/xhtml1/" class="offsite" title="The XHTML 1.0 Recommendation">XHTML 1.0</a> <span class="hideme">|</span> - <a href="http://www.w3.org/TR/html401/" class="offsite" title="The HTML 4.01 Recommendation">HTML 4.01</a> <span class="hideme">|</span> - </p> - <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" - id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a> - HTML Validation Service</h1> + <div> + <p class="navbar"> + <span class="hideme"><a href="#title" title="Skip past navigation to main part of page">Skip Navigation</a> |</span> + <a href="/" title="Go to the Home Page for tThe W3C HTMl Validation Service">[ Home Page ]</a> <span class="hideme">|</span> + <a href="/docs/" title="Documentation for this Service">Documentation</a> <span class="hideme">|</span> + <a href="/source/" title="Information on Source Availability">Source Code</a> <span class="hideme">|</span> + <a href="/whatsnew.html" title="The changes made to this service recently">What's New</a> <span class="hideme">|</span> + <a href="/feedback.html" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span> + <a href="/about.html" title="Information About this Service">About...</a> <span class="hideme">|</span> + </p> + <p class="navbar"> + <a href="http://jigsaw.w3.org/css-validator/" class="offsite" title="The W3C CSS Validator">CSS Validator</a> <span class="hideme">|</span> + <a href="/checklink" class="offsite" title="The W3C Link Checker">Link Checker</a> <span class="hideme">|</span> + <a href="http://www.w3.org/People/Raggett/tidy/" class="offsite" title="The HTML Tidy Home Page">HTML Tidy</a> <span class="hideme">|</span> + </p> + <p class="navbar"> + <a href="http://www.w3.org/MarkUp/" class="offsite" title="The W3C HTML Home Page">HTML Home</a> <span class="hideme">|</span> + <a href="http://www.w3.org/TR/xhtml1/" class="offsite" title="The XHTML 1.0 Reccommendation">XHTML 1.0</a> <span class="hideme">|</span> + <a href="http://www.w3.org/TR/html401/" class="offsite" title="The HTML 4.01 Reccommendation">HTML 4.01</a> <span class="hideme">|</span> + </p> + <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" + id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a> + HTML Validation Service</h1> + </div>
\ No newline at end of file diff --git a/htdocs/index.html b/htdocs/index.html index 70dca9f..5a912c7 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,8 +1,9 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.44 2001-09-20 16:59:12 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-20 16:59:12 $" --> +<!--#set var="revision" value="\$Id: index.html,v 1.45 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="The W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> - <div class="intro"> + <div id="skip" class="intro"> <p> Welcome to the W3C HTML Validation Service; a free service that checks documents like HTML and XHTML for conformance to W3C Recommendations @@ -18,7 +19,6 @@ <a href="http://www.w3.org/TR/REC-CSS1">Recommendation</a>. </p> </div> - <div> <h2><a name="recent">Recent Updates</a></h2> <p class="intro"> @@ -32,98 +32,21 @@ Encoding support</a> <small>(June 22, 2001)</small></li> </ul> </div> - - <div id="skip" class="stb"> - <h2><a id="byURI" name="byURI">Validate by URI</a></h2> - <form method="get" action="/check"> - <table> - <tr><th><label title="Address of page to Validate" for="uri">Address:</label></th><td colspan="2"><input id="uri" name="uri" size="50" /></td></tr> - <tr> - <th><label title="Character Encoding" for="charset">Character Encoding:</label></th> - <td colspan="2"> - <select id="charset" name="charset"> - <option value="(detect automatically)">(detect automatically)</option> - <option value="utf-8 (Unicode, worldwide)">utf-8 (Unicode, worldwide)</option> - <option value="iso-8859-1 (Western Europe)">iso-8859-1 (Western Europe)</option> - <option value="iso-8859-2 (Central Europe)">iso-8859-2 (Central Europe)</option> - <option value="iso-8859-3 (Maltese)">iso-8859-3 (Maltese)</option> - <option value="iso-8859-4 (Baltic Rim)">iso-8859-4 (Baltic Rim)</option> - <option value="iso-8859-5 (Cyrillic)">iso-8859-5 (Cyrillic)</option> - <option value="iso-8859-6-i (Arabic)">iso-8859-6-i (Arabic)</option> - <option value="iso-8859-7 (Greek)">iso-8859-7 (Greek)</option> - <option value="iso-8859-8-i (Hebrew)">iso-8859-8-i (Hebrew)</option> - <option value="iso-8859-9 (Turkish)">iso-8859-9 (Turkish)</option> - <option value="iso-8859-10 (Latin 6)">iso-8859-10 (Latin 6)</option> - <option value="iso-8859-13 (Latin 7)">iso-8859-13 (Latin 7)</option> - <option value="iso-8859-14 (Celtic)">iso-8859-14 (Celtic)</option> - <option value="iso-8859-15 (Latin 9)">iso-8859-15 (Latin 9)</option> - <option value="us-ascii (basic English)">us-ascii (basic English)</option> - <option value="euc-jp (Japanese, Unix)">euc-jp (Japanese, Unix)</option> - <option value="shift_jis (Japanese, Win/Mac)">shift_jis (Japanese, Win/Mac)</option> - <option value="iso-2022-jp (Japanese, email)">iso-2022-jp (Japanese, email)</option> - <option value="euc-kr (Korean)">euc-kr (Korean)</option> - <option value="gb2312 (Chinese, simplified)">gb2312 (Chinese, simplified)</option> - <option value="big5 (Chinese, traditional)">big5 (Chinese, traditional)</option> - <option value="tis-620 (Thai)">tis-620 (Thai)</option> - <option value="koi8-r (Russian)">koi8-r (Russian)</option> - <option value="koi8-u (Ukrainian)">koi8-u (Ukrainian)</option> - <option value="macintosh (MacRoman)">macintosh (MacRoman)</option> - <option value="windows-1250 (Central Europe)">windows-1250 (Central Europe)</option> - <option value="windows-1251 (Cyrillic)">windows-1251 (Cyrillic)</option> - <option value="windows-1252 (Western Europe)">windows-1252 (Western Europe)</option> - <option value="windows-1253 (Greek)">windows-1253 (Greek)</option> - <option value="windows-1254 (Turkish)">windows-1254 (Turkish)</option> - <option value="windows-1255 (Hebrew)">windows-1255 (Hebrew)</option> - <option value="windows-1256 (Arabic)">windows-1256 (Arabic)</option> - <option value="windows-1257 (Baltic Rim)">windows-1257 (Baltic Rim)</option> - </select> - </td> - </tr> - <tr> - <th><label title="Document Type" for="doctype">Document Type:</label></th> - <td colspan="2"> - <select id="doctype" name="doctype"> - <option value="Inline">(detect automatically)</option> - <option>XHTML 1.0 Strict</option> - <option>XHTML 1.0 Transitional</option> - <option>XHTML 1.0 Frameset</option> - <option>HTML 4.01 Strict</option> - <option>HTML 4.01 Transitional</option> - <option>HTML 4.01 Frameset</option> - <option>HTML 3.2</option> - <option>HTML 2.0</option> - </select> - </td> - </tr> - <tr> - <th rowspan="2">Options:</th> - <td><label title="Show Page Source"><input name="ss" type="checkbox" value="" /> Show Source</label></td> - <td><label title="Show Parse Tree"><input name="sp" type="checkbox" value="" /> Show Parse Tree</label></td> - </tr> - <tr> - <td><label title="Show an Outline of the document"><input name="outline" type="checkbox" value="" /> Show Outline</label></td> - <td><label title="Exclude Attributes from Parse Tree"><input name="noatt" type="checkbox" value="" /> ...exclude attributes</label></td> - </tr> - <tr><td /> - <td><input type="submit" value="Validate this page" /></td> - <td /> - </tr> - </table> - </form> - </div> - <div> + <h2>Validate Files</h2> <p> - Alternatively, you can <a href="file-upload.html">upload - files</a> from your computer to have them checked. + 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 HTML Validation Service" href="/detailed.html">Extended + Interface</a> available if you want to set any advanced options. </p> - + <form method="post" enctype="multipart/form-data" action="/check"> <p> - You can also check your - <a href="http://www.w3.org/Style/CSS/">Cascading Style Sheets</a> - using W3C's - <a href="http://jigsaw.w3.org/css-validator/">CSS Validation Service</a>. + <label title="Address of page to Validate">Address (URI): <input id="uri" name="uri" size="50" /></label> + <label title="Choose a Local File to Upload and Validate">Local File: <input type="file" name="uploaded_file" size="50" /></label> </p> + <p><input type="submit" value="Validate" /></p> + </form> </div> diff --git a/htdocs/source/index.html b/htdocs/source/index.html index eaabc79..59e49fc 100755 --- a/htdocs/source/index.html +++ b/htdocs/source/index.html @@ -1,5 +1,6 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.15 2001-09-19 09:31:03 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-19 09:31:03 $" --> +<!--#set var="revision" value="\$Id: index.html,v 1.16 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="Source Code Availability for The W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> <p> diff --git a/htdocs/todo.html b/htdocs/todo.html index 8052d54..b9d5136 100755 --- a/htdocs/todo.html +++ b/htdocs/todo.html @@ -1,5 +1,6 @@ -<!--#set var="revision" value="\$Id: todo.html,v 1.46 2001-09-19 08:52:08 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-19 08:52:08 $" --> +<!--#set var="revision" value="\$Id: todo.html,v 1.47 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="TODO List for The W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> <p class="intro"> This page has the to-do list for the <a href="/">W3C HTML Validation @@ -36,7 +37,6 @@ (need to start logging stuff first, including IPs to compare uniqueness). </li> - <li>Create a stylesheet and link to it from every page.</li> <li> Add a section to the report on <a href="http://www.mnot.net/cacheability/">document cacheability</a>? @@ -158,10 +158,6 @@ Thanks Clemens!) </li> <li> - Fixup all pages to XHTML 1.0 Strict; perhaps take the opportunity to - redesign layout and look? - </li> - <li> Double check that all output is valid! In particular, use style rules to specify heigth/width on suggested links. </li> @@ -196,6 +192,8 @@ </li> <li>Make sure we output sane "text/html; charset=foo".</li> <li>Document how to add new DOCTYPEs to the Validator.</li> + <li>Write documentation for Content Negotiation of Badges</li> + <li>Include some Bookmarklets for the Validator</li> </ol> <!--#include virtual="/footer.html" --> </body> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 00b5152..54c62dd 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,6 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.22 2001-09-19 07:43:39 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-19 07:43:39 $" --> +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.23 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="What's New at The W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> <div class="intro"> @@ -11,7 +12,16 @@ </p> </div> <dl> - <dt><a name="2001-09-13"><strong>September 13, 2001</strong></a>:</dt> + <dt><a name="2001-09-24">September 24, 2001</a>:</dt> + <dd> + <ul> + <li>Finished redesign and use consistent style for all pages..</li> + <li>Added experimental support for SVG 1.0.</li> + <li>Added experimental support for spec-prod 2.0.</li> + <li>...and several minor bug fixes.</li> + </ul> + </dd> + <dt><a name="2001-09-13">September 13, 2001</a>:</dt> <dd> <ul> <li>Added support for XHTML 1.1 and XHTML Basic 1.0.</li> @@ -21,7 +31,7 @@ <li>Various bug fixes and minor changes.</li> </ul> </dd> - <dt><a name="2001-06-22"><strong>June 22, 2001</strong></a>:</dt> + <dt><a name="2001-06-22">June 22, 2001</a>:</dt> <dd> <ul> <li>Various bugfixes; notably two related to the File Upload feature.</li> @@ -31,7 +41,7 @@ <li>Documentation donated by Scott Bigham (Thanks Scott!).</li> </ul> </dd> - <dt><a name="2000-10-18"><strong>October 18, 2000</strong></a>:</dt> + <dt><a name="2000-10-18">October 18, 2000</a>:</dt> <dd> <p> Added support for <a href="http://purl.org/NET/ISO+IEC.15445/15445.html">ISO/IEC 15445:2000</a> @@ -39,14 +49,14 @@ ISO-HTML</a>. </p> </dd> - <dt><a name="2000-06-30"><strong>June 30, 2000</strong></a>:</dt> + <dt><a name="2000-06-30">June 30, 2000</a>:</dt> <dd> <p> The service now checks XHTML documents for validity as well as XML well-formedness. </p> </dd> - <dt><a name="2000-04-28"><strong>April 28, 2000</strong></a>:</dt> + <dt><a name="2000-04-28">April 28, 2000</a>:</dt> <dd> <p> Added the <a href="file-upload.html">file upload</a> feature. @@ -61,7 +71,7 @@ <a href="about.html">another page</a>. </p> </dd> - <dt><a name="2000-01-26"><strong>January 26, 2000</strong></a>:</dt> + <dt><a name="2000-01-26">January 26, 2000</a>:</dt> <dd> <p> Updated <a href="sgml-lib/">the DTDs</a> and added @@ -70,7 +80,7 @@ <a href="http://www.w3.org/TR/1999/REC-html401-19991224/">HTML 4.01</a>. </p> </dd> - <dt><a name="1999.08.24"><strong>August 24, 1999</strong></a>:</dt> + <dt><a name="1999.08.24">August 24, 1999</a>:</dt> <dd> <p> Added <a href="sgml-lib/PR-html40-19990824/">the DTDs</a> for @@ -81,7 +91,7 @@ <a href="http://www.w3.org/TR/1999/PR-xhtml1-19990824/">XHTML 1.0</a>. </p> </dd> - <dt><a name="1999.04.08"><strong>April 8, 1999</strong></a>:</dt> + <dt><a name="1999.04.08">April 8, 1999</a>:</dt> <dd> <p> Added username/password proxying for validation of documents protected @@ -95,7 +105,7 @@ of libwww-perl, <a href="http://www.linpro.no/lwp/">LWP</a>. </p> </dd> - <dt><a name="1999.03.04"><strong>March 4, 1999</strong></a>:</dt> + <dt><a name="1999.03.04">March 4, 1999</a>:</dt> <dd> <p> Added support for <a href="http://www.w3.org/MarkUp/#future">XHTML</a>, @@ -103,7 +113,7 @@ 19990304 working draft</a>. (see <a href="http://dev.w3.org/cgi-bin/cvsweb/validator/httpd/cgi-bin/check.diff?r1=text&tr1=1.13&r2=text&tr2=1.16&f=h">the changes</a>) </p> </dd> - <dt><a name="1999.02.25"><strong>February 25, 1999</strong></a>:</dt> + <dt><a name="1999.02.25">February 25, 1999</a>:</dt> <dd> <p> Added support for ISO-2022-JP and Shift_JIS character encodings. @@ -119,7 +129,7 @@ changes</a>). </p> </dd> - <dt><a name="1998.08.26"><strong>August 26, 1998</strong></a>:</dt> + <dt><a name="1998.08.26">August 26, 1998</a>:</dt> <dd> <p> Put a <a href="/sgml-lib.tar.gz">tarred and gzipped version</a> of @@ -127,7 +137,7 @@ Web. </p> </dd> - <dt><a name="1998.08.05"><strong>August 5, 1998</strong></a>:</dt> + <dt><a name="1998.08.05">August 5, 1998</a>:</dt> <dd> <p>Posted some new documents on the Web:</p> <ul> @@ -140,7 +150,7 @@ </li> </ul> </dd> - <dt><a name="1998.07.24"><strong>July 24, 1998</strong></a>:</dt> + <dt><a name="1998.07.24">July 24, 1998</a>:</dt> <dd> <p> Made the <a href="/source/">source code</a> available via @@ -151,14 +161,14 @@ 1.3.1.</a> </p> </dd> - <dt><a name="1998.06.19"><strong>June 19, 1998</strong></a>:</dt> + <dt><a name="1998.06.19">June 19, 1998</a>:</dt> <dd> <p> Added a page about <a href="about.html">the hardware/network behind this service</a>. </p> </dd> - <dt><a name="1998.04.20"><strong>April 20, 1998</strong></a>:</dt> + <dt><a name="1998.04.20">April 20, 1998</a>:</dt> <dd> <p> Added support for a parameter to check the referring Web page for @@ -167,7 +177,7 @@ (you can try the link to see how it works.) </p> </dd> - <dt><a name="1997.12.18"><strong>December 18, 1997</strong></a>:</dt> + <dt><a name="1997.12.18">December 18, 1997</a>:</dt> <dd> <p> Updated HTML 4.0 materials to match the |