$Id$,$Date$ -> $FreeBSD$

The jury is out on $Date$, but it's presently not being expanded..
This commit is contained in:
Peter Wemm 1999-09-06 07:03:31 +00:00
parent a597276216
commit 01a61279be
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5543
477 changed files with 739 additions and 739 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.8 1999-08-29 16:53:23 nik Exp $ # $FreeBSD$
LINKS= en/ja en/es en/ru en/zh ja/web.mk LINKS= en/ja en/es en/ru en/zh ja/web.mk
LINKS+= web.mk ../doc/en_US.ISO_8859-1/web.mk LINKS+= web.mk ../doc/en_US.ISO_8859-1/web.mk

View file

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.2 1999-09-03 14:01:12 kuriyama Exp $ # $FreeBSD$
# #
# Build the FreeBSD FAQ *outside* of the www tree, and install it # Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.48 1999-02-10 14:53:59 motoyuki Exp $ # $FreeBSD$
.if exists(Makefile.conf) .if exists(Makefile.conf)
.include "Makefile.conf" .include "Makefile.conf"

View file

@ -1,3 +1,3 @@
# $Id: Makefile.inc,v 1.6 1998-01-18 22:27:30 jfieber Exp $ # $FreeBSD$
WEBBASE?= /data WEBBASE?= /data

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1998-09-30 07:20:50 jb Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-03-27 15:43:49 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD/Alpha Project"> <!ENTITY title "FreeBSD/Alpha Project">
<!ENTITY email 'freebsd-alpha'> <!ENTITY email 'freebsd-alpha'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: alpha.sgml,v 1.3 1999-03-27 15:43:49 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1999-07-30 21:05:51 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "About Applications for FreeBSD"> <!ENTITY title "About Applications for FreeBSD">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: applications.sgml,v 1.14 1999-07-30 21:05:51 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,16 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1999-07-30 21:05:51 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Source Auditing Project"> <!ENTITY title "FreeBSD Source Auditing Project">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: auditors.sgml,v 1.28 1999-07-30 21:05:51 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;
<h1>General Information</h1> <h1>General Information</h1>
<em>Last Updated: $Date: 1999-07-30 21:05:51 $ </em> <em>Last Updated: $FreeBSD$ </em>
<h2>Overview</h2> <h2>Overview</h2>

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1999-08-30 23:30:10 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "About FreeBSD's availability"> <!ENTITY title "About FreeBSD's availability">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: availability.sgml,v 1.17 1999-08-30 23:30:10 jkh Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.14 1999-01-15 19:31:26 wosch Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"

View file

