Make a top-level Web page that points into the new, automatically-
generated -CURRENT and 4-STABLE release notes. Nothing points to this page yet; appropriate commits to hook it into the rest of the Web site will follow after some testing.
This commit is contained in:
parent
3c690effe0
commit
d9ca234dc3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11004
2 changed files with 120 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# $FreeBSD: www/en/Makefile,v 1.70 2001/08/07 15:54:33 nik Exp $
|
# $FreeBSD: www/en/Makefile,v 1.71 2001/08/17 18:25:12 nik Exp $
|
||||||
.if exists(Makefile.conf)
|
.if exists(Makefile.conf)
|
||||||
.include "Makefile.conf"
|
.include "Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
|
@ -17,6 +17,7 @@ DOCS+= register.sgml
|
||||||
DOCS+= internet.sgml
|
DOCS+= internet.sgml
|
||||||
DOCS+= mailto.sgml
|
DOCS+= mailto.sgml
|
||||||
DOCS+= publish.sgml
|
DOCS+= publish.sgml
|
||||||
|
DOCS+= relnotes.sgml
|
||||||
DOCS+= send-pr.sgml
|
DOCS+= send-pr.sgml
|
||||||
DOCS+= support.sgml
|
DOCS+= support.sgml
|
||||||
DOCS+= where.sgml
|
DOCS+= where.sgml
|
||||||
|
|
|
||||||
118
en/relnotes.sgml
Normal file
118
en/relnotes.sgml
Normal file
|
|
@ -0,0 +1,118 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
|
<!ENTITY date "$FreeBSD$">
|
||||||
|
<!ENTITY title "Release Documentation">
|
||||||
|
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||||
|
]>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
&header;
|
||||||
|
|
||||||
|
<img src="gifs/doc.jpg" alt="" align="right" border="0" width="274" height="163">
|
||||||
|
|
||||||
|
<p>Each distribution of FreeBSD includes several documentation
|
||||||
|
files describing the particular distribution (RELEASE,
|
||||||
|
SNAPSHOTs, etc.). These files typically include:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>README: General introduction.</li>
|
||||||
|
|
||||||
|
<li>Release Notes: Information about changes from the
|
||||||
|
previous release of FreeBSD.</li>
|
||||||
|
|
||||||
|
<li>Hardware Notes: A list of hardware devices known to work
|
||||||
|
with FreeBSD.</li>
|
||||||
|
|
||||||
|
<li>Installation Instructions: A brief guide to installing
|
||||||
|
FreeBSD.</li>
|
||||||
|
|
||||||
|
<li>Errata: Late-breaking news, including corrections,
|
||||||
|
security advisories, and potential problems found after each
|
||||||
|
release.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>Of the files listed above, the release notes, hardware notes, and
|
||||||
|
installation instructions are customized for each architecture
|
||||||
|
supported by FreeBSD.</p>
|
||||||
|
|
||||||
|
<h2>RELEASE versions of FreeBSD</h2>
|
||||||
|
|
||||||
|
<p>The release documentation for each -RELEASE version of FreeBSD
|
||||||
|
(for example, &rel.current;-RELEASE) can be found on the
|
||||||
|
<a href="releases/index.html">releases</a> page of
|
||||||
|
the FreeBSD Web site, as well as its mirrors.</p>
|
||||||
|
|
||||||
|
<p>These files (usually in both HTML and text forms) can be found
|
||||||
|
in the top-level directory of each distribution (whether on
|
||||||
|
CDROM, an FTP site, or the install floppy disks).
|
||||||
|
|
||||||
|
<h2>Snapshot versions of FreeBSD</h2>
|
||||||
|
|
||||||
|
<p>The release documentation files for snapshots can generally be
|
||||||
|
found in the top-level directory of each snapshot.</p>
|
||||||
|
|
||||||
|
<h2>Documentation for -CURRENT and -STABLE</h2>
|
||||||
|
|
||||||
|
<p>Automatically-generated HTML versions of the release
|
||||||
|
documentation for FreeBSD -CURRENT and FreeBSD -STABLE are
|
||||||
|
available on the FreeBSD Web site. These documents are
|
||||||
|
continually changing; the versions on the Web site are rebuilt
|
||||||
|
at the same time that the rest of the Web site is updated.</p>
|
||||||
|
|
||||||
|
<p>The following documentation files are available for FreeBSD
|
||||||
|
-CURRENT:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="relnotes/CURRENT/en_US.ISO8859-1/readme/index.html">README</a></li>
|
||||||
|
|
||||||
|
<li>Release Notes (<a href="relnotes/CURRENT/en_US.ISO8859-1/relnotes/i386/index.html">i386</a>,
|
||||||
|
<a href="relnotes/CURRENT/en_US.ISO8859-1/relnotes/alpha/index.html">alpha</a>)</li>
|
||||||
|
|
||||||
|
<li>Hardware Notes (<a href="relnotes/CURRENT/en_US.ISO8859-1/hardware/i386/index.html">i386</a>,
|
||||||
|
<a href="relnotes/CURRENT/en_US.ISO8859-1/hardware/alpha/index.html">alpha</a>)</li>
|
||||||
|
|
||||||
|
<li>Installation Instructions (<a href="relnotes/CURRENT/en_US.ISO8859-1/installation/i386/index.html">i386</a>,
|
||||||
|
<a href="relnotes/CURRENT/en_US.ISO8859-1/installation/alpha/index.html">alpha</a>)</li>
|
||||||
|
|
||||||
|
<li><a href="relnotes/CURRENT/en_US.ISO8859-1/errata/index.html">Errata</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>The following documentation files are available for FreeBSD
|
||||||
|
4-STABLE:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="relnotes/4-STABLE/en_US.ISO8859-1/readme/index.html">README</a></li>
|
||||||
|
|
||||||
|
<li>Release Notes (<a href="relnotes/4-STABLE/en_US.ISO8859-1/relnotes/i386/index.html">i386</a>,
|
||||||
|
<a href="relnotes/4-STABLE/en_US.ISO8859-1/relnotes/alpha/index.html">alpha</a>)</li>
|
||||||
|
|
||||||
|
<li>Hardware Notes (<a href="relnotes/4-STABLE/en_US.ISO8859-1/hardware/i386/index.html">i386</a>,
|
||||||
|
<a href="relnotes/4-STABLE/en_US.ISO8859-1/hardware/alpha/index.html">alpha</a>)</li>
|
||||||
|
|
||||||
|
<li>Installation Instructions (<a href="relnotes/4-STABLE/en_US.ISO8859-1/installation/i386/index.html">i386</a>,
|
||||||
|
<a href="relnotes/4-STABLE/en_US.ISO8859-1/installation/alpha/index.html">alpha</a>)</li>
|
||||||
|
|
||||||
|
<li><a href="relnotes/4-STABLE/en_US.ISO8859-1/errata/index.html">Errata</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Other Sites</h2>
|
||||||
|
|
||||||
|
<p>Single-file HTML, PDF, and text renderings of the release
|
||||||
|
documentation for FreeBSD -CURRENT, -STABLE, and recent -RELEASE
|
||||||
|
versions can be found at the <a
|
||||||
|
href="http://people.freebsd.org/~bmah/relnotes/">Release
|
||||||
|
Documentation Snapshot Site</a>. The renderings on this page
|
||||||
|
are updated at irregular, but frequent intervals.</p>
|
||||||
|
|
||||||
|
&footer;
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Local Variables:
|
||||||
|
mode: sgml
|
||||||
|
sgml-indent-data: t
|
||||||
|
sgml-omittag: nil
|
||||||
|
sgml-always-quote-attributes: t
|
||||||
|
End:
|
||||||
|
-->
|
||||||
Loading…
Add table
Add a link
Reference in a new issue