diff options
author | gerald <gerald@localhost> | 1999-10-04 18:22:10 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1999-10-04 18:22:10 +0000 |
commit | 6f689a42fa0ec044fb8ef22cc18bee6db8669528 (patch) | |
tree | 4ca4087dbb6bf474b5e0d06ca8ffec1090178b06 /htdocs/todo.html | |
parent | 74c1f1e2e48206ac1c90aabdc2a17359f076ba81 (diff) | |
download | markup-validator-6f689a42fa0ec044fb8ef22cc18bee6db8669528.zip markup-validator-6f689a42fa0ec044fb8ef22cc18bee6db8669528.tar.gz markup-validator-6f689a42fa0ec044fb8ef22cc18bee6db8669528.tar.bz2 |
removed http://validator.w3.org from a bunch of URIs so links will
be relative to my test server if that's where I'm viewing the list
Diffstat (limited to 'htdocs/todo.html')
-rwxr-xr-x | htdocs/todo.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/htdocs/todo.html b/htdocs/todo.html index 6004c8c..7267850 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.13 1999-10-04 17:47:45 gerald Exp $"> + content="$Id: todo.html,v 1.14 1999-10-04 18:22:10 gerald Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -22,7 +22,7 @@ <h1>W3C HTML Validation Service: To Do List</h1> <p> - This page has the to-do list for the <a href="http://validator.w3.org/">W3C + 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. </p> @@ -41,7 +41,7 @@ <ol> - <li> bug fix: <a href="http://validator.w3.org:8000/check?uri=www.w3.org/Press/1998/XSL-WD.html.ja">iso-2022-jp + <li> bug fix: <a href="/check?uri=www.w3.org/Press/1998/XSL-WD.html.ja">iso-2022-jp document</a> <li> make the output valid (!) @@ -52,15 +52,15 @@ href="http://www.w3.org/People/Raggett/tidy/">tidy</a>. <li> bug fix: column count seems off in the <a - href="http://validator.w3.org/check?uri=http://www.disney.com/">report + href="/check?uri=http://www.disney.com/">report for disney.com</a> <a - href="http://validator.w3.org/check?uri=http://www.webcom.com/us_scot/">this + href="/check?uri=http://www.webcom.com/us_scot/">this one too</a> <li> don't output a bazillion errors for documents with bogus FPIs (see <a - href="http://validator.w3.org/check?uri=http://validator.w3.org/dev/tests/bogus-fpi.html">a + href="/check?uri=http://validator.w3.org/dev/tests/bogus-fpi.html">a sample</a>) <li> add a section to the report on <a @@ -107,7 +107,7 @@ if it appears in the headings. <li> add link validation using Renaud's <a - href="http://dev.w3.org/cgi-bin/cvsweb/validator/httpd/cgi-bin/checklink.pl">checklink + href="http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/checklink.pl">checklink code</a> (or other code with similar functionality) @@ -179,7 +179,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-04 17:47:45 $ + $Date: 1999-10-04 18:22:10 $ </address> </body> |