gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge-plugin-scmcvs/etc/plugins/scmcvs cvsweb.conf, 1.


From: gsmet
Subject: [Gforge-commits] gforge-plugin-scmcvs/etc/plugins/scmcvs cvsweb.conf, 1.3, 1.4 cvsweb.conf.ori, 1.1, 1.2
Date: Thu, 23 Sep 2004 16:23:27 -0500

Update of /cvsroot/gforge/gforge-plugin-scmcvs/etc/plugins/scmcvs
In directory db.perdue.net:/tmp/cvs-serv15624/etc/plugins/scmcvs

Modified Files:
        cvsweb.conf cvsweb.conf.ori 
Log Message:
CVSWeb 3.0.2
link to gforge /users/ page

Index: cvsweb.conf
===================================================================
RCS file: /cvsroot/gforge/gforge-plugin-scmcvs/etc/plugins/scmcvs/cvsweb.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cvsweb.conf 23 Jul 2004 22:58:30 -0000      1.3
+++ cvsweb.conf 23 Sep 2004 21:23:25 -0000      1.4
@@ -7,7 +7,7 @@
 #     2002-2004 V. Skyttä    <address@hidden>
 #          based on work by Bill Fenner  <address@hidden>
 #
-# $FreeBSD: projects/cvsweb/cvsweb.conf,v 1.86 2004/05/04 23:40:50 scop Exp $
+# $FreeBSD: projects/cvsweb/cvsweb.conf,v 1.88 2004/08/10 20:13:40 scop Exp $
 # $Id$
 # $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
 #
