diff --git a/en/releases/Makefile b/en/releases/Makefile index 95ebd77c10..c8fe8abfcd 100644 --- a/en/releases/Makefile +++ b/en/releases/Makefile @@ -1,22 +1,22 @@ -# $FreeBSD: www/en/releases/Makefile,v 1.44 2004/10/22 10:23:45 rwatson Exp $ +# $FreeBSD: www/en/releases/Makefile,v 1.45 2004/11/30 16:49:55 kensmith Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif -DOCS?= index.sgml snapshots.sgml +DOCS?= index.sgml SUBDIR= 1.1 1.1.5 2.0 2.0.5R 2.1R 2.1.5R 2.1.6R 2.1.7R 2.2R SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R SUBDIR+= 3.3R 3.4R 3.5R 4.0R 4.1R 4.1.1R 4.2R 4.3R 4.4R 4.5R 4.6R SUBDIR+= 4.6.2R 4.7R 4.8R 4.9R 4.10R 4.11R SUBDIR+= 5.0R 5.1R 5.2R 5.2.1R 5.3R 5.4R .if defined $(NEW_BUILD) SUBDIR= .endif .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/releases/snapshots.sgml b/en/releases/snapshots.sgml deleted file mode 100644 index 67a110b577..0000000000 --- a/en/releases/snapshots.sgml +++ /dev/null @@ -1,76 +0,0 @@ - - - - %includes; -]> - - - -&header; - -

What are snapshots?

- -

As part of an ongoing effort to improve the overall - release process before a release actually slips - out the door with problems that make folks mad, we are now - periodically producing interim test releases - called snapshots. These snapshots will be very similar to - full releases, except that they will be somewhat more - minimal. In particular, before getting and installing a - snapshot release, be aware of following: - -

- -

Your feedback on these snapshots is, of course, greatly - welcome. They are not just for our benefit - those who are - coming to rely on FreeBSD for mission critical - applications should welcome a chance to get at more updated - bits in a structured fashion. You can also use these - snapshots as tangible evidence that your feedback is - getting incorporated and that you (hopefully) will not have - any unpleasant surprises in the next release. On the other hand, if - you do send us hate mail next release and it turns out that you - never even tried the snapshots, well, it cuts both ways! - -

Where to find snapshots

- -

Snapshots for both FreeBSD-CURRENT and FreeBSD-STABLE - are available via anonymous FTP from - - ftp://current.FreeBSD.org/pub/FreeBSD/. - The snapshot releases are in directories named in the - format REL-YYYYMMDD-*SNAP where `REL' is the - release number (i.e. 5.2-CURRENT or 4.9-STABLE), `YYYY' - is the year, `MM' is the month, and `DD' is the - day the snapshot was released. Each snapshot directory contains a - `RELNOTES.TXT' file which outlines the changes for the - particular snapshot.

- -

Release Home -&footer; - - diff --git a/en/snapshots/Makefile b/en/snapshots/Makefile new file mode 100644 index 0000000000..398312cfe1 --- /dev/null +++ b/en/snapshots/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS?= index.sgml + +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/snapshots/Makefile.inc b/en/snapshots/Makefile.inc new file mode 100644 index 0000000000..bcacf903fe --- /dev/null +++ b/en/snapshots/Makefile.inc @@ -0,0 +1,4 @@ +# $FreeBSD$ + +WEBBASE?= /data/snapshots +WEB_PREFIX?= ${.CURDIR}/../../.. diff --git a/en/snapshots/index.sgml b/en/snapshots/index.sgml new file mode 100644 index 0000000000..4a749a549b --- /dev/null +++ b/en/snapshots/index.sgml @@ -0,0 +1,96 @@ + + + + %includes; + + +]> + + + +&header; + +

What Are Snapshots?

+ +

As part of an ongoing effort to improve the overall release process + before a release actually slips out the door with problems, + we are now periodically producing interim test releases called + snapshots. + These snapshots will be very similar to full releases, + except that they will be somewhat more minimal.

+ +

Getting Snapshots

+ +

The snapshots currently available are the following:

+ + + +

Currently the snapshots of + 6-CURRENT + and 5-STABLE + are released monthly in URLs in the format + ftp://ftp.freebsd.org/snapshots/<month>_<year>/<arch>/ + where <year> is the year, + <month> is the month the snapshot was released, + and <arch> is the architecture which the snapshot for. + Each snapshot directory contains a RELNOTES.TXT + file which outlines the changes for the particular snapshot.

+ +

Things You Might Want to Know

+ +

In particular, before getting and installing a snapshot release, + be aware of following:

+ + + +

Your feedback on these snapshots is, of course, greatly welcome. + They are not just for our benefit - those who are coming to rely + on FreeBSD for mission critical applications should welcome + a chance to get at more updated bits in a structured fashion. + You can also use these snapshots as tangible evidence that your + feedback is getting incorporated and that you (hopefully) will not have + any unpleasant surprises in the next release. + On the other hand, if you do send us hate mail next release + and it turns out that you never even tried the snapshots, + well, it cuts both ways!

+ + &footer; + +