freebsd.org -> FreeBSD.org

This commit is contained in:
Alexey Zelkin 2004-04-04 21:49:42 +00:00
parent d98c94a1ba
commit 42507c7acb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20503
82 changed files with 522 additions and 522 deletions

View file

@ -8,9 +8,9 @@
# 2002 V. Skyttä <scop@FreeBSD.org>
# based on work by Bill Fenner <fenner@FreeBSD.org>
#
# $Id: cvsweb.conf,v 1.36 2003-09-18 19:19:06 brueffer Exp $
# $Id: cvsweb.conf,v 1.37 2004-04-04 21:49:38 phantom Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.35 2003/05/10 18:57:12 wosch Exp $
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.36 2003/09/18 19:19:06 brueffer Exp $
#
###
@ -60,10 +60,10 @@ $cvstreedefault = $CVSrepositories[2 * 0]; # The first one
%MIRRORS = (
'Germany' => 'http://cvsup-netbsd.leo.org/cgi-bin/cvsweb.cgi/?cvsroot=freebsd',
'Japan' => 'http://www.jp.FreeBSD.org/cgi/cvsweb.cgi',
'Portugal' => 'http://cvsup.pt.freebsd.org/cgi-bin/cvsweb/cvsweb.cgi',
'Portugal' => 'http://cvsup.pt.FreeBSD.org/cgi-bin/cvsweb/cvsweb.cgi',
'San Marino' => 'http://cvsweb.sm.FreeBSD.org/',
'Spain' => 'http://www.es.FreeBSD.org/cgi/cvsweb.cgi',
'Turkey' => 'http://cvsweb.tr.freebsd.org/',
'Turkey' => 'http://cvsweb.tr.FreeBSD.org/',
'Ukraine' => 'http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd',
'USA/California' => 'http://cvsweb.FreeBSD.org/',
);

View file

@ -6,7 +6,7 @@
# by John Fieber
# February 26, 1998
#
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.35 2003/03/11 15:22:52 wosch Exp $
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.36 2003/11/18 21:41:10 wosch Exp $
#
require "./cgi-lib.pl";
@ -117,7 +117,7 @@ sub MessageToHTML
my ($header, $body) = split(/\n\n/, $doc, 2);
my ($i, %hdr, $field, $data, $message);
my ($mid) = 'mid.cgi';
my ($mid_full_url) = 'http://docs.freebsd.org/cgi/mid.cgi';
my ($mid_full_url) = 'http://docs.FreeBSD.org/cgi/mid.cgi';
my ($tmid,$tirt,$tref);
$body = &AddAnchors(&EscapeHTML($body));

View file

@ -52,7 +52,7 @@
#
# _________________________________________________________________
#
# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.13 2002/05/04 18:48:05 wosch Exp $
# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.14 2003/05/18 17:45:20 ceri Exp $
# ----------------------------------------------------------------------
sub escape($) { $_ = $_[0]; s/&/&amp;/g; s/</&lt;/g; s/>/&gt;/g; $_; }
@ -80,7 +80,7 @@ $redirect_url_save = escape2($ENV{'REDIRECT_URL'});
$redirect_url_save =~ s/([^a-zA-Z0-9;\/?:&=])/sprintf("%%%02x",ord($1))/eg;
$hsty_base = 'http://www.freebsd.org';
$hsty_base = 'http://www.FreeBSD.org';
require './cgi-style.pl';
print &html_header($title);
@ -109,8 +109,8 @@ or the server administrator
<center>
Please try our
<a href="http://www.freebsd.org/search/index-site.html">Site Map</a> or
<a href="http://www.freebsd.org/search/search.html">Search Page</a>
<a href="http://www.FreeBSD.org/search/index-site.html">Site Map</a> or
<a href="http://www.FreeBSD.org/search/search.html">Search Page</a>
</center>
<p>

View file

@ -26,7 +26,7 @@
#
# url.cgi - make plain text URLs clickable
#
# $FreeBSD: www/en/cgi/url.cgi,v 1.31 2002/05/02 14:21:40 wosch Exp $
# $FreeBSD: www/en/cgi/url.cgi,v 1.32 2003/07/24 14:40:48 simon Exp $
use strict;
@ -60,7 +60,7 @@ $file =~ s%/pkg/DESCR$%/pkg-descr%;
1 while $file =~ s%/[^/]+/\.\./%/%;
# print HTML header
$file =~ s%(http|ftp)://ftp.freebsd.org/pub/FreeBSD/(branches/|FreeBSD)-current/%%i;
$file =~ s%(http|ftp)://ftp.FreeBSD.org/pub/FreeBSD/(branches/|FreeBSD)-current/%%i;
if ($file =~ m%^ports/([\w-]+)/(\w[\w-+.]+)/pkg-descr%) {
print &html_header(
"Port description for $1/$2");
@ -109,7 +109,7 @@ if($isvalidfilename) {
</blockquote>
<p>\n};
}
print "<p>Please contact www\@freebsd.org\n";
print "<p>Please contact www\@FreeBSD.org\n";
warn "$0: invalid port name: `$file', $http_referer\n";
}
print "\n<HR>\n<pre>\n";