summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2001-09-19 09:31:03 +0000
committerlink <link@localhost>2001-09-19 09:31:03 +0000
commite0d32030bb2d65fa45d42dce3f4925a56e3466f8 (patch)
tree90cb52180f8ebae666bdaba350bce5b1cd3efd36
parent6001dba1d252a721ea126324e1ccc36daee06abd (diff)
downloadmarkup-validator-e0d32030bb2d65fa45d42dce3f4925a56e3466f8.zip
markup-validator-e0d32030bb2d65fa45d42dce3f4925a56e3466f8.tar.gz
markup-validator-e0d32030bb2d65fa45d42dce3f4925a56e3466f8.tar.bz2
Update to Valid XHTML 1.0. :-)
-rwxr-xr-xhtdocs/feedback.html62
-rwxr-xr-xhtdocs/file-upload.html120
-rwxr-xr-xhtdocs/source/index.html44
3 files changed, 132 insertions, 94 deletions
diff --git a/htdocs/feedback.html b/htdocs/feedback.html
index 43d3f74..e01f5fe 100755
--- a/htdocs/feedback.html
+++ b/htdocs/feedback.html
@@ -1,35 +1,31 @@
-<!--#set var="revision" value="\$Id: feedback.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: feedback.html,v 1.11 2001-09-19 09:31:03 link Exp $" -->
+<!--#set var="date" value="\$Date: 2001-09-19 09:31:03 $" -->
<!--#include virtual="/header.html" -->
-<h2>How to Provide Feedback on <a href="/">W3C's Validation Service</a></h1>
+<h2>How to Provide Feedback on <a href="/">W3C's Validation Service</a></h2>
<dl>
- <dt>If your page doesn't validate, and you don't know why, or<br>
- <big><strong>you have a question about HTML or validation</strong></big>
-
+ <dt>If your page doesn't validate, and you don't know why, or
+ you have a question about HTML or validation</dt>
<dd>
-
- <p>
- First, check the <strong><a href="http://www.htmlhelp.com/faq/">Web
- authoring frequently asked questions (FAQs)</a></strong> to see if
- your question has been answered there.
- </p>
-
- <p>
- The two most common problems are:
- </p>
-
- <ul>
- <li><strong>Validating pages with &amp;'s in <code>URI</code>s</strong>:
- see <a
- href="http://www.htmlhelp.com/tools/validator/problems.html#amp">Ampersands
- (&amp;'s) in URLs</a>
- <li><strong>Validating pages with JavaScript</strong>:
- see <a
- href="http://www.htmlhelp.com/tools/validator/problems.html#script">Writing
- HTML in a SCRIPT Element</a>
- </ul>
+ <p>
+ First, check the <strong><a href="http://www.htmlhelp.com/faq/">Web
+ authoring frequently asked questions (FAQs)</a></strong> to see if
+ your question has been answered there.
+ </p>
+ <p>
+ The two most common problems are:
+ </p>
+ <ul>
+ <li>Validating pages with &amp;'s in <code>URI</code>s:
+ see <a
+ href="http://www.htmlhelp.com/tools/validator/problems.html#amp">Ampersands
+ (&amp;'s) in URLs</a></li>
+ <li>Validating pages with JavaScript:
+ see <a
+ href="http://www.htmlhelp.com/tools/validator/problems.html#script">Writing
+ HTML in a SCRIPT Element</a></li>
+ </ul>
<p>
If your problem isn't covered by one of the resources above,
@@ -38,9 +34,9 @@
<ul>
<li><code><a href="news:comp.infosystems.www.authoring.html">Usenet
- newsgroup: comp.infosystems.www.authoring.html</a></code>
+ newsgroup: comp.infosystems.www.authoring.html</a></code></li>
<li><a href="http://www.hwg.org/">HTML Writers Guild</a> <a
- href="http://www.hwg.org/lists/">mailing lists</a>
+ href="http://www.hwg.org/lists/">mailing lists</a></li>
</ul>
<p>
@@ -48,10 +44,10 @@
are willing to share their expertise. (If you are commenting on a
specific page, be sure to provide a URL when you ask your question!)
</p>
+ </dd>
- <dt>
- <big><strong>If you are interested in helping to improve <a href="/">this
- service</a>, by writing code or just providing ideas,</strong></big>
+ <dt>If you are interested in helping to improve <a href="/">this
+ service</a>, by writing code or just providing ideas,</dt>
<dd>
<p>
@@ -64,7 +60,7 @@
free to <a href="mailto:www-validator@w3.org">send it directly to the
list</a>.
</p>
-
+ </dd>
</dl>
<!--#include virtual="/footer.html" -->
diff --git a/htdocs/file-upload.html b/htdocs/file-upload.html
index 963fd76..027a2b3 100755
--- a/htdocs/file-upload.html
+++ b/htdocs/file-upload.html
@@ -1,49 +1,89 @@
-<!--#set var="revision" value="\$Id: file-upload.html,v 1.5 2001-09-19 08:52:08 link Exp $" -->
-<!--#set var="date" value="\$Date: 2001-09-19 08:52:08 $" -->
+<!--#set var="revision" value="\$Id: file-upload.html,v 1.6 2001-09-19 09:31:03 link Exp $" -->
+<!--#set var="date" value="\$Date: 2001-09-19 09:31:03 $" -->
<!--#include virtual="/header.html" -->
<p>
This form allows you to upload files from your computer and have
them validated.
</p>
-
- <form method="post" enctype="multipart/form-data" action="/check">
- File: <input type="file" name="uploaded_file" size="50" /><br />
- Document type:
- <select name="doctype">
- <option value="Inline">(specified inline)</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>
- <table cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <input name="ss" type="checkbox" value="" /> Show source input
- </td>
- <td>
- <input name="outline" type="checkbox" value="" /> Show an outline of this
- document<br />
- </td>
- </tr>
- <tr>
- <td>
- <input name="sp" type="checkbox" value="" /> Show parse tree
- </td>
- <td>
- <input name="noatt" type="checkbox" value="" /> exclude
- attributes from the parse tree<br />
- </td>
- </tr>
- </table>
- <input type="submit" value="Validate this document" />
- <input type="reset" value="Reset this form" />
- </form>
+ <div>
+ <h2>Validate Uploaded File</h2>
+ <form method="post" enctype="multipart/form-data" action="/check">
+ <table>
+ <tr><th><label for="uri">Address:</label></th><td colspan="2"><input id="uri" name="uri" 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>
<p>
If your document is on the Web, you can validate
diff --git a/htdocs/source/index.html b/htdocs/source/index.html
index e1712ff..eaabc79 100755
--- a/htdocs/source/index.html
+++ b/htdocs/source/index.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: index.html,v 1.14 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.15 2001-09-19 09:31:03 link Exp $" -->
+<!--#set var="date" value="\$Date: 2001-09-19 09:31:03 $" -->
<!--#include virtual="/header.html" -->
<p>
@@ -38,11 +38,12 @@
httpd.conf</a>. (select the topmost revision numbers on these pages to see
the most recent revision of each file.)
</p>
+ </li>
<li><p>If you want a copy of all the files that make up the
service, you can <a href="../validator.tar.gz">grab a tar
ball</a> (~2.0M, updated hourly.)
- </p>
+ </p></li>
<li><p><a name="CVS">If you intend to actively mirror the code</a>
and/or contribute
@@ -58,24 +59,25 @@
<p>
Our CVS base is available read-only, using CVS pserver authentication
- a la:
+ a la:</p>
- <blockquote><samp>
+ <blockquote><p><samp>
bash$ <kbd><b>export
- CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"</b></kbd><br>
- bash$ <kbd><b>cvs login</b></kbd><br>
- (Logging in to anonymous@dev.w3.org)<br>
- CVS password: <kbd><b>anonymous</b></kbd><br>
- bash$ <kbd><b>cvs get validator</b></kbd><br>
- cvs server: Updating validator<br>
- cvs server: Updating validator/htdocs<br>
- U validator/htdocs/about.html<br>
+ CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"</b></kbd><br />
+ bash$ <kbd><b>cvs login</b></kbd><br />
+ (Logging in to anonymous@dev.w3.org)<br />
+ CVS password: <kbd><b>anonymous</b></kbd><br />
+ bash$ <kbd><b>cvs get validator</b></kbd><br />
+ cvs server: Updating validator<br />
+ cvs server: Updating validator/htdocs<br />
+ U validator/htdocs/about.html<br />
...
- </samp></blockquote>
+ </samp></p></blockquote>
<!-- using <b> above is evil, but the default kbd style in Netscape is
goofy, and having that text boldfaced is ever so much clearer. - Gerald
-->
+ </li>
</ul>
@@ -93,32 +95,32 @@
Solaris, FreeBSD, HP-UX, and Digital UNIX. If you try it on other
systems and get it to work, please <a href="../feedback.html">let
us know</a> (and <a href="../feedback.html">send us patches</a>, if
- they are needed to get it to work eleswhere.)
+ they are needed to get it to work eleswhere.)</li>
<li><a href="http://www.jclark.com/sp/">SP version 1.2.1 or higher</a>.
SP is the SGML parser used by the service. More recent versions than
- 1.2.1 will also work; we are currently using version 1.3.4.
+ 1.2.1 will also work; we are currently using version 1.3.4.</li>
<li><a href="../sgml-lib.tar.gz">A collection of DTDs and other SGML
files</a> to validate against. You don't strictly <em>need</em> these
on your system since SP will retrieve them off the Web if you use URIs
in your doctypes, but you probably want them to be local for efficiency.
(You don't need to download this tar ball if you mirror everything
- using <a href="#CVS">CVS</a>.)
+ using <a href="#CVS">CVS</a>.)</li>
- <li>The <a href="http://www.linpro.no/lwp/">LWP Perl module</a>
+ <li>The <a href="http://www.linpro.no/lwp/">LWP Perl module</a></li>
<li>A web server: we are currently running <a
href="httpd://www.apache.org/">Apache</a> version 1.3.12, but likely any
- version will work, and other web servers may work as well.
+ version will work, and other web servers may work as well.</li>
<li><a href="http://www.perl.com/">Perl</a>: the <a
href="http://dev.w3.org/cgi-bin/cvsweb/validator/httpd/cgi-bin/check">main
- CGI script</a> that does everything is written in Perl.
+ CGI script</a> that does everything is written in Perl.</li>
<li><a href="http://www.weblint.org/">weblint</a> (optional):
the service provides an option to run weblint on the page being
- validated. Currently this services uses version 1.017.
+ validated. Currently this services uses version 1.017.</li>
</ul>