@ -1,7 +1,7 @@
#!/usr/bin/perl -- -*- C -*- #!/usr/bin/perl -- -*- C -*-
# Perl Routines to Manipulate CGI input # Perl Routines to Manipulate CGI input
# S.E.Brenner@bioc.cam.ac.uk # S.E.Brenner@bioc.cam.ac.uk
# $Header: /home/ncvs/www/en/cgi/cgi-lib.pl,v 1.2 1996-10-06 20:16:38 jfieber Exp $ # $FreeBSD$
# #
# Copyright 1994 Steven E. Brenner # Copyright 1994 Steven E. Brenner
# Unpublished work. # Unpublished work.
@ -36,7 +36,7 @@
# If a variable-glob parameter (e.g., *cgi_input) is passed to ReadParse, # If a variable-glob parameter (e.g., *cgi_input) is passed to ReadParse,
# information is stored there, rather than in $in, @in, and %in. # information is stored there, rather than in $in, @in, and %in.
# #
# $Id: cgi-lib.pl,v 1.2 1996-10-06 20:16:38 jfieber Exp $ # $FreeBSD$
# #
sub ReadParse { sub ReadParse {

View file

@ -1,4 +1,4 @@
# $Id: cgi-style.pl,v 1.13 1999-05-30 10:56:57 wosch Exp $ # $FreeBSD$
# #
# Perl routines to encapsulate various elements of HTML page style. # Perl routines to encapsulate various elements of HTML page style.

View file

@ -28,7 +28,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# $Id: cvsweb.cgi,v 1.32 1999-07-26 21:41:06 wosch Exp $ # $FreeBSD$
# #

View file

@ -1,4 +1,4 @@
# $Id: freebsd.def,v 1.1 1997-01-04 20:02:45 mbarkah Exp $ # $FreeBSD$
# #
# Perl definitions! # Perl definitions!
# #

View file

@ -4,7 +4,7 @@
# #
# John Fieber <jfieber@indiana.edu> # John Fieber <jfieber@indiana.edu>
# Modified for new gallery.db format by Nate Johnson <nsj@freebsd.org> # Modified for new gallery.db format by Nate Johnson <nsj@freebsd.org>
# $Id: gallery.cgi,v 1.14 1999-05-18 02:15:06 nsj Exp $ # $FreeBSD$
################################################################## ##################################################################
$curator = "gallery\@freebsd.org"; $curator = "gallery\@freebsd.org";
@ -13,7 +13,7 @@ $subject = "Another gallery submission...";
require 'cgi-lib.pl'; require 'cgi-lib.pl';
&ReadParse; &ReadParse;
$hsty_date = '$Date: 1999-05-18 02:15:06 $'; $hsty_date = '$FreeBSD$';
#$h_base = ".."; #$h_base = "..";
#$d_author = " #$d_author = "
require 'cgi-style.pl'; require 'cgi-style.pl';

View file

@ -6,7 +6,7 @@
# by John Fieber # by John Fieber
# February 26, 1998 # February 26, 1998
# #
# $Id: getmsg.cgi,v 1.21 1999-01-29 17:25:13 wosch Exp $ # $FreeBSD$
# #
require "./cgi-lib.pl"; require "./cgi-lib.pl";

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# $Id: mailindex.cgi,v 1.3 1999-04-04 20:39:39 wosch Exp $ # $FreeBSD$
use CGI; use CGI;

View file

@ -3,7 +3,7 @@
# #
# redirect FreeBSD man script # redirect FreeBSD man script
# #
# $Id: man-wrapper.cgi,v 1.2 1998-06-08 08:50:37 wosch Exp $ # $FreeBSD$
exec('/usr/local/www/bsddoc/bin/man.cgi'); exec('/usr/local/www/bsddoc/bin/man.cgi');

View file

@ -26,7 +26,7 @@
# #
# Search a mail by Message-ID, References or In-Reply-To field # Search a mail by Message-ID, References or In-Reply-To field
# #
# $Id: mid.cgi,v 1.7 1999-04-03 12:32:38 wosch Exp $ # $FreeBSD$
$hsty_base = ''; $hsty_base = '';

View file

@ -3,7 +3,7 @@
# #
# FreeBSD WWW mirror redirect # FreeBSD WWW mirror redirect
# #
# $Id: mirror.cgi,v 1.2 1996-10-01 18:59:10 jfieber Exp $ # $FreeBSD$
$_ = $ENV{'QUERY_STRING'}; $_ = $ENV{'QUERY_STRING'};

View file

@ -52,11 +52,11 @@
# #
# _________________________________________________________________ # _________________________________________________________________
# #
# $Date: 1998-06-07 00:13:03 $ # $FreeBSD$
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# #
# #
# $Id: missing_handler.cgi,v 1.4 1998-06-07 00:13:03 wosch Exp $ # $FreeBSD$
# output title # output title
$title = $ENV{'MISSING_HANDLER_TITLE'} || $title = $ENV{'MISSING_HANDLER_TITLE'} ||

View file

@ -26,7 +26,7 @@
# pds.cgi - FreeBSD Ports download sources cgi script # pds.cgi - FreeBSD Ports download sources cgi script
# print a list of source files for a port # print a list of source files for a port
# #
# $Id: pds.cgi,v 1.4 1999-01-13 04:00:26 fenner Exp $ # $FreeBSD$
$hsty_base = ''; $hsty_base = '';
$hsty_email = 'ports@freebsd.org'; $hsty_email = 'ports@freebsd.org';

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# $Id: ports.cgi,v 1.33 1999-07-07 14:12:14 wosch Exp $ # $FreeBSD$
# #
# ports.cgi - search engine for FreeBSD ports # ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description # o search for a port by name or description

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
# $Id: query-pr-summary.cgi,v 1.23 1999-07-20 14:26:21 sheldonh Exp $ # $FreeBSD$
$html_mode = 1 if $ENV{'DOCUMENT_ROOT'}; $html_mode = 1 if $ENV{'DOCUMENT_ROOT'};
$self_ref = $ENV{'SCRIPT_NAME'}; $self_ref = $ENV{'SCRIPT_NAME'};

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
# $Id: query-pr.cgi,v 1.16 1999-08-06 05:58:14 hoek Exp $ # $FreeBSD$
$ENV{'PATH'} = "/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin"; $ENV{'PATH'} = "/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin";

View file

@ -26,7 +26,7 @@
# #
# url.cgi - make plain text URLs clickable # url.cgi - make plain text URLs clickable
# #
# $Id: url.cgi,v 1.17 1999-02-27 22:32:44 wosch Exp $ # $FreeBSD$
$hsty_base = ''; $hsty_base = '';

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.8 1999-03-20 23:50:10 wosch Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"

View file

@ -1,6 +1,6 @@
# FreeBSD Commercial Gallery Category Description File. # FreeBSD Commercial Gallery Category Description File.
# #
# $Id: commercial.desc,v 1.2 1999-04-04 08:36:23 nik Exp $ # $FreeBSD$
################################################################ ################################################################
## CONSULTING CATEGORY DESCRIPTION ## CONSULTING CATEGORY DESCRIPTION

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-01-22 11:48:22 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Commercial Vendors"> <!ENTITY title "Commercial Vendors">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes; <!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
]> ]>
<!-- $Id: commercial.sgml,v 1.29 1999-01-22 11:48:22 mbarkah Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-01-22 11:23:45 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Commercial Vendors - Consulting"> <!ENTITY title "Commercial Vendors - Consulting">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes; <!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
<!ENTITY consulting SYSTEM "consulting.inc"> <!ENTITY consulting SYSTEM "consulting.inc">
]> ]>
<!-- $Id: consulting.sgml,v 1.33 1999-01-22 11:23:45 mbarkah Exp $ --> <!-- $FreeBSD$ -->
<HTML> <HTML>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-01-22 11:23:45 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Commercial Vendors - Consulting"> <!ENTITY title "Commercial Vendors - Consulting">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes; <!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
<!ENTITY consultingbycat SYSTEM "consulting_bycat.inc"> <!ENTITY consultingbycat SYSTEM "consulting_bycat.inc">
]> ]>
<!-- $Id: consulting_bycat.sgml,v 1.2 1999-01-22 11:23:45 mbarkah Exp $ --> <!-- $FreeBSD$ -->
<HTML> <HTML>