@@ -47,7 +47,7 @@
 # 'symbolic_name' => ['Name to display',  '/path/to/cvsroot']
 #
 @CVSrepositories = (
-       'gforge'  => ['GForge-CVS',       '/var/lib/gforge/chroot/']
+        'gforge'  => ['GForge-CVS',       '/var/lib/gforge/chroot/'],
 #       'freebsd' => ['FreeBSD',          '/var/ncvs'],
 #       'openbsd' => ['OpenBSD',          '/var/ncvs'],
 #       'netbsd'  => ['NetBSD',           '/var/ncvs'],
@@ -64,6 +64,14 @@
 #$cvstreedefault = $CVSrepositories[2 * 0];
 #$cvstreedefault = 'local';
 
+# Mirror sites.  The keys will be used as link texts, and the values are
+# URLs pointing to the corresponding mirrors.
+#
+#%MIRRORS = (
+#     'Other location'  => 'http://192.168.0.1/cgi-bin/cvsweb.cgi/',
+#     'Yet another one' => 'http://192.168.0.2/cgi-bin/cvsweb.cgi/',
+#);
+
 # Bug tracking system linking options ("PR" means Problem Report, as in GNATS)
 #
 address@hidden = qw(
@@ -209,7 +217,7 @@
      back    => [('[BACK]',   "$iconsdir/back.gif",      20,   22)],
      dir     => [('[DIR]',    "$iconsdir/dir.gif",       20,   22)],
      file    => [('[TXT]',    "$iconsdir/text.gif",      20,   22)],
-     binfile => [('[BINARY]', "$iconsdir/binary.gif",    20,   22)],
+     binfile => [('[BIN]',    "$iconsdir/binary.gif",    20,   22)],
      graph   => [('[GRAPH]',  "$iconsdir/minigraph.png", 16,   16)],
 );
 undef $iconsdir;
@@ -225,7 +233,8 @@
 
 # Show author of last change?
 #
-$show_author = 0; # Off for Debian for security by obscurity
+$show_author = 1;
+$authorurl_pattern = '<a href="/users/:AUTHOR:">:AUTHOR:</a>';
 
 # Cell padding for directory table.
 #
@@ -344,7 +353,7 @@
 # The traditional mime.types file, eg. the one from Apache is fine.
 # See above where this gets used.
 #
-$mime_types = '/etc/apache/mime.types';
+$mime_types = '/usr/local/etc/apache/mime.types';
 
 # Charset appended to the Content-Type HTTP header for text/* MIME types.
 # Note that the web server may default to some charset which may take effect
@@ -518,9 +527,7 @@
 # platforms, the -R option and the CVSREADONLYFS environment variable are
 # available in cvs >= 1.12.1.  A similar effect is provided by -u on NetBSD.
 #
-# -l is broken with Debian CVS 1.12, so removed
 @cvs_options = qw(-f);
-
 push @cvs_options, '-R' if ($^O eq 'freebsd' || $^O eq 'openbsd');
 push @cvs_options, '-u' if ($^O eq 'netbsd');
 # Only affects cvs >= 1.12.1, but doesn't hurt older ones.

Index: cvsweb.conf.ori
===================================================================
RCS file: 
/cvsroot/gforge/gforge-plugin-scmcvs/etc/plugins/scmcvs/cvsweb.conf.ori,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cvsweb.conf.ori     23 Jul 2004 23:41:49 -0000      1.1
+++ cvsweb.conf.ori     23 Sep 2004 21:23:25 -0000      1.2
@@ -7,7 +7,7 @@
 #     2002-2004 V. Skyttä    <address@hidden>
 #          based on work by Bill Fenner  <address@hidden>
 #
-# $FreeBSD: projects/cvsweb/cvsweb.conf,v 1.86 2004/05/04 23:40:50 scop Exp $
+# $FreeBSD: projects/cvsweb/cvsweb.conf,v 1.88 2004/08/10 20:13:40 scop Exp $
 # $Id$
 # $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
 #
@@ -47,7 +47,7 @@
 # 'symbolic_name' => ['Name to display',  '/path/to/cvsroot']
 #
 @CVSrepositories = (
-        'local'   => ['Local Repository', '/var/lib/cvs'],
+        'local'   => ['Local Repository', '/var/cvs'],
 #       'freebsd' => ['FreeBSD',          '/var/ncvs'],
 #       'openbsd' => ['OpenBSD',          '/var/ncvs'],
 #       'netbsd'  => ['NetBSD',           '/var/ncvs'],
@@ -64,6 +64,14 @@
 #$cvstreedefault = $CVSrepositories[2 * 0];
 #$cvstreedefault = 'local';
 
+# Mirror sites.  The keys will be used as link texts, and the values are
+# URLs pointing to the corresponding mirrors.
+#
+#%MIRRORS = (
+#     'Other location'  => 'http://192.168.0.1/cgi-bin/cvsweb.cgi/',
+#     'Yet another one' => 'http://192.168.0.2/cgi-bin/cvsweb.cgi/',
+#);
+
 # Bug tracking system linking options ("PR" means Problem Report, as in GNATS)
 #
 address@hidden = qw(
@@ -202,21 +210,21 @@
 # check out the "mini" versions in the icons/ directory; they have a
 # width/height of 16/16.
 #
-my $iconsdir = '/cvsweb/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 => [('[BINARY]', "$iconsdir/binary.gif",    20,   22)],
+     binfile => [('[BIN]',    "$iconsdir/binary.gif",    20,   22)],
      graph   => [('[GRAPH]',  "$iconsdir/minigraph.png", 16,   16)],
 );
 undef $iconsdir;
 
 # An URL where to find the CSS.
 #
-$cssurl = '/cvsweb/css/cvsweb.css';
+$cssurl = '/css/cvsweb.css';
 
 # The length to which the last log entry should be truncated when shown
 # in the directory view.
@@ -225,7 +233,7 @@
 
 # Show author of last change?
 #
-$show_author = 0; # Off for Debian for security by obscurity
+$show_author = 1;
 
 # Cell padding for directory table.
 #
@@ -344,7 +352,7 @@
 # The traditional mime.types file, eg. the one from Apache is fine.
 # See above where this gets used.
 #
-$mime_types = '/etc/apache/mime.types';
+$mime_types = '/usr/local/etc/apache/mime.types';
 
 # Charset appended to the Content-Type HTTP header for text/* MIME types.
 # Note that the web server may default to some charset which may take effect
@@ -518,9 +526,7 @@
 # platforms, the -R option and the CVSREADONLYFS environment variable are
 # available in cvs >= 1.12.1.  A similar effect is provided by -u on NetBSD.
 #
-# -l is broken with Debian CVS 1.12, so removed
 @cvs_options = qw(-f);
-
 push @cvs_options, '-R' if ($^O eq 'freebsd' || $^O eq 'openbsd');
 push @cvs_options, '-u' if ($^O eq 'netbsd');
 # Only affects cvs >= 1.12.1, but doesn't hurt older ones.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]