svn commit: r41846 - head/en_US.ISO8859-1/htdocs/releases/8.4R

Hiroki Sato hrs at FreeBSD.org
Thu Jun 6 08:02:22 UTC 2013


Author: hrs
Date: Thu Jun  6 08:02:21 2013
New Revision: 41846
URL: http://svnweb.freebsd.org/changeset/doc/41846

Log:
  Add relnotes cover page.

Added:
  head/en_US.ISO8859-1/htdocs/releases/8.4R/relnotes.xml   (contents, props changed)
Modified:
  head/en_US.ISO8859-1/htdocs/releases/8.4R/Makefile

Modified: head/en_US.ISO8859-1/htdocs/releases/8.4R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/8.4R/Makefile	Thu Jun  6 06:26:26 2013	(r41845)
+++ head/en_US.ISO8859-1/htdocs/releases/8.4R/Makefile	Thu Jun  6 08:02:21 2013	(r41846)
@@ -7,7 +7,8 @@
 .include "../Makefile.inc"
 .endif
 
-DOCS+=	schedule.xml
+DOCS+=	relnotes.xml \
+	schedule.xml
 
 DATA=	docbook.css \
 	errata.html \

Added: head/en_US.ISO8859-1/htdocs/releases/8.4R/relnotes.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/en_US.ISO8859-1/htdocs/releases/8.4R/relnotes.xml	Thu Jun  6 08:02:21 2013	(r41846)
@@ -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>


More information about the svn-doc-head mailing list