[BACK]Return to cvsweb.conf CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Diff for /cvsweb/Attic/cvsweb.conf between version 3.1 and 3.3

version 3.1, 2000/07/19 21:59:47 version 3.3, 2000/07/20 11:14:03
Line 117  $logo = '<img src="/icons/apache_pb.gif">';
Line 117  $logo = '<img src="/icons/apache_pb.gif">';
 $defaulttitle = "CVS Repository";  $defaulttitle = "CVS Repository";
   
 # The address is shown on the footer  # The address is shown on the footer
 $address = "<font size=-1>CVSweb by &lt;zeller\@think.de&gt;</font>";  $address = "<font size=-1>CVSweb by &lt;knu\@FreeBSD.org&gt;</font>";
   
 # Default page background color for the diffs  # Default page background color for the diffs
 # and annotations  # and annotations
Line 264  $hr_breakable = 1;
Line 264  $hr_breakable = 1;
 # this just makes sense if we have C-files, otherwise  # this just makes sense if we have C-files, otherwise
 # diff's heuristic doesn't work well ..  # diff's heuristic doesn't work well ..
 # ( '-p' option to diff)  # ( '-p' option to diff)
 $hr_funout = 0;  $hr_funout = 1;
   
 # For each pair of regexps, files that match the first regexp will be diff'ed  # For each pair of regexps, files that match the first regexp will be diff'ed
 # with an '-F' option with the second regexp.  # with an '-F' option with the second regexp.

Legend:
Removed from v.3.1  
changed lines
  Added in v.3.3

CVSweb