View file

@ -27,7 +27,7 @@
# This program is made available to the general public under # This program is made available to the general public under
# the "BSD-style copyright" terms of agreement. # the "BSD-style copyright" terms of agreement.
# #
# $Id: gencommercial.pl,v 1.3 1999-05-25 16:20:57 hoek Exp $ # $FreeBSD$
####################################################################### #######################################################################
## Configuration Section ## Configuration Section

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-01-22 11:23:46 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Commercial Vendors - Hardware"> <!ENTITY title "Commercial Vendors - Hardware">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes; <!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
<!ENTITY hardware SYSTEM "hardware.inc"> <!ENTITY hardware SYSTEM "hardware.inc">
]> ]>
<!-- $Id: hardware.sgml,v 1.30 1999-01-22 11:23:46 mbarkah Exp $ --> <!-- $FreeBSD$ -->
<HTML> <HTML>

View file

@ -1,4 +1,4 @@
<!-- $Id: includes.sgml,v 1.2 1999-01-21 10:48:56 mbarkah Exp $ --> <!-- $FreeBSD$ -->
<!ENTITY vendorintroduction ' <!ENTITY vendorintroduction '
<p>FreeBSDs power, flexibility, and reliability attracts <p>FreeBSDs power, flexibility, and reliability attracts

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-01-22 11:23:47 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Commercial Vendors - Miscellaneous"> <!ENTITY title "Commercial Vendors - Miscellaneous">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes; <!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
<!ENTITY misc SYSTEM "misc.inc"> <!ENTITY misc SYSTEM "misc.inc">
]> ]>
<!-- $Id: misc.sgml,v 1.11 1999-01-22 11:23:47 mbarkah Exp $ --> <!-- $FreeBSD$ -->
<HTML> <HTML>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-01-22 11:23:47 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Commercial Vendors - Software"> <!ENTITY title "Commercial Vendors - Software">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes; <!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
<!ENTITY software SYSTEM "software.inc"> <!ENTITY software SYSTEM "software.inc">
]> ]>
<!-- $Id: software.sgml,v 1.59 1999-01-22 11:23:47 mbarkah Exp $ --> <!-- $FreeBSD$ -->
<HTML> <HTML>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-01-22 11:23:49 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Commercial Vendors - Software"> <!ENTITY title "Commercial Vendors - Software">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes; <!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
<!ENTITY softwarebycat SYSTEM "software_bycat.inc"> <!ENTITY softwarebycat SYSTEM "software_bycat.inc">
]> ]>
<!-- $Id: software_bycat.sgml,v 1.2 1999-01-22 11:23:49 mbarkah Exp $ --> <!-- $FreeBSD$ -->
<HTML> <HTML>

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.7 1999-04-08 21:50:03 nik Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-10-15 19:36:24 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Copyright Information"> <!ENTITY title "FreeBSD Copyright Information">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: copyright.sgml,v 1.3 1998-10-15 19:36:24 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-08-22 10:09:19 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "The BSD Daemon"> <!ENTITY title "The BSD Daemon">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: daemon.sgml,v 1.15 1999-08-22 10:09:19 jkh Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-12-31 14:28:59 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "The FreeBSD Copyright"> <!ENTITY title "The FreeBSD Copyright">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: freebsd-license.sgml,v 1.3 1998-12-31 14:28:59 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-10-27 12:04:01 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "The 4.4BSD Copyright"> <!ENTITY title "The 4.4BSD Copyright">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: license.sgml,v 1.5 1998-10-27 12:04:01 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.6 1998-08-11 11:43:51 wosch Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-08-29 16:46:04 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Documentation Project: Current projects"> <!ENTITY title "FreeBSD Documentation Project: Current projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: current.sgml,v 1.15 1999-08-29 16:46:04 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-03-27 15:43:49 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Documentation Project: Documentation Set"> <!ENTITY title "FreeBSD Documentation Project: Documentation Set">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: doc-set.sgml,v 1.4 1999-03-27 15:43:49 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-03 09:51:12 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Documentation Project"> <!ENTITY title "FreeBSD Documentation Project">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: docproj.sgml,v 1.12 1998-08-03 09:51:12 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-04-26 21:49:11 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Documentation Project: SGML"> <!ENTITY title "FreeBSD Documentation Project: SGML">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: sgml.sgml,v 1.8 1999-04-26 21:49:11 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-04-26 13:04:32 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Documentation Project: Submitting documentation"> <!ENTITY title "FreeBSD Documentation Project: Submitting documentation">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: submitting.sgml,v 1.3 1999-04-26 13:04:32 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-08-24 02:24:35 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Documentation Project: Translations"> <!ENTITY title "FreeBSD Documentation Project: Translations">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: translations.sgml,v 1.27 1999-08-24 02:24:35 jim Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-03-27 15:43:49 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Documentation Project: Who are we?"> <!ENTITY title "FreeBSD Documentation Project: Who are we?">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: who.sgml,v 1.5 1999-03-27 15:43:49 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1999-08-04 14:08:18 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Documentation"> <!ENTITY title "Documentation">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: docs.sgml,v 1.72 1999-08-04 14:08:18 sheldonh Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1999-07-30 21:05:53 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "About FreeBSD's Technological Advances"> <!ENTITY title "About FreeBSD's Technological Advances">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: features.sgml,v 1.11 1999-07-30 21:05:53 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.6 1999-04-03 07:21:04 wosch Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-10-27 12:01:29 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Gallery - Commercial"> <!ENTITY title "Gallery - Commercial">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY cgallery SYSTEM "cgallery.inc"> <!ENTITY cgallery SYSTEM "cgallery.inc">
]> ]>
<!-- $Id: cgallery.sgml,v 1.26 1998-10-27 12:01:29 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;
<P>All over the world, FreeBSD is powering innovative Internet applications and services. This gallery is a showcase of commercial organizations who have put FreeBSD to work for them. Browse and find out more about what FreeBSD can do for <STRONG>you</STRONG>!</P><P></P> <P>All over the world, FreeBSD is powering innovative Internet applications and services. This gallery is a showcase of commercial organizations who have put FreeBSD to work for them. Browse and find out more about what FreeBSD can do for <STRONG>you</STRONG>!</P><P></P>

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-05-18 02:07:37 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "The FreeBSD Gallery"> <!ENTITY title "The FreeBSD Gallery">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: gallery.sgml,v 1.45 1999-05-18 02:07:37 nsj Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-10-27 12:01:29 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Gallery - Non-profit"> <!ENTITY title "Gallery - Non-profit">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY npgallery SYSTEM "npgallery.inc"> <!ENTITY npgallery SYSTEM "npgallery.inc">
]> ]>
<!-- $Id: npgallery.sgml,v 1.21 1998-10-27 12:01:29 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-10-27 12:01:29 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Gallery - Personal"> <!ENTITY title "Gallery - Personal">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY pgallery SYSTEM "pgallery.inc"> <!ENTITY pgallery SYSTEM "pgallery.inc">
]> ]>
<!-- $Id: pgallery.sgml,v 1.19 1998-10-27 12:01:29 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.26 1999-02-19 06:33:14 jkh Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"

