freebsd.org -> FreeBSD.org
This commit is contained in:
parent
46af1b2fd9
commit
39224ae67a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6319
13 changed files with 45 additions and 45 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.14 1999/09/06 07:02:40 peter Exp $
|
||||
#
|
||||
# Perl routines to encapsulate various elements of HTML page style.
|
||||
|
||||
|
@ -15,7 +15,7 @@ if (!defined($hsty_base)) {
|
|||
$hsty_base = "..";
|
||||
}
|
||||
if (!defined($hsty_email)) {
|
||||
$hsty_email = "www\@freebsd.org";
|
||||
$hsty_email = "www\@FreeBSD.org";
|
||||
}
|
||||
if (!defined($hsty_author)) {
|
||||
$hsty_author = "<a href=\"$hsty_base/mailto.html\">$hsty_email</a>";
|
||||
|
|
|
@ -28,12 +28,12 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.35 1999/09/17 18:56:44 wosch Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.36 1999/09/19 10:55:19 wosch Exp $
|
||||
#
|
||||
|
||||
|
||||
#HTTP_USER_AGENT: Mozilla/1.1N (X11; I; SunOS 4.1.3_U1 sun4m) via proxy gateway CERN-HTTPD/3.0 libwww/2.17
|
||||
#SERVER_NAME: www.freebsd.org
|
||||
#SERVER_NAME: www.FreeBSD.org
|
||||
#QUERY_STRING: baz
|
||||
#SCRIPT_FILENAME: /usr/local/www/cgi-bin/env.pl
|
||||
#SERVER_PORT: 80
|
||||
|
@ -50,7 +50,7 @@
|
|||
#SCRIPT_NAME: /cgi-bin/env.pl
|
||||
#SERVER_SOFTWARE: Apache/1.0.0
|
||||
#REMOTE_HOST: beta.xerox.com
|
||||
#SERVER_ADMIN: webmaster@freebsd.org
|
||||
#SERVER_ADMIN: webmaster@FreeBSD.org
|
||||
#
|
||||
require 'timelocal.pl';
|
||||
require 'ctime.pl';
|
||||
|
@ -70,10 +70,10 @@ require 'cgi-style.pl';
|
|||
);
|
||||
|
||||
%mirrors = (
|
||||
'Germany', 'http://www.de.freebsd.org/cgi/cvsweb.cgi',
|
||||
'Spain', 'http://www.es.freebsd.org/cgi/cvsweb.cgi',
|
||||
'California', 'http://www.freebsd.org/cgi/cvsweb.cgi',
|
||||
'Japan', 'http://www.jp.freebsd.org/cgi/cvsweb.cgi',
|
||||
'Germany', 'http://www.de.FreeBSD.org/cgi/cvsweb.cgi',
|
||||
'Spain', 'http://www.es.FreeBSD.org/cgi/cvsweb.cgi',
|
||||
'USA, California', 'http://www.FreeBSD.org/cgi/cvsweb.cgi',
|
||||
'Japan', 'http://www.jp.FreeBSD.org/cgi/cvsweb.cgi',
|
||||
);
|
||||
|
||||
$cvstreedefault = 'freebsd';
|
||||
|
@ -94,12 +94,12 @@ a form at the bottom of the page that allows you to
|
|||
display diffs between arbitrary revisions.
|
||||
<p>
|
||||
If you would like to use this CGI script on your own web server and
|
||||
CVS tree, see <A HREF=\"http://www.freebsd.org/~fenner/cvsweb/\">
|
||||
CVS tree, see <A HREF=\"http://www.FreeBSD.org/~fenner/cvsweb/\">
|
||||
the CVSWeb distribution site</A> or the <a
|
||||
href=\"http://www.freebsd.org/cgi/cvsweb.cgi/www/data/cgi/cvsweb.cgi\">current</a> FreeBSD version.
|
||||
href=\"http://www.FreeBSD.org/cgi/cvsweb.cgi/www/data/cgi/cvsweb.cgi\">current</a> FreeBSD version.
|
||||
<p>
|
||||
Please send any suggestions, comments, etc. to
|
||||
<A HREF=\"mailto:fenner\@freebsd.org\">Bill Fenner <fenner\@freebsd.org></A>
|
||||
<A HREF=\"mailto:fenner\@FreeBSD.org\">Bill Fenner <fenner\@FreeBSD.org></A>
|
||||
";
|
||||
$shortinstr = "
|
||||
Click on a directory to enter that directory. Click on a file to display
|
||||
|
@ -329,7 +329,7 @@ sub htmlify {
|
|||
$string =~ s/>/>/g;
|
||||
|
||||
if ($pr) {
|
||||
$string =~ s!\b((pr[:#]?\s*#?)|((bin|conf|docs|gnu|i386|kern|misc|ports)\/))(\d+)\b!<A HREF=http://www.freebsd.org/cgi/query-pr.cgi?pr=\5>$&</A>!ig;
|
||||
$string =~ s!\b((pr[:#]?\s*#?)|((bin|conf|docs|gnu|i386|kern|misc|ports)\/))(\d+)\b!<A HREF=http://www.FreeBSD.org/cgi/query-pr.cgi?pr=\5>$&</A>!ig;
|
||||
}
|
||||
|
||||
$string;
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSD: www/en/cgi/freebsd.def,v 1.2 1999/09/06 07:02:40 peter Exp $
|
||||
#
|
||||
# Perl definitions!
|
||||
#
|
||||
$gnhow='mail';
|
||||
$gnemail='freebsd-gnats-submit@freebsd.org';
|
||||
$gnemail='freebsd-gnats-submit@FreeBSD.org';
|
||||
$gnsubmitter='net';
|
||||
@gncategory=("bin", "conf", "docs", "gnu", "i386", "kern", "misc", "ports");
|
||||
$gnrelease="www-send-pr: 1.0";
|
||||
|
|
|
@ -4,7 +4,7 @@ require 'cgi-lib.pl';
|
|||
require 'cgi-style.pl';
|
||||
|
||||
|
||||
$newloc = "http://www.freebsd.org/";
|
||||
$newloc = "http://www.FreeBSD.org/";
|
||||
|
||||
print &html_header("FTP Download");
|
||||
|
||||
|
|
|
@ -3,17 +3,17 @@
|
|||
# A CGI form processor for FreeBSD Gallery submissions
|
||||
#
|
||||
# John Fieber <jfieber@indiana.edu>
|
||||
# Modified for new gallery.db format by Nate Johnson <nsj@freebsd.org>
|
||||
# $FreeBSD$
|
||||
# Modified for new gallery.db format by Nate Johnson <nsj@FreeBSD.org>
|
||||
# $FreeBSD: www/en/cgi/gallery.cgi,v 1.15 1999/09/06 07:02:40 peter Exp $
|
||||
##################################################################
|
||||
|
||||
$curator = "gallery\@freebsd.org";
|
||||
$curator = "gallery\@FreeBSD.org";
|
||||
$subject = "Another gallery submission...";
|
||||
|
||||
require 'cgi-lib.pl';
|
||||
&ReadParse;
|
||||
|
||||
$hsty_date = '$FreeBSD$';
|
||||
$hsty_date = '$FreeBSD: www/en/cgi/gallery.cgi,v 1.15 1999/09/06 07:02:40 peter Exp $';
|
||||
#$h_base = "..";
|
||||
#$d_author = "
|
||||
require 'cgi-style.pl';
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# by John Fieber
|
||||
# February 26, 1998
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.22 1999/09/06 07:02:40 peter Exp $
|
||||
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.23 1999/12/17 14:23:52 phantom Exp $
|
||||
#
|
||||
|
||||
require "./cgi-lib.pl";
|
||||
|
@ -18,7 +18,7 @@ use POSIX qw(strftime);
|
|||
#
|
||||
$messagepath = "/usr/local/www/db/text/";
|
||||
$messagepathcurrent = "/usr/local/www/mid/archive/";
|
||||
$ftparchive = 'ftp://ftp.freebsd.org/pub/FreeBSD/doc/mailing-lists/archive';
|
||||
$ftparchive = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/mailing-lists/archive';
|
||||
|
||||
&ReadParse(*formdata);
|
||||
&Fetch($formdata{'fetch'});
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# redirect FreeBSD man script
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/en/cgi/man.cgi,v 1.3 1999/09/06 07:02:40 peter Exp $
|
||||
|
||||
exec('/usr/local/www/bsddoc/bin/man.cgi');
|
||||
|
||||
|
@ -11,7 +11,7 @@ $_ = $ENV{'QUERY_STRING'};
|
|||
$_ = '?' . $_ if $_;
|
||||
|
||||
print "Window-target: _top\n";
|
||||
print "Location: http://www.de.freebsd.org/de/cgi/man.cgi$_\n";
|
||||
print "Location: http://www.de.FreeBSD.org/de/cgi/man.cgi$_\n";
|
||||
print "Content-type: text/plain\n\n";
|
||||
|
||||
exit 0;
|
||||
|
|
|
@ -43,20 +43,20 @@
|
|||
#
|
||||
# does not exist at this server. You are coming from
|
||||
#
|
||||
# http://www.freebsd.org/~wosch/test/error.html.
|
||||
# http://www.FreeBSD.org/~wosch/test/error.html.
|
||||
#
|
||||
# The closest match to your request is http://www.freebsd.org.
|
||||
# The closest match to your request is http://www.FreeBSD.org.
|
||||
# Please contact the server administrator wosch@FreeBSD.org.
|
||||
#
|
||||
# Thank you very much!
|
||||
#
|
||||
# _________________________________________________________________
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.5 1999/09/06 07:02:40 peter Exp $
|
||||
# ----------------------------------------------------------------------
|
||||
#
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.5 1999/09/06 07:02:40 peter Exp $
|
||||
|
||||
# output title
|
||||
$title = $ENV{'MISSING_HANDLER_TITLE'} ||
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
# pds.cgi - FreeBSD Ports download sources cgi script
|
||||
# print a list of source files for a port
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/en/cgi/pds.cgi,v 1.5 1999/09/06 07:02:40 peter Exp $
|
||||
|
||||
$hsty_base = '';
|
||||
$hsty_email = 'ports@freebsd.org';
|
||||
$hsty_email = 'ports@FreeBSD.org';
|
||||
|
||||
require "./cgi-lib.pl";
|
||||
require "./cgi-style.pl";
|
||||
|
@ -46,7 +46,7 @@ $ENV{'DISTDIR'} = "/tmp/___pds.cgi___" . $<;
|
|||
|
||||
sub footer {
|
||||
return qq{<P>\n<A HREF="} .
|
||||
($ENV{'PATH_INFO'} ? 'http://www.freebsd.org/ports/' : '../ports/') .
|
||||
($ENV{'PATH_INFO'} ? 'http://www.FreeBSD.org/ports/' : '../ports/') .
|
||||
qq{">Help</a>\n} . &html_footer;
|
||||
}
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/ports.cgi,v 1.36 1999/10/16 10:24:30 wosch Exp $
|
||||
# $FreeBSD: www/en/cgi/ports.cgi,v 1.37 1999/12/25 17:44:14 wosch Exp $
|
||||
#
|
||||
# ports.cgi - search engine for FreeBSD ports
|
||||
# o search for a port by name or description
|
||||
|
@ -45,14 +45,14 @@ sub init_variables {
|
|||
|
||||
# URL of ports tree for browsing
|
||||
$remotePrefixFtp =
|
||||
'ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/ports';
|
||||
'ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports';
|
||||
|
||||
# URL of ports tree for download
|
||||
$remotePrefixFtpDownload =
|
||||
'ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/ports';
|
||||
'ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports';
|
||||
|
||||
# where to get -current packages
|
||||
local($p) = 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386';
|
||||
local($p) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386';
|
||||
|
||||
$remotePrefixFtpPackagesDefault = '3.4-STABLE';
|
||||
%remotePrefixFtpPackages =
|
||||
|
@ -76,7 +76,7 @@ sub init_variables {
|
|||
|
||||
# CVS Web interface
|
||||
$remotePrefixCvs =
|
||||
'http://www.freebsd.org/cgi/cvsweb.cgi/ports';
|
||||
'http://www.FreeBSD.org/cgi/cvsweb.cgi/ports';
|
||||
|
||||
# Ports documentation
|
||||
$portsDesc = '../ports/';
|
||||
|
@ -94,7 +94,7 @@ sub init_variables {
|
|||
$mailtoAdvanced = 'yes';
|
||||
|
||||
# the URL if you click at the E-Mail address (see below)
|
||||
$mailtoURL = 'http://www.freebsd.org/ports/';
|
||||
$mailtoURL = 'http://www.FreeBSD.org/ports/';
|
||||
$mailtoURL = "mailto:$mailto" if !$mailtoURL;
|
||||
|
||||
# security
|
||||
|
@ -521,7 +521,7 @@ sub footer {
|
|||
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
|
||||
© 1996-1999 by Wolfram Schneider. All rights reserved.<br>
|
||||
};
|
||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.36 1999/10/16 10:24:30 wosch Exp $} . "<br>\n";
|
||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.37 1999/12/25 17:44:14 wosch Exp $} . "<br>\n";
|
||||
print qq{Please direct questions about this service to
|
||||
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
|
||||
print qq{General questions about FreeBSD ports should be sent to } .
|
||||
|
@ -592,7 +592,7 @@ as database for all operation. INDEX,v will be updated by hand
|
|||
by the portsmeister.<p>
|
||||
|
||||
You may also search the
|
||||
<a href="http://www.freebsd.org/cgi/man.cgi?manpath=FreeBSD+Ports">ports manual pages</a>.<p>
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+Ports">ports manual pages</a>.<p>
|
||||
|
||||
Get the <a href ="source">Source</a> of this script.<p>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/perl
|
||||
# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.17 1999/09/06 07:02:40 peter Exp $
|
||||
# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.18 1999/12/21 17:34:21 phantom Exp $
|
||||
|
||||
$ENV{'PATH'} = "/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin";
|
||||
|
||||
|
@ -160,7 +160,7 @@ print "</dl>";
|
|||
$origsyn =~ s/[^a-zA-Z+.@-]/"%" . sprintf("%02X", unpack("C", $&))/eg;
|
||||
$email =~ s/[^a-zA-Z+.@-]/"%" . sprintf("%02X", unpack("C", $&))/eg;
|
||||
|
||||
print "<A HREF=\"mailto:FreeBSD-gnats-submit\@FreeBSD.org,${email}?subject=Re:%20${cat}/${number}:%20$origsyn\">Submit Followup</A>\n";
|
||||
print "<A HREF=\"mailto:freebsd-gnats-submit\@FreeBSD.org,${email}?subject=Re:%20${cat}/${number}:%20$origsyn\">Submit Followup</A>\n";
|
||||
|
||||
print &html_footer;
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ if ($FORM{"emaila"} eq "") {
|
|||
|
||||
$recipient = $FORM{'recipient'};
|
||||
exit(0) if $recipient !~ /^[a-z_\.\-]+\@freebsd\.org$/io;
|
||||
$sub_recipient = "majordomo\@freebsd.org";
|
||||
$sub_recipient = "majordomo\@FreeBSD.org";
|
||||
#
|
||||
# format the mail file
|
||||
format MAIL =
|
||||
|
@ -98,7 +98,7 @@ print "</MAP>\n";
|
|||
print "<P>Thank you, $FORM{'First'} $FORM{'Last'}, for your registration.\n";
|
||||
print "<BR>It has been submitted.\n";
|
||||
if ($FORM{"announce"} eq "yes") {
|
||||
print "<BR>As you requested, you have also been subscribed to announce\@freebsd.org.\n";
|
||||
print "<BR>As you requested, you have also been subscribed to announce\@FreeBSD.org.\n";
|
||||
}
|
||||
print "</CENTER>\n";
|
||||
print "</BODY>\n";
|
||||
|
|
|
@ -26,12 +26,12 @@
|
|||
#
|
||||
# url.cgi - make plain text URLs clickable
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/url.cgi,v 1.22 1999/12/17 14:23:53 phantom Exp $
|
||||
# $FreeBSD: www/en/cgi/url.cgi,v 1.23 1999/12/25 21:33:55 wosch Exp $
|
||||
|
||||
use strict;
|
||||
|
||||
$main::hsty_base = '..';
|
||||
$main::hsty_email = 'ports@freebsd.org';
|
||||
$main::hsty_email = 'ports@FreeBSD.org';
|
||||
|
||||
# shutup perl -w
|
||||
my $dummy = $main::hsty_base . $main::hsty_email; undef $dummy;
|
||||
|
|
Loading…
Reference in a new issue