diff options
author | gerald <gerald@localhost> | 1999-10-15 04:18:49 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1999-10-15 04:18:49 +0000 |
commit | 2a58bb49ad7bb8fd60da30769ae576731002a73c (patch) | |
tree | 14b9a5c4346a1477df752e6ae745b228e3de93fe /htdocs/todo.html | |
parent | d87d8c9e610702134d56a141c8475c3182672c3b (diff) | |
download | markup-validator-2a58bb49ad7bb8fd60da30769ae576731002a73c.zip markup-validator-2a58bb49ad7bb8fd60da30769ae576731002a73c.tar.gz markup-validator-2a58bb49ad7bb8fd60da30769ae576731002a73c.tar.bz2 |
moved misc items here from my personal todo list
Diffstat (limited to 'htdocs/todo.html')
-rwxr-xr-x | htdocs/todo.html | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/htdocs/todo.html b/htdocs/todo.html index 98f5868..c162e00 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.16 1999-10-12 05:11:35 gerald Exp $"> + content="$Id: todo.html,v 1.17 1999-10-15 04:18:49 gerald Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -43,6 +43,10 @@ <li> make the output valid (!) + <li> update <a + href="http://validator.w3.org/sgml-lib.tar.gz">sgml-lib.tar.gz</a>; + automate the updates + <li> create a stylesheet and link to it from every page <li> add a "fix my HTML for me" option using <a @@ -54,6 +58,9 @@ <a href="/check?uri=http://www.webcom.com/us_scot/">this one too</a> + <a + href="/check?uri=http://www.xml.org/xmlorg_catalog.htm;ss">and + this one</a> <li> don't output a bazillion errors for documents with bogus FPIs (see <a @@ -80,7 +87,18 @@ <li> add a doctype-overriding option - <li> add XML validation + <li> add XML validation<br> + test cases: + <a href="http://dmoz.org/rdf.html">http://dmoz.org/rdf.html</a><br> + <a href="http://www.oasis-open.org/committees/xmltest/xmlconf-19990712.xml">http://www.oasis-open.org/committees/xmltest/xmlconf-19990712.xml</a><br> + <a href="http://www.w3.org/1999/08/WD-xpath-19990813.xml">http://www.w3.org/1999/08/WD-xpath-19990813.xml</a><br> + <a href="http://www.w3.org/TR/1998/REC-xml-19980210.xml">http://www.w3.org/TR/1998/REC-xml-19980210.xml</a><br> + other services:<br> + <a href="http://www.hcrc.ed.ac.uk/~richard/xml-check.html">http://www.hcrc.ed.ac.uk/~richard/xml-check.html</a> + + <li> install and play with HTML::Validator, link to it from somewhere: + <a href="http://www.hut.fi/~samzait/HTML-Validator/">http://www.hut.fi/~samzait/HTML-Validator/</a> + <a href="http://www.cpan.org/modules/by-authors/id/S/SA/SAIT/">http://www.cpan.org/modules/by-authors/id/S/SA/SAIT/</a> <li> write documentation, describing each feature and option of the validator and answering questions like @@ -176,7 +194,7 @@ src="http://validator.w3.org/images/vh40.gif" height=31 width=88 align=right border=0 alt="Valid W3C HTML 4.0!"></a> <a href="/feedback.html">Gerald Oskoboiny</A><br> - $Date: 1999-10-12 05:11:35 $ + $Date: 1999-10-15 04:18:49 $ </address> </body> |