Glue and infrastructure for 5.0-DP2 release documentation.
This commit is contained in:
parent
fb282542a3
commit
a3d3935132
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14924
4 changed files with 115 additions and 0 deletions
31
en/releases/5.0R/DP2/Makefile
Normal file
31
en/releases/5.0R/DP2/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= hardware.sgml relnotes.sgml installation.sgml
|
||||
# DOCS+= announce.sgml
|
||||
# contents.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
DATA+= errata.html
|
||||
DATA+= early-adopter.html
|
||||
DATA+= hardware-alpha.html
|
||||
DATA+= hardware-i386.html
|
||||
DATA+= hardware-pc98.html
|
||||
DATA+= hardware-sparc64.html
|
||||
DATA+= relnotes-alpha.html
|
||||
DATA+= relnotes-i386.html
|
||||
DATA+= relnotes-pc98.html
|
||||
DATA+= relnotes-sparc64.html
|
||||
DATA+= installation-alpha.html
|
||||
DATA+= installation-i386.html
|
||||
DATA+= installation-pc98.html
|
||||
DATA+= installation-sparc64.html
|
||||
# DATA+= cd1.txt cd2.txt cd3.txt cd4.txt
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
28
en/releases/5.0R/DP2/hardware.sgml
Normal file
28
en/releases/5.0R/DP2/hardware.sgml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD 5.0-DP2 Hardware Notes">
|
||||
<!ENTITY % includes SYSTEM "../../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>The hardware notes for FreeBSD are customized for different
|
||||
platforms, as some of the changes made to FreeBSD apply only to
|
||||
specific processor architectures.</p>
|
||||
|
||||
<p>Hardware notes for FreeBSD 5.0-DP2 are available for the following
|
||||
platforms:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="hardware-alpha.html">alpha</a></li>
|
||||
<li><a href="hardware-i386.html">i386</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>
|
28
en/releases/5.0R/DP2/installation.sgml
Normal file
28
en/releases/5.0R/DP2/installation.sgml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD 5.0-DP2 Installation Notes">
|
||||
<!ENTITY % includes SYSTEM "../../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>The installation notes for FreeBSD are customized for different
|
||||
platforms, as some of the changes made to FreeBSD apply only to
|
||||
specific processor architectures.</p>
|
||||
|
||||
<p>Installation notes for FreeBSD 5.0-DP2 are available for the following
|
||||
platforms:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="installation-alpha.html">alpha</a></li>
|
||||
<li><a href="installation-i386.html">i386</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>
|
28
en/releases/5.0R/DP2/relnotes.sgml
Normal file
28
en/releases/5.0R/DP2/relnotes.sgml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD 5.0-DP2 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.0-DP2 are available for the following
|
||||
platforms:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="relnotes-alpha.html">alpha</a></li>
|
||||
<li><a href="relnotes-i386.html">i386</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>
|
Loading…
Reference in a new issue