Add relnotes cover page.

This commit is contained in:
Hiroki Sato 2013-06-06 08:02:21 +00:00
parent 8ca8890546
commit af6e787983
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41846
2 changed files with 49 additions and 1 deletions
en_US.ISO8859-1/htdocs/releases/8.4R

View file

@ -7,7 +7,8 @@
.include "../Makefile.inc"
.endif
DOCS+= schedule.xml
DOCS+= relnotes.xml \
schedule.xml
DATA= docbook.css \
errata.html \

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "FreeBSD 8.4-RELEASE Release Notes">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&title;</title>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
</head>
<body class="navinclude.download">
<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.4-RELEASE can be
found on the &os; Web site.</p>
</blockquote>
</div>
<h1>Other Release Documentation for 8.4-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>
</body>
</html>