From d9ca234dc3e26810e4948bca286a3c6c76772b12 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Mon, 22 Oct 2001 20:15:18 +0000 Subject: [PATCH] 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. --- en/Makefile | 3 +- en/relnotes.sgml | 118 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 en/relnotes.sgml diff --git a/en/Makefile b/en/Makefile index dd89a0593d..35b5469d86 100644 --- a/en/Makefile +++ b/en/Makefile @@ -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) .include "Makefile.conf" .endif @@ -17,6 +17,7 @@ DOCS+= register.sgml DOCS+= internet.sgml DOCS+= mailto.sgml DOCS+= publish.sgml +DOCS+= relnotes.sgml DOCS+= send-pr.sgml DOCS+= support.sgml DOCS+= where.sgml diff --git a/en/relnotes.sgml b/en/relnotes.sgml new file mode 100644 index 0000000000..001ce1caaa --- /dev/null +++ b/en/relnotes.sgml @@ -0,0 +1,118 @@ + + + %includes; +]> + + + &header; + + + +

Each distribution of FreeBSD includes several documentation + files describing the particular distribution (RELEASE, + SNAPSHOTs, etc.). These files typically include:

+ + + +

Of the files listed above, the release notes, hardware notes, and + installation instructions are customized for each architecture + supported by FreeBSD.

+ +

RELEASE versions of FreeBSD

+ +

The release documentation for each -RELEASE version of FreeBSD + (for example, &rel.current;-RELEASE) can be found on the + releases page of + the FreeBSD Web site, as well as its mirrors.

+ +

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). + +

Snapshot versions of FreeBSD

+ +

The release documentation files for snapshots can generally be + found in the top-level directory of each snapshot.

+ +

Documentation for -CURRENT and -STABLE

+ +

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.

+ +

The following documentation files are available for FreeBSD + -CURRENT:

+ + + +

The following documentation files are available for FreeBSD + 4-STABLE:

+ + + +

Other Sites

+ +

Single-file HTML, PDF, and text renderings of the release + documentation for FreeBSD -CURRENT, -STABLE, and recent -RELEASE + versions can be found at the Release + Documentation Snapshot Site. The renderings on this page + are updated at irregular, but frequent intervals.

+ + &footer; + + + + +