diff options
author | link <link@localhost> | 2001-09-19 08:52:09 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-19 08:52:09 +0000 |
commit | 6001dba1d252a721ea126324e1ccc36daee06abd (patch) | |
tree | 2de1abb8387ba539a8f0f60676b563285a4595ce /htdocs/todo.html | |
parent | 8dbc82fa4af7082f4241fd098685f381b2a1a95e (diff) | |
download | markup-validator-6001dba1d252a721ea126324e1ccc36daee06abd.zip markup-validator-6001dba1d252a721ea126324e1ccc36daee06abd.tar.gz markup-validator-6001dba1d252a721ea126324e1ccc36daee06abd.tar.bz2 |
Moving to use SSI consistently across the board. Add link to Documentation.
Diffstat (limited to 'htdocs/todo.html')
-rwxr-xr-x | htdocs/todo.html | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/htdocs/todo.html b/htdocs/todo.html index d767798..8052d54 100755 --- a/htdocs/todo.html +++ b/htdocs/todo.html @@ -1,21 +1,6 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> - <head> - <title>W3C HTML Validation Service: To Do List</title> - <link rev="made" href="mailto:gerald@w3.org" /> - <link rel="stylesheet" type="text/css" href="base.css" /> - <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, - 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.45 2001-09-06 23:16:16 link Exp $" /> - </head> - <body> - <h1><a href="http://www.w3.org/"><img id="logo" - src="http://www.w3.org/Icons/WWW/w3c_home" height="48" - alt="W3C" /></a> Validator: To Do List</h1> +<!--#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 $" --> +<!--#include virtual="/header.html" --> <p class="intro"> This page has the to-do list for the <a href="/">W3C HTML Validation Service</a>, including bugs that need fixing and general wishlist items. @@ -212,13 +197,7 @@ <li>Make sure we output sane "text/html; charset=foo".</li> <li>Document how to add new DOCTYPEs to the Validator.</li> </ol> - - <address> - <a href="/check/referer"><img src="/images/vxhtml10.png" - height="31" width="88" alt="Valid XHTML 1.0!" /></a> - <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2001-09-06 23:16:16 $ - </address> +<!--#include virtual="/footer.html" --> </body> </html> |