Add "glue" pages for 5.3 release documentation.

Not hooked up to the build yet.
This commit is contained in:
Hiroki Sato 2004-10-30 17:32:56 +00:00
parent 11d754a08c
commit b9be402cab
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22736
3 changed files with 91 additions and 0 deletions

View file

@ -0,0 +1,31 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 5.3-RELEASE Hardware Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<p>The hardware notes for FreeBSD are customized for different
platforms, as many devices are only supported on (or are
only relevant for)
specific processors or architectures.</p>
<p>Hardware notes for FreeBSD 5.3-RELEASE are available for the following
platforms:</p>
<ul>
<li><a href="hardware-alpha.html">alpha</a></li>
<li><a href="hardware-amd64.html">amd64</a></li>
<li><a href="hardware-i386.html">i386</a></li>
<li><a href="hardware-ia64.html">ia64</a></li>
<li><a href="hardware-pc98.html">pc98</a></li>
<li><a href="hardware-sparc64.html">sparc64</a></li>
</ul>
<p>A list of all platforms currently under development can be found
on the <a href="../../platforms/index.html">Supported
Platforms</a> page.</p>
</html>

View file

@ -0,0 +1,30 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 5.3-RELEASE Installation Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<p>The installation notes for FreeBSD are customized for different
platforms, as the procedures for installing FreeBSD are highly
dependent on the hardware platform.</p>
<p>Installation notes for FreeBSD 5.3-RELEASE are available for
the following platforms:</p>
<ul>
<li><a href="installation-alpha.html">alpha</a></li>
<li><a href="installation-amd64.html">amd64</a></li>
<li><a href="installation-i386.html">i386</a></li>
<li><a href="installation-ia64.html">ia64</a></li>
<li><a href="installation-pc98.html">pc98</a></li>
<li><a href="installation-sparc64.html">sparc64</a></li>
</ul>
<p>A list of all platforms currently under development can be found
on the <a href="../../platforms/index.html">Supported
Platforms</a> page.</p>
</html>

View file

@ -0,0 +1,30 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 5.3-RELEASE Release Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<p>The release notes for FreeBSD are customized for different
platforms, as some of the changes made to FreeBSD apply only to
specific processor architectures.</p>
<p>Release notes for FreeBSD 5.3-RELEASE are available for the following
platforms:</p>
<ul>
<li><a href="relnotes-alpha.html">alpha</a></li>
<li><a href="relnotes-amd64.html">amd64</a></li>
<li><a href="relnotes-i386.html">i386</a></li>
<li><a href="relnotes-ia64.html">ia64</a></li>
<li><a href="relnotes-pc98.html">pc98</a></li>
<li><a href="relnotes-sparc64.html">sparc64</a></li>
</ul>
<p>A list of all platforms currently under development can be found
on the <a href="../../platforms/index.html">Supported
Platforms</a> page.</p>
</html>