View file

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.3 1999-09-03 14:01:14 kuriyama Exp $ # $FreeBSD$
# #
# Build the FreeBSD Handbook *outside* of the www tree, and install it # Build the FreeBSD Handbook *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.

View file

@ -1,4 +1,4 @@
<!-- $Id: includes.sgml,v 1.27 1999-06-18 18:32:02 jesusr Exp $ --> <!-- $FreeBSD$ -->
<!-- <!--
Base is the absolute URL for the given page, minus the actual page Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or part. It should either be specified as a fully qualified URL, or

View file

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY title "The FreeBSD Project"> <!ENTITY title "The FreeBSD Project">
<!ENTITY date "$Date: 1999-07-30 21:05:54 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -311,7 +311,7 @@
<tr> <tr>
<td align="left" valign="top"><small><a <td align="left" valign="top"><small><a
href="&base;/mailto.html">Contact us</a><br> href="&base;/mailto.html">Contact us</a><br>
$Date: 1999-07-30 21:05:54 $</small></td> $FreeBSD$</small></td>
<td align="right" valign="top"><small><a href="copyright/">Copyright</a> &copy; 1995-1999 <td align="right" valign="top"><small><a href="copyright/">Copyright</a> &copy; 1995-1999
FreeBSD Inc.<br> FreeBSD Inc.<br>

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.14 1999-09-03 17:33:47 nik Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-08-23 06:20:11 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "About the FreeBSD WWW Server"> <!ENTITY title "About the FreeBSD WWW Server">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: about.sgml,v 1.26 1999-08-23 06:20:11 jkh Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-09-03 17:34:34 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Resources for FreeBSD Committers"> <!ENTITY title "Resources for FreeBSD Committers">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: developer.sgml,v 1.3 1999-09-03 17:34:34 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-10-25 17:58:27 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Homepages"> <!ENTITY title "FreeBSD Homepages">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY homepage SYSTEM "homepage.inc"> <!ENTITY homepage SYSTEM "homepage.inc">
]> ]>
<!-- $Id: homepage.sgml,v 1.3 1998-10-25 17:58:27 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-05-02 19:47:36 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Internal"> <!ENTITY title "FreeBSD Internal">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: internal.sgml,v 1.9 1999-05-02 19:47:36 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-06-01 02:34:39 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "The FreeBSD.org Network"> <!ENTITY title "The FreeBSD.org Network">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: machines.sgml,v 1.11 1999-06-01 02:34:39 billf Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-03-27 15:43:49 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Mirroring the FreeBSD Web Pages"> <!ENTITY title "Mirroring the FreeBSD Web Pages">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: mirror.sgml,v 1.10 1999-03-27 15:43:49 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-04-18 08:12:25 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Photo Gallery"> <!ENTITY title "Photo Gallery">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: photos.sgml,v 1.7 1999-04-18 08:12:25 grog Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-08-04 18:59:23 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Statistics"> <!ENTITY title "FreeBSD Statistics">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: statistic.sgml,v 1.6 1999-08-04 18:59:23 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1999-07-30 21:05:54 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "About FreeBSD's Internetworking"> <!ENTITY title "About FreeBSD's Internetworking">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: internet.sgml,v 1.16 1999-07-30 21:05:54 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$Date: 1999-07-30 21:05:54 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Contacting FreeBSD"> <!ENTITY title "Contacting FreeBSD">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: mailto.sgml,v 1.15 1999-07-30 21:05:54 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.15 1999-06-16 11:07:31 jkoshy Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"

