Add a FAQ section to the releng page which points users to

freebsdmirrors.org if they seek old release ISOs.
This commit is contained in:
Murray Stokely 2003-09-24 21:58:08 +00:00
parent 5e8d1477ad
commit e65ae4494e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18233

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.70 2003/09/19 04:15:50 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.71 2003/09/24 07:36:20 marcus Exp $">
<!ENTITY email 're'>
<!ENTITY title "Release Engineering Information">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -22,6 +22,7 @@
Engineering Team</a></li>
<li><a href="#docs">Release Engineering Documentation</a></li>
<li><a href="#team">Current Release Engineering Team</a></li>
<li><a href="#faq">Frequently Asked Questions</a></li>
<!--
<li>General information about committing to -STABLE.</li>
@ -257,6 +258,22 @@ packages.</p>
href="mailto:portmgr@FreeBSD.org">portmgr@FreeBSD.org</a>)</strong> :
&a.asami;, &a.kris;, &a.sobomax;, &a.steve;, &a.will;, &a.knu; &a.marcus;</p>
<a name="faq"></a>
<h1>Frequently Asked Questions</h1>
<p>Where can I find the release directory or ISO images for older FreeBSD releases?</p>
<p>The FreeBSD Project does not maintain a centralized historical
archive of old release ISO images, but there are still many options.
First, try looking on <a
href="http://www.freebsdmirrors.org">http://www.freebsdmirrors.org</a>.
If you are unable to find an FTP mirror that still contains the
release you are looking for, then you can email CDROM vendors to see
if they have any old releases available. In September 2003, we know
of a case where FreeBSD 1.1 was used in a court of law to invalidate
a bogus software patent. Clearly, older releases can be very
important in some situations.</p>
&footer;
</body>
</html>