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

File: [cvsweb.bsd.lv] / cvsweb / Attic / cvsweb.conf-ruby (download)

Revision 3.1, Mon Jan 1 23:15:03 2001 UTC (23 years, 3 months ago) by knu

Add $prkeyword variable to allow user to use (e.g.) `Bug' instead of
`PR' as the bug report identifier.

Add cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move rather
FreeBSD specific configuration values to cvsweb.conf-freebsd.

Add a %funcline_regexp entry for Ruby. (*.rb)

# -*-perl-*-
#
# Set up for Ruby repo options.
#
# $Id: cvsweb.conf-ruby,v 3.1 2001/01/01 23:15:03 knu Exp $

@prcategories = qw(
		   incoming
		   questions
		   spurious
		   win32
		   1.4
		   1.5
		   1.6
		  );

$prcgi = "http://www.ruby-lang.org/cgi-bin/ruby-bugs/incoming?id=%s";

$prkeyword = "Bug";

1;