View file

@ -3,7 +3,7 @@
# #
# clickable - Make URL clickable # clickable - Make URL clickable
# #
# $Id: clickable.pl,v 1.1 1998-07-15 12:50:56 wosch Exp $ # $FreeBSD$
s/</&lt;/g; s/</&lt;/g;
s%((http|ftp)://[^\s"\)\>,;]+)%<A HREF="$1">$1</A>%gi; s%((http|ftp)://[^\s"\)\>,;]+)%<A HREF="$1">$1</A>%gi;

View file

@ -1,4 +1,4 @@
<!-- $Id: includes.sgml,v 1.4 1998-12-13 17:12:44 wosch Exp $ --> <!-- $FreeBSD$ -->
<!ENTITY newshome '<A HREF="news.html">News Home</A>'> <!ENTITY newshome '<A HREF="news.html">News Home</A>'>

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-08-04 14:08:20 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD News"> <!ENTITY title "FreeBSD News">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: news.sgml,v 1.15 1999-08-04 14:08:20 sheldonh Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-08-10 23:32:34 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD News flash!"> <!ENTITY title "FreeBSD News flash!">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: newsflash.sgml,v 1.133 1999-08-10 23:32:34 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-06-16 11:07:34 $"> <!ENTITY date "$Date: 1999-09-06 07:02:46 $">
<!ENTITY title "FreeBSD Press Release: April 22, 1999"> <!ENTITY title "FreeBSD Press Release: April 22, 1999">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: press-rel-1.sgml,v 1.1 1999-06-16 11:07:34 jkoshy Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-06-16 11:07:35 $"> <!ENTITY date "$Date: 1999-09-06 07:02:46 $">
<!ENTITY title "FreeBSD Press Release: April 29, 1999"> <!ENTITY title "FreeBSD Press Release: April 29, 1999">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: press-rel-2.sgml,v 1.1 1999-06-16 11:07:35 jkoshy Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-06-16 11:07:36 $"> <!ENTITY date "$Date: 1999-09-06 07:02:46 $">
<!ENTITY title "FreeBSD Press Release: June 7, 1999"> <!ENTITY title "FreeBSD Press Release: June 7, 1999">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: press-rel-3.sgml,v 1.1 1999-06-16 11:07:36 jkoshy Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-08-30 06:53:33 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD in the Press"> <!ENTITY title "FreeBSD in the Press">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: press.sgml,v 1.96 1999-08-30 06:53:33 jkoshy Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-06-16 11:07:38 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Press Releases"> <!ENTITY title "FreeBSD Press Releases">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: pressreleases.sgml,v 1.1 1999-06-16 11:07:38 jkoshy Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -10,7 +10,7 @@
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: qnewsletter-1-1.sgml,v 1.8 1999-01-29 18:37:31 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -11,7 +11,7 @@
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: qnewsletter-1-2.sgml,v 1.5 1999-01-29 18:37:31 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -11,7 +11,7 @@
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: qnewsletter-1-3.sgml,v 1.6 1999-03-10 19:20:10 motoyuki Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-12-13 23:19:19 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY volume "1"> <!ENTITY volume "1">
<!ENTITY issue "4"> <!ENTITY issue "4">
<!ENTITY month "Aug"> <!ENTITY month "Aug">
@ -11,7 +11,7 @@
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: qnewsletter-1-4.sgml,v 1.6 1998-12-13 23:19:19 steve Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -11,7 +11,7 @@
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: qnewsletter-1-5.sgml,v 1.4 1998-12-13 23:19:19 steve Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -11,7 +11,7 @@
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: qnewsletter-1-6.sgml,v 1.3 1998-12-13 23:19:19 steve Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -11,7 +11,7 @@
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: qnewsletter-1-7.sgml,v 1.2 1999-02-07 21:57:34 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -11,7 +11,7 @@
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: qnewsletter-2-1.sgml,v 1.2 1999-02-27 21:39:17 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -11,7 +11,7 @@
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: qnewsletter-2-2.sgml,v 1.1 1999-02-27 21:39:17 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-02-27 21:39:17 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Really-Quick(TM) NewsLetter"> <!ENTITY title "FreeBSD Really-Quick(TM) NewsLetter">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: qnewsletter.sgml,v 1.12 1999-02-27 21:39:17 wosch Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-01-10 14:39:24 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD State of the Union, 1999"> <!ENTITY title "FreeBSD State of the Union, 1999">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
<!-- $Id: sou1999.sgml,v 1.1 1999-01-10 14:39:24 nik Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-09-04 17:14:05 $"> <!ENTITY date "$FreeBSD$">
<!ENTITY title "Changes at the FreeBSD Web Server"> <!ENTITY title "Changes at the FreeBSD Web Server">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]> ]>
<!-- $Id: webchanges.sgml,v 1.52 1999-09-04 17:14:05 chris Exp $ --> <!-- $FreeBSD$ -->
<html> <html>
&header; &header;

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.24 1999-05-15 10:16:06 wosch Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"

