summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/config/doctypes.cfg42
-rwxr-xr-xhtdocs/index.html24
-rwxr-xr-xhtdocs/todo.html8
3 files changed, 66 insertions, 8 deletions
diff --git a/htdocs/config/doctypes.cfg b/htdocs/config/doctypes.cfg
new file mode 100644
index 0000000..bc59d5e
--- /dev/null
+++ b/htdocs/config/doctypes.cfg
@@ -0,0 +1,42 @@
+#
+# Mapping of HTML Version "names" to DOCTYPEs. Used for DOCTYPE overide.
+#
+# $Id: doctypes.cfg,v 1.1 2001-03-08 01:57:52 link Exp $
+
+HTML 0.0 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML Level 0//EN//2.0">
+Strict HTML 0.0 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML Strict Level 0//EN//2.0">
+HTML 1.0 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0 Level 1//EN">
+Strict HTML 1.0 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0 Strict Level 1//EN">
+Strict HTML 2.0 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0 Strict//EN">
+HTML 2.0 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
+HTML 2.1E <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.1E//EN">
+HTML 3.0 (AdvaSoft version) <!DOCTYPE html PUBLIC "-//AS//DTD HTML 3.0 asWedit + extensions//EN">
+HTML 3.0 (Beta) <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 3.0//EN">
+Strict HTML 3.0 (Beta) <!DOCTYPE html PUBLIC "-//W3O//DTD W3 HTML Strict 3.0//EN//">
+Hotjava-HTML <!DOCTYPE html PUBLIC "-//Sun Microsystems Corp.//DTD HotJava HTML//EN">
+Strict Hotjava-HTML <!DOCTYPE html PUBLIC "-//Sun Microsystems Corp.//DTD HotJava Strict HTML//EN">
+Netscape-HTML <!DOCTYPE html PUBLIC "-//WebTechs//DTD Mozilla HTML 2.0//EN">
+Strict Netscape-HTML <!DOCTYPE html PUBLIC "-//Netscape Comm. Corp. Strict//DTD HTML//EN">
+MSIE-HTML <!DOCTYPE html PUBLIC "-//Microsoft//DTD Internet Explorer 2.0 HTML//EN">
+Strict MSIE-HTML <!DOCTYPE html PUBLIC "-//Microsoft//DTD Internet Explorer 2.0 HTML Strict//EN">
+MSIE 3.0 HTML <!DOCTYPE html PUBLIC "-//Microsoft//DTD Internet Explorer 3.0 HTML//EN">
+Strict MSIE 3.0 HTML <!DOCTYPE html PUBLIC "-//Microsoft//DTD Internet Explorer 3.0 HTML Strict//EN">
+ORA HTML Extended v1.0 <!DOCTYPE html PUBLIC "-//OReilly and Associates//DTD HTML Extended 1.0//EN">
+ORA HTML Extended Relaxed v1.0 <!DOCTYPE html PUBLIC "-//OReilly and Associates//DTD HTML Extended Relaxed 1.0//EN">
+HTML 2.2 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML V2.2//EN">
+HTML 1996-01 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1996-01//EN">
+HTML 3.2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+HTML 3.2 + Style <!DOCTYPE html PUBLIC "-//W3C//DTD HTML Experimental 970421//EN">
+HTML Pro <!DOCTYPE html PUBLIC "+//Silmaril//DTD HTML Pro v0r11 19970101//EN">
+Spyglass HTML 2.0 Extended <!DOCTYPE html PUBLIC "-//Spyglass//DTD HTML 2.0 Extended//EN">
+HTML Level Cougar <!DOCTYPE html PUBLIC "http://www.w3.org/MarkUp/Cougar/Cougar.dtd">
+HTML 4.0 Strict <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
+HTML 4.0 Transitional <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+HTML 4.0 Frameset <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
+HTML 4.01 Strict <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+HTML 4.01 Transitional <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+HTML 4.01 Frameset <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
+XHTML 1.0 Strict <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+XHTML 1.0 Transitional <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+XHTML 1.0 Frameset <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
+
diff --git a/htdocs/index.html b/htdocs/index.html
index fa68e80..bec61a6 100755
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -63,7 +63,27 @@
</p>
<form method="get" action="/check">
- Address: <input name="uri" size="50" />
+ Address: <input name="uri" size="50" /><br />
+ Doctype:
+ <select name="doctype">
+ <option>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 2.0</option>
+ <option>HTML 3.0 (AdvaSoft version)</option>
+ <option>HTML 3.2</option>
+ <option>HTML 3.2 + Style</option>
+ <option>HTML Pro</option>
+ <option>Spyglass HTML 2.0 Extended</option>
+ <option>HTML Level Cougar</option>
+ <option>HTML 4.0 Strict</option>
+ <option>HTML 4.0 Transitional</option>
+ <option>HTML 4.0 Frameset</option>
+ </select>
<table cellpadding="0" cellspacing="0">
<!--
<tr>
@@ -120,7 +140,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: 2000-10-21 11:06:11 $
+ $Date: 2001-03-08 01:57:52 $
</address>
</body>
diff --git a/htdocs/todo.html b/htdocs/todo.html
index d6c3db5..e0c53f3 100755
--- a/htdocs/todo.html
+++ b/htdocs/todo.html
@@ -8,7 +8,7 @@
W3C HTML Validation Service, To Do List">
<meta name="description" content="To Do List for W3C's Validation Service.">
<meta name="revision"
- content="$Id: todo.html,v 1.32 2001-03-08 00:36:21 link Exp $">
+ content="$Id: todo.html,v 1.33 2001-03-08 01:57:52 link Exp $">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
@@ -44,10 +44,6 @@
href="http://validator.w3.org/check?uri=http%3A//www.w3.org/2001/01/xml-latin1.html;ss">this
doc</a> is invalid, but not reported as such
- <li> add a doctype-overriding option (use <a
- href="http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0037.html">Terje's
- patch</a>).
-
<li> add a textarea for testing short HTML fragments
<li> add a "fix my HTML for me" option using <a
@@ -175,7 +171,7 @@
src="http://validator.w3.org/images/vh40" height=31 width=88
align=right border=0 alt="Valid W3C HTML 4.0!"></a>
<a href="/feedback.html">Gerald Oskoboiny</A><br>
- $Date: 2001-03-08 00:36:21 $
+ $Date: 2001-03-08 01:57:52 $
</address>
</body>