summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorlink <link@localhost>2001-07-26 12:29:30 +0000
committerlink <link@localhost>2001-07-26 12:29:30 +0000
commitfaad61c54de08a68fc031a19b68a64960c143fbf (patch)
treee7ffb8459a967b6c167ab5ddcc688f8d3623f1ea /htdocs
parent784d211a7a21fec935cfd4ceec193983d92e0d45 (diff)
downloadmarkup-validator-faad61c54de08a68fc031a19b68a64960c143fbf.zip
markup-validator-faad61c54de08a68fc031a19b68a64960c143fbf.tar.gz
markup-validator-faad61c54de08a68fc031a19b68a64960c143fbf.tar.bz2
Add charset popup on home page. Fix bug in charset handling (always reported
a warning; even on "unknown").
Diffstat (limited to 'htdocs')
-rwxr-xr-xhtdocs/index.html33
1 files changed, 18 insertions, 15 deletions
diff --git a/htdocs/index.html b/htdocs/index.html
index 265446b..bd9cc87 100755
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -75,21 +75,24 @@
<option>HTML 4.01 Frameset</option>
<option>HTML 3.2</option>
<option>HTML 2.0</option>
- </select>
+ </select><br />
+ Character Encoding:
+ <select name="charset">
+ <option value="unknown">(Detect Automatically)</option>
+ <option value="us-ascii (as detected)">us-ascii (as detected)</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 (Eastern Europe)">iso-8859-2 (Eastern Europe)</option>
+ <option value="iso-8859-5 (Cyrillic)">iso-8859-5 (Cyrillic)</option>
+ <option value="iso-8859-7 (Greek)">iso-8859-7 (Greek)</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>
+ </select>
<table cellpadding="0" cellspacing="0">
- <!--
- <tr>
- <td>
- <input name="weblint" type="checkbox" value="" /> Include <a
- href="http://www.weblint.org/">Weblint</a>
- results
- </td>
- <td>
- <input name="pw" type="checkbox" value="" /> run Weblint
- in "pedantic" mode
- </td>
- </tr>
- -->
<tr>
<td>
<input name="ss" type="checkbox" value="" /> Show source input
@@ -132,7 +135,7 @@
src="http://validator.w3.org/images/vxhtml10" height="31" width="88"
align="right" border="0" alt="Valid XHTML 1.0!" /></a>
<a href="/feedback.html">Gerald Oskoboiny</a><br />
- $Date: 2001-03-26 07:32:25 $
+ $Date: 2001-07-26 12:29:30 $
</address>
</body>