Add a cover page for relnotes-detailed.html.
This commit is contained in:
parent
b33b7e8efa
commit
452e768b79
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38702
2 changed files with 45 additions and 1 deletions
en/releases/8.3R
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/8.3R/Makefile,v 1.3 2012/04/18 08:29:52 hrs Exp $
|
||||
# $FreeBSD: www/en/releases/8.3R/Makefile,v 1.4 2012/04/18 14:06:05 hrs Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -8,6 +8,7 @@
|
|||
.endif
|
||||
|
||||
DOCS+= announce.sgml \
|
||||
relnotes.sgml \
|
||||
schedule.sgml
|
||||
|
||||
DATA= docbook.css \
|
||||
|
|
43
en/releases/8.3R/relnotes.sgml
Normal file
43
en/releases/8.3R/relnotes.sgml
Normal file
|
@ -0,0 +1,43 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD 8.3-RELEASE Release Notes">
|
||||
<!ENTITY % navinclude.download "INCLUDE">
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<ul>
|
||||
<li><a href="relnotes-detailed.html">Release Notes</a></li>
|
||||
<li><a href="hardware.html">Hardware Notes</a></li>
|
||||
<li><a href="errata.html">Errata</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="IMPORTANT">
|
||||
<blockquote class="IMPORTANT">
|
||||
<p><b>Important:</b> All users are encouraged to consult the
|
||||
release errata before installing &os; or submitting a problem
|
||||
report. The errata document is updated with late-breaking
|
||||
information discovered late in the release cycle or after the
|
||||
release. Typically, it contains information on known bugs,
|
||||
security advisories, and corrections to documentation. An
|
||||
up-to-date copy of the errata for &os; 8.3-RELEASE can be
|
||||
found on the &os; Web site.</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
|
||||
<h1>Other Release Documentation for 8.3-RELEASE</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="announce.html">Release Announcement</a></li>
|
||||
<li><a href="readme.html">ReadMe</a></li>
|
||||
<li><a href="installation.html">Installation Instructions</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>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue