File: cvsweb.conf-ruby

package info (click to toggle)
cvsweb 3%3A3.0.6-5
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 416 kB
  • ctags: 1
  • sloc: perl: 3,396; sh: 181; makefile: 38
file content (22 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*-perl-*-
#
# Set up for Ruby repo options.
#
# $FreeBSD: projects/cvsweb/cvsweb.conf-ruby,v 1.4 2001/10/11 15:15:12 knu Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf-ruby,v 1.3 2001/08/01 09:32:22 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;