validator/httpd/cgi-bin check,1.305.2.127,1.305.2.128

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&amp;tableno=&amp;);
-    $links .= qq(cellSeparator=&amp;headerSeparator=&amp;valueSeparator=&amp;orient=row);
-    $links .= qq(&amp;repeat=4&amp;interact=0">,tablin</a></li>);
-  }
   $links .= "      </ul></div>\n";
   return $links;
 }

Received on Monday, 17 May 2004 02:54:09 UTC