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

Diff for /cvsweb/Attic/cvsweb.conf between version 4.20 and 4.21

version 4.20, 2019/11/29 15:05:26 version 4.21, 2019/11/29 16:27:34
Line 119  $defaulttitle = "CVS Repository";
Line 119  $defaulttitle = "CVS Repository";
 #  #
 $address = '<span style="font-size: smaller">CVSweb</span>';  $address = '<span style="font-size: smaller">CVSweb</span>';
   
 # Icons for the web UI.  If ICON-URL is empty, the TEXT representation is  # Icons for the web UI.
 # used.  If you do not want to have a tool tip for an icon, set TEXT empty.  
 # The width and height of the icon allow the browser to correctly display  
 # the table while still loading the icons.  If these icons are too large,  
 # check out the "mini" versions in the icons/ directory; they have a  
 # width/height of 16/16.  
 #  
 my $iconsdir = '/icons';  my $iconsdir = '/icons';
   
 # format:          TEXT       ICON-URL                  width height  
 %ICONS = (  
      back    => [('[BACK]',   "$iconsdir/back.gif",      20,   22)],  
      dir     => [('[DIR]',    "$iconsdir/dir.gif",       20,   22)],  
      file    => [('[TXT]',    "$iconsdir/text.gif",      20,   22)],  
      binfile => [('[BIN]',    "$iconsdir/binary.gif",    20,   22)],  
 );  
 undef $iconsdir;  
   
 # An URL where to find the CSS.  # An URL where to find the CSS.
 #  #

Legend:
Removed from v.4.20  
changed lines
  Added in v.4.21

CVSweb