Remove commas between months and years (e.g. "June, 2006" -> "June

2006").

Update format of URLs, supported branches for reality.

Fix up some places where I thought wording was awkward.
This commit is contained in:
Bruce A. Mah 2006-06-18 14:00:34 +00:00
parent 6d796d23c7
commit 7d7ccfc49b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28122

View file

@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/snapshots/index.sgml,v 1.18 2006/05/14 13:38:17 kensmith Exp $"> <!ENTITY date "$FreeBSD: www/en/snapshots/index.sgml,v 1.19 2006/06/18 05:41:28 bmah Exp $">
<!ENTITY title "FreeBSD Snapshot Releases"> <!ENTITY title "FreeBSD Snapshot Releases">
<!ENTITY % navincludes SYSTEM "../includes.navdownload.sgml"> %navincludes; <!ENTITY % navincludes SYSTEM "../includes.navdownload.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY url.snapshots "ftp://ftp.freebsd.org/pub/FreeBSD/snapshots"> <!ENTITY url.snapshots "ftp://ftp.freebsd.org/pub/FreeBSD/snapshots">
]> ]>
<!-- $FreeBSD: www/en/snapshots/index.sgml,v 1.18 2006/05/14 13:38:17 kensmith Exp $ --> <!-- $FreeBSD: www/en/snapshots/index.sgml,v 1.19 2006/06/18 05:41:28 bmah Exp $ -->
<html> <html>
&header; &header;
@ -19,21 +19,22 @@
we are now periodically producing interim test releases called we are now periodically producing interim test releases called
<em>snapshots</em>. <em>snapshots</em>.
These snapshots will be very similar to full releases, These snapshots will be very similar to full releases,
except that they will be somewhat more minimal.</p> except that they might not include all the bits included in a
full release (such as packages and updated documentation).</p>
<h2>Getting Snapshots</h2> <h2>Getting Snapshots</h2>
<p>The latest snapshots made available are the following:</p> <p>The latest snapshots made available are the following:</p>
<ul> <ul>
<li><a href="&url.snapshots;/200606/">Snapshots in June, 2006</a></li> <li><a href="&url.snapshots;/200606/">Snapshots in June 2006</a></li>
<li><a href="&url.snapshots;/200605/">Snapshots in May, 2006</a></li> <li><a href="&url.snapshots;/200605/">Snapshots in May 2006</a></li>
<li><a href="&url.snapshots;/Mar_2006/">Snapshots in March, 2006</a></li> <li><a href="&url.snapshots;/Mar_2006/">Snapshots in March 2006</a></li>
<li><a href="&url.snapshots;/Feb_2006/">Snapshots in February, 2006</a></li> <li><a href="&url.snapshots;/Feb_2006/">Snapshots in February 2006</a></li>
<li><a href="&url.snapshots;/Jan_2006/">Snapshots in January, 2006</a></li> <li><a href="&url.snapshots;/Jan_2006/">Snapshots in January 2006</a></li>
<!-- template for adding a new entry: <!-- template for adding a new entry:
<li><a href="&url.snapshots;/200605/">Snapshots in May, 2006 (alpha, amd64, i386, ia64, pc98, sparc64)</a> <li><a href="&url.snapshots;/200605/">Snapshots in May 2006 (alpha, amd64, i386, ia64, pc98, sparc64)</a>
</li> </li>
--> -->
</ul> </ul>
@ -46,14 +47,18 @@
your need is present.</p> your need is present.</p>
<p>Currently the snapshots of <p>Currently the snapshots of
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#CURRENT">7-CURRENT</a>, <a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#CURRENT">7-CURRENT</a>
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#STABLE">6-STABLE</a>, and
and <a <a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#STABLE">6-STABLE</a>
href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#STABLE">5-STABLE</a> are released monthly in directories whose URLs have the format
are released monthly in URLs in the format <tt>&url.snapshots;/&lt;year&gt;&lt;month&gt;/</tt>
<tt>&url.snapshots;/&lt;month&gt;_&lt;year&gt;/</tt> where <tt>&lt;year&gt;</tt> is the four-digit year and
where <tt>&lt;year&gt;</tt> is the year, <tt>&lt;month&gt;</tt> is the two-digit month in which the snapshot was released.
<tt>&lt;month&gt;</tt> is the month the snapshot was released. For each supported platform, the snapshot includes ISO images of
the <tt>bootonly</tt>,
<tt>disc1</tt>, and <tt>disc2</tt> disks (plus
the separate <tt>livefs</tt> disk on platforms where this is
applicable).
Each snapshot directory might contain a <tt>RELNOTES.TXT</tt> Each snapshot directory might contain a <tt>RELNOTES.TXT</tt>
file which outlines the changes for the particular snapshot.</p> file which outlines the changes for the particular snapshot.</p>
@ -64,7 +69,7 @@
<ul> <ul>
<li>The snapshots are primarily for <li>The snapshots are primarily for
testing purpose and not fully tested compared to the releases. testing purposes and not fully tested compared to the releases.
They may include experimental or degraded features that They may include experimental or degraded features that
can corrupt your existing system.</li> can corrupt your existing system.</li>
@ -77,6 +82,9 @@
Although people can and will, of course, refer to snapshots Although people can and will, of course, refer to snapshots
by date in mail or netnews, do not confuse them.</li> by date in mail or netnews, do not confuse them.</li>
<li>Snapshots might not include package sets, but will generally
include a ports tree.</li>
<li>Finally, we will not necessarily update the documentation. <li>Finally, we will not necessarily update the documentation.
For example, <tt>README</tt> may still refer For example, <tt>README</tt> may still refer
to a previous release. This is because that is much less important to a previous release. This is because that is much less important