- Add 5-STABLE release documentation.
- Use real <h3> headers to subdivide different subsections. - Use &base; for release documentation URLs, mainly to make it simpler to test links without local versions of the release documentation. - Sort architectures alphabetically. - Minor changes to make it simpler to sort architectures. - Update Early Adopter's Guide links. The document is now 5.X Migration Guide on 5-STABLE, and is not really applicable to 6-CURRENT at the moment. - Follow standard FDP markup style more closely for modified parts of this page.
This commit is contained in:
parent
ab7038f7d6
commit
bc0b3e4f6a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22658
1 changed files with 72 additions and 36 deletions
108
en/relnotes.sgml
108
en/relnotes.sgml
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/relnotes.sgml,v 1.10 2004/04/04 21:49:38 phantom Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/relnotes.sgml,v 1.11 2004/08/30 19:11:31 ceri Exp $">
|
||||
<!ENTITY title "Release Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -58,55 +58,91 @@
|
|||
continually changing; the versions on the Web site are rebuilt
|
||||
at the same time that the rest of the Web site is updated.</p>
|
||||
|
||||
<p>The following documentation files are available for FreeBSD
|
||||
-CURRENT:</p>
|
||||
<h3>FreeBSD -CURRENT Release Documentation</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="relnotes/CURRENT/readme/index.html">README</a></li>
|
||||
<li><a href="&base;/relnotes/CURRENT/readme/index.html">README</a></li>
|
||||
|
||||
<li><a href="relnotes/CURRENT/early-adopter/index.html">Early
|
||||
Adopter's Guide to FreeBSD &rel.current;</a></li>
|
||||
<li>Release Notes:
|
||||
<a href="&base;/relnotes/CURRENT/relnotes/alpha/index.html">alpha</a>,
|
||||
<a href="&base;/relnotes/CURRENT/relnotes/amd64/index.html">amd64</a>,
|
||||
<a href="&base;/relnotes/CURRENT/relnotes/i386/index.html">i386</a>,
|
||||
<a href="&base;/relnotes/CURRENT/relnotes/ia64/index.html">ia64</a>,
|
||||
<a href="&base;/relnotes/CURRENT/relnotes/pc98/index.html">pc98</a>,
|
||||
<a href="&base;/relnotes/CURRENT/relnotes/sparc64/index.html">sparc64</a></li>
|
||||
|
||||
<li>Release Notes (<a href="relnotes/CURRENT/relnotes/i386/index.html">i386</a>,
|
||||
<a href="relnotes/CURRENT/relnotes/pc98/index.html">pc98</a>,
|
||||
<a href="relnotes/CURRENT/relnotes/alpha/index.html">alpha</a>,
|
||||
<a href="relnotes/CURRENT/relnotes/sparc64/index.html">sparc64</a>,
|
||||
<a href="relnotes/CURRENT/relnotes/ia64/index.html">ia64</a>,
|
||||
<a href="relnotes/CURRENT/relnotes/amd64/index.html">amd64</a>)</li>
|
||||
<li>Hardware Notes:
|
||||
<a href="&base;/relnotes/CURRENT/hardware/alpha/index.html">alpha</a>,
|
||||
<a href="&base;/relnotes/CURRENT/hardware/amd64/index.html">amd64</a>,
|
||||
<a href="&base;/relnotes/CURRENT/hardware/i386/index.html">i386</a>,
|
||||
<a href="&base;/relnotes/CURRENT/hardware/ia64/index.html">ia64</a>,
|
||||
<a href="&base;/relnotes/CURRENT/hardware/pc98/index.html">pc98</a>,
|
||||
<a href="&base;/relnotes/CURRENT/hardware/sparc64/index.html">sparc64</a></li>
|
||||
|
||||
<li>Hardware Notes (<a href="relnotes/CURRENT/hardware/i386/index.html">i386</a>,
|
||||
<a href="relnotes/CURRENT/hardware/pc98/index.html">pc98</a>,
|
||||
<a href="relnotes/CURRENT/hardware/alpha/index.html">alpha</a>,
|
||||
<a href="relnotes/CURRENT/hardware/sparc64/index.html">sparc64</a>,
|
||||
<a href="relnotes/CURRENT/hardware/ia64/index.html">ia64</a>,
|
||||
<a href="relnotes/CURRENT/hardware/amd64/index.html">amd64</a>)</li>
|
||||
<li>Installation Instructions:
|
||||
<a href="&base;/relnotes/CURRENT/installation/alpha/index.html">alpha</a>,
|
||||
<a href="&base;/relnotes/CURRENT/installation/amd64/index.html">amd64</a>,
|
||||
<a href="&base;/relnotes/CURRENT/installation/i386/index.html">i386</a>,
|
||||
<a href="&base;/relnotes/CURRENT/installation/ia64/index.html">ia64</a>,
|
||||
<a href="&base;/relnotes/CURRENT/installation/pc98/index.html">pc98</a>,
|
||||
<a href="&base;/relnotes/CURRENT/installation/sparc64/index.html">sparc64</a></li>
|
||||
|
||||
<li>Installation Instructions (<a href="relnotes/CURRENT/installation/i386/index.html">i386</a>,
|
||||
<a href="relnotes/CURRENT/installation/pc98/index.html">pc98</a>,
|
||||
<a href="relnotes/CURRENT/installation/alpha/index.html">alpha</a>,
|
||||
<a href="relnotes/CURRENT/installation/sparc64/index.html">sparc64</a>,
|
||||
<a href="relnotes/CURRENT/installation/ia64/index.html">ia64</a>,
|
||||
<a href="relnotes/CURRENT/installation/amd64/index.html">amd64</a>)</li>
|
||||
|
||||
<li><a href="relnotes/CURRENT/errata/index.html">Errata</a></li>
|
||||
<li><a href="&base;/relnotes/CURRENT/errata/index.html">Errata</a></li>
|
||||
</ul>
|
||||
|
||||
<p>The following documentation files are available for FreeBSD
|
||||
4-STABLE:</p>
|
||||
<h3>FreeBSD 5-STABLE Release Documentation</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="relnotes/4-STABLE/readme/index.html">README</a></li>
|
||||
<li><a href="&base;/relnotes/5-STABLE/readme/index.html">README</a></li>
|
||||
|
||||
<li>Release Notes (<a href="relnotes/4-STABLE/relnotes/i386/index.html">i386</a>,
|
||||
<a href="relnotes/4-STABLE/relnotes/alpha/index.html">alpha</a>)</li>
|
||||
<li><a href="&base;/relnotes/5-STABLE/early-adopter/index.html">FreeBSD
|
||||
5.X Migration Guide</a></li>
|
||||
|
||||
<li>Hardware Notes (<a href="relnotes/4-STABLE/hardware/i386/index.html">i386</a>,
|
||||
<a href="relnotes/4-STABLE/hardware/alpha/index.html">alpha</a>)</li>
|
||||
<li>Release Notes:
|
||||
<a href="&base;/relnotes/5-STABLE/relnotes/alpha/index.html">alpha</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/relnotes/amd64/index.html">amd64</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/relnotes/i386/index.html">i386</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/relnotes/ia64/index.html">ia64</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/relnotes/pc98/index.html">pc98</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/relnotes/sparc64/index.html">sparc64</a></li>
|
||||
|
||||
<li>Installation Instructions (<a href="relnotes/4-STABLE/installation/i386/index.html">i386</a>,
|
||||
<a href="relnotes/4-STABLE/installation/alpha/index.html">alpha</a>)</li>
|
||||
<li>Hardware Notes:
|
||||
<a href="&base;/relnotes/5-STABLE/hardware/alpha/index.html">alpha</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/hardware/amd64/index.html">amd64</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/hardware/i386/index.html">i386</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/hardware/ia64/index.html">ia64</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/hardware/pc98/index.html">pc98</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/hardware/sparc64/index.html">sparc64</a></li>
|
||||
|
||||
<li><a href="relnotes/4-STABLE/errata/index.html">Errata</a></li>
|
||||
<li>Installation Instructions:
|
||||
<a href="&base;/relnotes/5-STABLE/installation/alpha/index.html">alpha</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/installation/amd64/index.html">amd64</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/installation/i386/index.html">i386</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/installation/ia64/index.html">ia64</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/installation/pc98/index.html">pc98</a>,
|
||||
<a href="&base;/relnotes/5-STABLE/installation/sparc64/index.html">sparc64</a></li>
|
||||
|
||||
<li><a href="&base;/relnotes/5-STABLE/errata/index.html">Errata</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>FreeBSD 4-STABLE Release Documentation</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="&base;/relnotes/4-STABLE/readme/index.html">README</a></li>
|
||||
|
||||
<li>Release Notes:
|
||||
<a href="&base;/relnotes/4-STABLE/relnotes/alpha/index.html">alpha</a>,
|
||||
<a href="&base;/relnotes/4-STABLE/relnotes/i386/index.html">i386</a></li>
|
||||
|
||||
<li>Hardware Notes:
|
||||
<a href="&base;/relnotes/4-STABLE/hardware/alpha/index.html">alpha</a>,
|
||||
<a href="&base;/relnotes/4-STABLE/hardware/i386/index.html">i386</a></li>
|
||||
|
||||
<li>Installation Instructions:
|
||||
<a href="&base;/relnotes/4-STABLE/installation/alpha/index.html">alpha</a>,
|
||||
<a href="&base;/relnotes/4-STABLE/installation/i386/index.html">i386</a></li>
|
||||
|
||||
<li><a href="&base;/relnotes/4-STABLE/errata/index.html">Errata</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Other Sites</h2>
|
||||
|
|
Loading…
Reference in a new issue