Fix URL and some wording changes.

This commit is contained in:
Hiroki Sato 2005-02-13 17:38:31 +00:00
parent e6f0cf8870
commit 7d697c0e0e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23790

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY date "$FreeBSD: www/en/snapshots/index.sgml,v 1.1 2005/02/10 21:30:18 hrs Exp $">
<!ENTITY title "FreeBSD Snapshot Releases">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY url.snapshots "ftp://ftp.freebsd.org/snapshots">
<!ENTITY url.snapshots "ftp://ftp.freebsd.org/pub/FreeBSD/snapshots">
]>
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/snapshots/index.sgml,v 1.1 2005/02/10 21:30:18 hrs Exp $ -->
<html>
&header;
@ -25,15 +25,10 @@
<p>The snapshots currently available are the following:</p>
<ul>
<li><a href="&url.snapshots;/Feb_2005/">5-STABLE February, 2005</a>
<ul>
<li><a href="&url.snapshots;/Feb_2005/RELNOTES.TXT">abridged release notes</a></li>
</ul>
</li>
<li><a href="&url.snapshots;/Feb_2005/">Snapshots in February, 2005 (alpha, amd64, i386, ia64, pc98, sparc64)</a></li>
<!-- template for adding a new entry:
<li><a href="&url.snapshots;/Feb_2005/">5-STABLE February, 2005</a>
<li><a href="&url.snapshots;/Feb_2005/">Snapshots in February, 2005 (alpha, amd64, i386, ia64, pc98, sparc64)</a>
<ul>
<li><a href="&url.snapshots;/Feb_2005/RELNOTES.TXT">abridged release notes</a></li>
@ -46,11 +41,10 @@
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#CURRENT">6-CURRENT</a>
and <a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#STABLE">5-STABLE</a>
are released monthly in URLs in the format
<tt>ftp://ftp.freebsd.org/snapshots/&lt;month&gt;_&lt;year&gt;/&lt;arch&gt;/</tt>
<tt>ftp://ftp.freebsd.org/snapshots/&lt;month&gt;_&lt;year&gt;/</tt>
where <tt>&lt;year&gt;</tt> is the year,
<tt>&lt;month&gt;</tt> is the month the snapshot was released,
and <tt>&lt;arch&gt;</tt> is the architecture which the snapshot for.
Each snapshot directory contains a <tt>RELNOTES.TXT</tt>
<tt>&lt;month&gt;</tt> is the month the snapshot was released.
Each snapshot directory might contain a <tt>RELNOTES.TXT</tt>
file which outlines the changes for the particular snapshot.</p>
<h2>Things You Might Want to Know</h2>