=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 4.19 retrieving revision 4.22 diff -u -p -r4.19 -r4.22 --- cvsweb/Attic/cvsweb.conf 2019/11/29 14:40:27 4.19 +++ cvsweb/Attic/cvsweb.conf 2019/11/29 16:30:06 4.22 @@ -1,5 +1,5 @@ # -*- perl -*- -# $Id: cvsweb.conf,v 4.19 2019/11/29 14:40:27 schwarze Exp $ +# $Id: cvsweb.conf,v 4.22 2019/11/29 16:30:06 schwarze Exp $ # $doc: cvsweb.conf,v 1.38 2006/01/19 19:53:38 ceri # $knu: cvsweb.conf,v 1.97 2005/06/19 09:13:50 scop # @@ -119,55 +119,9 @@ $defaulttitle = "CVS Repository"; # $address = 'CVSweb'; -$long_intro = < -This is a WWW interface for CVS repositories. -You can browse the file hierarchy by following directory links (which -have slashes after them, e.g. src/). -If you follow a link to a file, you will see its revision history. -Following a link labeled with a revision number will display that -revision of the file. In the revision history view, there is a link -near each revision to display diffs between that revision and the -previous one, and a form at the bottom of the page that allows you to -display diffs between arbitrary revisions. -

-This script has been written by Bill Fenner and improved by Henner Zeller, -Henrik Nordström, and Ken Coar, then Akinori MUSHA brought it -back to FreeBSD community and made further improvements; it is covered -by The BSD License. -

-If you would like to use this CGI script on your own web server and -CVS tree, download the latest version from -<http://cvsweb.bsd.lv/>. -

-EOT - -$short_instruction = < -Click on a directory to enter that directory. Click on a file to display -its revision history and to get a chance to display diffs between revisions. -

-EOT - -# Icons for the web UI. If ICON-URL is empty, the TEXT representation is -# 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. -# +# Icons for the web UI. 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. # $cssurl = '/css/cvsweb.css'; @@ -180,10 +134,6 @@ $shortLogLen = 80; # Show author of last change? # $show_author = 1; - -# Cell padding for directory table. -# -$tablepadding = 2; # Regular expressions for files and directories which should be hidden. # Each regexp is compared against a path relative to a CVS root, after