Remove availability.html and all reference to it, since it is out of
date and has several broken links. The important content on availability.html has been integrated into /index.html. Replace availability.html with a dummy redirect page (to /index.html), since it is still referenced from some other websites, most notably http://www.highpoint-tech.com/home.htm . PR: www/53429 Submitted by: myself Approved by: ceri (mentor)
This commit is contained in:
parent
e0d3d8ae3a
commit
e7bf390a8f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17825
4 changed files with 15 additions and 77 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/Makefile,v 1.95 2003/04/09 23:45:58 seanc Exp $
|
||||
# $FreeBSD: www/en/Makefile,v 1.96 2003/05/15 17:32:00 jim Exp $
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
DOCS= applications.sgml
|
||||
DOCS+= auditors.sgml
|
||||
DOCS+= availability.sgml
|
||||
DOCS+= docs.sgml
|
||||
DOCS+= features.sgml
|
||||
DOCS+= register.sgml
|
||||
|
|
|
|||
|
|
@ -1,75 +1,23 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/availability.sgml,v 1.31 2002/03/16 08:16:45 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/availability.sgml,v 1.32 2002/06/29 09:07:07 nik Exp $">
|
||||
<!ENTITY title "About FreeBSD's availability">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1>Availability of FreeBSD</h1>
|
||||
|
||||
<blockquote>
|
||||
<p>FreeBSD is free and is available for downloading over the Internet or
|
||||
on CDROM for a small fee.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade="noshade" width="100%"><font
|
||||
color="#FF0000"><font size="+1">Hardware requirements.</font></font>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="5;url=&base;/index.html">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>&title;</title>
|
||||
</head>
|
||||
|
||||
<blockquote>
|
||||
<p>FreeBSD runs on a variety of PC and Alpha hardware. Please review
|
||||
the <a href="doc/en_US.ISO8859-1/books/handbook/install-hw.html">supported
|
||||
configurations</a> section of the <a href="doc/en_US.ISO8859-1/books/handbook/index.html">FreeBSD
|
||||
Handbook</a> for more information.</p>
|
||||
</blockquote>
|
||||
<body bgcolor="#ffffff">
|
||||
<p>The content of this page has been integrated into the <a
|
||||
href="&base;/index.html">main FreeBSD webpage</a>. You should
|
||||
be automatically redirected there in a few seconds. If not,
|
||||
please follow the link and update your bookmarks.</p>
|
||||
|
||||
<hr align="left" noshade="noshade" width="100%"><font
|
||||
color="#FF0000"><font size="+1">Where to get it.</font></font>
|
||||
|
||||
<blockquote>
|
||||
<p>FreeBSD can be downloaded over the Internet for free, using a variety
|
||||
of different protocols (FTP, CVS, AFS, and more). If bandwidth is
|
||||
expensive for you then it can also be purchased on CDROM from a
|
||||
variety of vendors.</p>
|
||||
|
||||
<p>For more information on obtaining FreeBSD, please see the <a
|
||||
href="doc/en_US.ISO8859-1/books/handbook/mirrors.html">Handbook Chapter on obtaining
|
||||
FreeBSD</a>.</p>
|
||||
|
||||
<p>For more information on installing FreeBSD, please see the <a
|
||||
href="doc/en_US.ISO8859-1/books/handbook/install.html">Handbook Chapter on
|
||||
installing FreeBSD</a>.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade="noshade" width="100%"><font
|
||||
color="#FF0000"><font size="+1">About the FreeBSD Project.</font></font>
|
||||
|
||||
<blockquote>
|
||||
<p>FreeBSD is developed and supported by a worldwide team of
|
||||
programmers. <a href="mailto:jkh@FreeBSD.ORG">Jordan Hubbard,</a> one
|
||||
of the project's founders, has written a <a
|
||||
href="doc/en_US.ISO8859-1/books/handbook/history.html">brief history</a>
|
||||
of the FreeBSD project. Information about <a
|
||||
href="doc/en_US.ISO8859-1/books/handbook/staff-who.html">who's responsible for what</a>
|
||||
is also available. If you are curious, take a look at some <a
|
||||
href="http://www.FreeBSD.org/~jhs/freebsd/people.html">pictures of
|
||||
the team members</a>. A more complete listing of contributors is
|
||||
available in the <a
|
||||
href="doc/en_US.ISO8859-1/books/handbook/contrib.html">Contributors</a> section of the
|
||||
<a href="doc/en_US.ISO8859-1/books/handbook/index.html">FreeBSD Handbook</a>. FreeBSD is
|
||||
an open project, and welcomes the help of individuals who have time and or
|
||||
skills to offer.</p>
|
||||
|
||||
<p>This "about" section was created by <a
|
||||
href="http://www-sdd.fsl.noaa.gov/~kelly/">Sean Kelly</a>.</p>
|
||||
</blockquote>
|
||||
|
||||
<p center><i><font color="#B22222"><font size="+1">Inside your PC is a
|
||||
daemon waiting to be unleashed. Free it with
|
||||
FreeBSD.</font></font></i></p>
|
||||
|
||||
&footer;
|
||||
<p>We apologize for the inconvenience.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,10 +6,9 @@
|
|||
# Format: <url> | <description>
|
||||
# An empty url begin a new section
|
||||
#
|
||||
# $FreeBSD: www/en/search/site.map,v 1.19 2002/04/14 17:22:28 phantom Exp $
|
||||
# $FreeBSD: www/en/search/site.map,v 1.20 2002/07/06 09:56:43 blackend Exp $
|
||||
|
||||
|Software
|
||||
../availability.html|About FreeBSD
|
||||
../features.html|Features
|
||||
../releases/index.html|Releases
|
||||
../doc/en_US.ISO8859-1/books/handbook/install.html|Installation
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
# With the format `<titel>|<url>'.
|
||||
# Empty lines or comments are ignored.
|
||||
#
|
||||
# $FreeBSD: www/en/search/web.atoz,v 1.58 2003/02/05 10:58:20 brueffer Exp $
|
||||
# $FreeBSD: www/en/search/web.atoz,v 1.59 2003/05/22 12:59:14 ceri Exp $
|
||||
|
||||
# ../internal/about.sgml
|
||||
Usage statistics for this server|../internal/about.html
|
||||
|
|
@ -34,14 +34,6 @@ Education and research|../applications.html
|
|||
Security, Auditors|../auditors.html
|
||||
Auditors|../auditors.html
|
||||
|
||||
# ../availability.sgml
|
||||
Availability of FreeBSD|../availability.html
|
||||
Hardware requirements|../availability.html
|
||||
Where to get it|../availability.html
|
||||
About the FreeBSD Project|../availability.html
|
||||
BSDi, address|../availability.html
|
||||
Kelly, Sean|../availability.html
|
||||
|
||||
# ../gallery/cgallery.sgml
|
||||
Gallery, Commercial|../gallery/cgallery.html
|
||||
Commercial, Gallery|../gallery/cgallery.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue