[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.2, Sat Jan 13 07:48:09 2001 UTC (23 years, 3 months ago) by knu
Changes since 3.1: +1 -1 lines

* cvsweb.conf: Add some knu-cvsweb info.

* cvsweb.cgi: MFZ: 1.105.

* README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
cvsweb.conf-ruby: Change CVS tags: "Id" -> "Idaemons".

# -*-perl-*-
#
# Set up for Ruby repo options.
#
# $Idaemons$

@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;