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

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

$ENV{'RCSLOCALID'} = 'OpenBSD';
$ENV{'RCSINCEXC'}  = 'iOpenBSD';

@prcategories = qw(
		   alpha
		   arm
		   documentation
		   i386
		   kernel
		   library
		   m68k
		   mips
		   ns32k
		   pending
		   ports
		   ppc
		   sparc
		   system
		   user
		   vax
		  );

$prcgi = "http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/full?pr=%s";

$prkeyword = "PR";

$mancgi = "http://www.openbsd.org/cgi-bin/man.cgi?apropos=0&sektion=%s&query=%s&manpath=OpenBSD+Current&arch=i386&format=html";

1;