View file

@ -1,4 +1,4 @@
# $Id: Makefile.inc0,v 1.1 1999-05-15 10:16:06 wosch Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"

View file

@ -1,5 +1,5 @@
# Originally from src/release/sysinstall/index.c,v 1.57 1998/10/15 # Originally from src/release/sysinstall/index.c,v 1.57 1998/10/15
# $Id: categories,v 1.6 1999-08-02 11:35:43 asami Exp $ # $FreeBSD$
"afterstep", "Ports to support the AfterStep window manager.", "afterstep", "Ports to support the AfterStep window manager.",
"applications", "User application software.", "applications", "User application software.",

View file

@ -4,7 +4,7 @@
# packages - create a sorted list of precompiled packages which # packages - create a sorted list of precompiled packages which
# are available at the FreeBSD FTP Server. # are available at the FreeBSD FTP Server.
# #
# $Id: packages,v 1.6 1999-05-07 06:59:05 wosch Exp $ # $FreeBSD$
PATH=/bin:/usr/bin:/usr/local/bin; export PATH PATH=/bin:/usr/bin:/usr/local/bin; export PATH

View file

@ -1,4 +1,4 @@
<!-- $Id: ports.inc,v 1.39 1999-07-12 07:36:05 asami Exp $ --> <!-- $FreeBSD$ -->
<p>The FreeBSD Ports and Packages Collection offers a simple way for <p>The FreeBSD Ports and Packages Collection offers a simple way for
users and administrators to install applications. The ports users and administrators to install applications. The ports
collection has been <a collection has been <a

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1998-08-11 11:43:52 wosch Exp $ # $FreeBSD$
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"

Some files were not shown because too many files have changed in this diff Show more