- From: Terje Bless <link@hutz.w3.org>
- Date: Mon, 17 May 2004 06:52:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv2524 Modified Files: Tag: validator-0_6_0-branch check Log Message: Nuke ,text and ,tablin. They're both currently fairly useless. Lets implement it properly later on instead. Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.305.2.127 retrieving revision 1.305.2.128 diff -u -d -r1.305.2.127 -r1.305.2.128 --- check 17 May 2004 04:38:04 -0000 1.305.2.127 +++ check 17 May 2004 06:52:12 -0000 1.305.2.128 @@ -1192,14 +1192,6 @@ $links .= '<li><a title="Document Outline" href="#outline">Outline</a></li>' if $File->{Opt}->{'Outline'}; } - if ($File->{Opt}->{Verbose} or not $File->{Valid}) { - $links .= qq(<li><a class="comma" title="Go to a text version of the results." ); - $links .= qq(href="http://cgi.w3.org/cgi-bin/html2txt?url=$me">,text</a></li>); - $links .= qq(<li><a class="comma" title="Go to a version with tables linearized" ); - $links .= qq(href="http://jiggles.w3.org/servlet/tablin?url=$me&tableno=&); - $links .= qq(cellSeparator=&headerSeparator=&valueSeparator=&orient=row); - $links .= qq(&repeat=4&interact=0">,tablin</a></li>); - } $links .= " </ul></div>\n"; return $links; }
Received on Monday, 17 May 2004 02:54:09 UTC