ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/cgi-bin/cvswww-extract.cgi
(Generate patch)

Comparing web/cgi-bin/cvswww-extract.cgi (file contents):
Revision 1.2 by tdb, Sun Nov 26 00:27:38 2000 UTC vs.
Revision 1.3 by tdb, Tue Jan 2 02:43:42 2001 UTC

# Line 45 | Line 45 | print << "EOF";
45      <td valign="top">
46   EOF
47  
48 < print `wget -O - -q $left`;
48 > print `/usr/local/bin/wget -O - -q $left`;
49  
50   print << "EOF";
51  
# Line 53 | Line 53 | print << "EOF";
53      <td valign="top">
54   EOF
55  
56 < print `wget -O - -q $title`;
56 > print `/usr/local/bin/wget -O - -q $title`;
57  
58   print "<pre>\n";
59  
# Line 79 | Line 79 | else{
79  
80   print "</pre>\n";
81  
82 < print `wget -O - -q $bottom`;
82 > print `/usr/local/bin/wget -O - -q $bottom`;
83  
84   print << "EOF";
85  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines