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

File: [cvsweb.bsd.lv] / cvsweb / Attic / cvsweb.conf-freebsd (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 FreeBSD repo options.
#
# $Id: cvsweb.conf-freebsd,v 3.1 2001/01/01 23:15:03 knu Exp $

$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
$ENV{'RCSINCEXC'}  = 'iFreeBSD';

@prcategories = qw(
		   advocacy
		   alpha
		   bin
		   conf
		   docs
		   gnu
		   i386
		   kern
		   misc
		   pending
		   ports
		   sparc
		  );

$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s";

$prkeyword = "PR";

$mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";

1;