Add glue pages for 5.4R release documents (not hooked up to the build yet).

This commit is contained in:
Hiroki Sato 2005-05-05 18:35:13 +00:00
parent 2d6f55e769
commit 99253d209e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24462
4 changed files with 116 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/releases/5.4R/Makefile,v 1.1 2004/10/22 09:49:00 rwatson Exp $
# $FreeBSD: www/en/releases/5.4R/Makefile,v 1.2 2005/01/30 20:10:05 kensmith Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -7,8 +7,34 @@
.include "../Makefile.inc"
.endif
DOCS= schedule.sgml todo.sgml
DOCS= todo.sgml schedule.sgml
#DOCS+= announce.sgml
#DOCS+= hardware.sgml
#DOCS+= installation.sgml
#DOCS+= relnotes.sgml
DATA= docbook.css
#DATA+= errata.html
#DATA+= migration-guide.html
#DATA+= hardware-alpha.html
#DATA+= hardware-amd64.html
#DATA+= hardware-ia64.html
#DATA+= hardware-i386.html
#DATA+= hardware-pc98.html
#DATA+= hardware-sparc64.html
#DATA+= installation-alpha.html
#DATA+= installation-amd64.html
#DATA+= installation-ia64.html
#DATA+= installation-i386.html
#DATA+= installation-pc98.html
#DATA+= installation-sparc64.html
#DATA+= readme.html
#DATA+= relnotes-alpha.html
#DATA+= relnotes-amd64.html
#DATA+= relnotes-ia64.html
#DATA+= relnotes-i386.html
#DATA+= relnotes-pc98.html
#DATA+= relnotes-sparc64.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"

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.4-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.4-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,29 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 5.4-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.4-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,29 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 5.4-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.4-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>