Use &url.snapshots; to keep consistency.
This commit is contained in:
parent
5d07c498cb
commit
903f2a96b3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23792
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
<!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.1 2005/02/10 21:30:18 hrs Exp $">
|
<!ENTITY date "$FreeBSD: www/en/snapshots/index.sgml,v 1.2 2005/02/13 17:38:31 hrs Exp $">
|
||||||
<!ENTITY title "FreeBSD Snapshot Releases">
|
<!ENTITY title "FreeBSD Snapshot Releases">
|
||||||
<!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.1 2005/02/10 21:30:18 hrs Exp $ -->
|
<!-- $FreeBSD: www/en/snapshots/index.sgml,v 1.2 2005/02/13 17:38:31 hrs Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#CURRENT">6-CURRENT</a>
|
<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>
|
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
|
are released monthly in URLs in the format
|
||||||
<tt>ftp://ftp.freebsd.org/snapshots/<month>_<year>/</tt>
|
<tt>&url.snapshots;/<month>_<year>/</tt>
|
||||||
where <tt><year></tt> is the year,
|
where <tt><year></tt> is the year,
|
||||||
<tt><month></tt> is the month the snapshot was released.
|
<tt><month></tt> is the month the snapshot was released.
|
||||||
Each snapshot directory might contain a <tt>RELNOTES.TXT</tt>
|
Each snapshot directory might contain a <tt>RELNOTES.TXT</tt>
|
||||||
|
|
Loading…
Reference in a new issue