diff --git a/en/cgi/cvsweb.conf-freebsd b/en/cgi/cvsweb.conf-freebsd index eef2f2a0e6..bced2df22b 100644 --- a/en/cgi/cvsweb.conf-freebsd +++ b/en/cgi/cvsweb.conf-freebsd @@ -1,30 +1,34 @@ # Set up for FreeBSD repo options. # -# $FreeBSD$ +# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.1 2000/08/14 04:55:19 knu Exp $ $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader'; $ENV{'RCSINCEXC'} = 'iFreeBSD'; $ENV{'CVSROOT'} = $cvsroot; ############## # PR categoties ############## @prcategories = qw( advocacy alpha bin conf docs gnu i386 kern misc ports sparc ); ############## # query-pr.cgi ############## -$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr="; +$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s"; +############## +# man.cgi +############## +$mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html"; diff --git a/en/cgi/cvsweb.conf-netbsd b/en/cgi/cvsweb.conf-netbsd index be93409070..2ee6e82b50 100644 --- a/en/cgi/cvsweb.conf-netbsd +++ b/en/cgi/cvsweb.conf-netbsd @@ -1,60 +1,65 @@ # Set up for NetBSD repo options. # -# $FreeBSD$ +# $FreeBSD: www/en/cgi/cvsweb.conf-netbsd,v 1.1 2000/08/14 04:55:19 knu Exp $ $ENV{'RCSLOCALID'} = 'NetBSD'; $ENV{'RCSINCEXC'} = 'iNetBSD'; ############## # PR categoties ############## @prcategories = qw( bin install kern lib misc pkg port-alpha port-amiga port-arc port-arm26 port-arm32 port-atari port-bebox port-cobalt port-hp300 port-hpcmips port-i386 port-luna68k port-m68k port-mac68k port-macppc port-mips port-mvme68k port-newsmips port-news68k port-next68k port-ofppc port-pc532 port-pmax port-powerpc port-prep port-sgimips port-sh3 port-sparc port-sparc64 port-sun3 port-vax port-x68k security standards xsrc y2k ); ############## # query-pr.cgi ############## -$prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number="; +$prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=%s"; +############## +# man.cgi +############## +$mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=NetBSD+1.4&format=html"; +# $mancgi = "http://www.flame.org/cgi-bin/uncgi/hman?sect=%s&page=%s&arch=i386"; diff --git a/en/cgi/cvsweb.conf-openbsd b/en/cgi/cvsweb.conf-openbsd index e89ebe7e91..3115306efb 100644 --- a/en/cgi/cvsweb.conf-openbsd +++ b/en/cgi/cvsweb.conf-openbsd @@ -1,34 +1,38 @@ # Set up for OpenBSD repo options. # -# $FreeBSD$ +# $FreeBSD: www/en/cgi/cvsweb.conf-openbsd,v 1.1 2000/08/14 04:55:19 knu Exp $ $ENV{'RCSLOCALID'} = 'OpenBSD'; $ENV{'RCSINCEXC'} = 'iOpenBSD'; ############## # PR categoties ############## @prcategories = qw( alpha arm documentation i386 kernel library m68k mips ns32k pending ports ppc sparc system user vax ); ############## # query-pr.cgi ############## -$prcgi = "http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/full?pr="; +$prcgi = "http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/full?pr=%s"; +############## +# man.cgi +############## +$mancgi = "http://www.OpenBSD.org/cgi-bin/man.cgi?apropos=0&sektion=%s&query=%s&manpath=OpenBSD+Current&arch=i386&format=html";