Moderize the snapshots/index.sgml file:
- Use rel.head.major and rel{,2}.current.major entities instead of hard-coding version numbers. - Comment the paragraph stating snapshots will be regularly released. - Comment the paragraph stating 10-CURRENT, 9-STABLE, and 8-STABLE snapshots are available. - Note snapshots may be outdated.
This commit is contained in:
parent
76695609ab
commit
cc9fae30e5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39465
1 changed files with 10 additions and 4 deletions
|
@ -12,6 +12,7 @@
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
|
||||||
|
<!--
|
||||||
<h2>What Are Snapshots?</h2>
|
<h2>What Are Snapshots?</h2>
|
||||||
|
|
||||||
<p>As part of an ongoing effort to improve the overall release process
|
<p>As part of an ongoing effort to improve the overall release process
|
||||||
|
@ -21,6 +22,7 @@
|
||||||
These snapshots will be very similar to full releases,
|
These snapshots will be very similar to full releases,
|
||||||
except that they might not include all the bits included in a
|
except that they might not include all the bits included in a
|
||||||
full release (such as packages and updated documentation).</p>
|
full release (such as packages and updated documentation).</p>
|
||||||
|
-->
|
||||||
|
|
||||||
<h2>Getting Snapshots</h2>
|
<h2>Getting Snapshots</h2>
|
||||||
|
|
||||||
|
@ -31,12 +33,15 @@
|
||||||
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">mirror
|
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">mirror
|
||||||
sites</a>.</p>
|
sites</a>.</p>
|
||||||
|
|
||||||
|
<p>Please note that sometimes the snapshots available to download
|
||||||
|
may be somewhat outdated.</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">9-CURRENT</a>,
|
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#CURRENT">&rel.head.major;-CURRENT</a>,
|
||||||
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#STABLE">8-STABLE</a>,
|
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#STABLE">&rel.current.major;-STABLE</a>,
|
||||||
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#STABLE">7-STABLE</a>,
|
|
||||||
and
|
and
|
||||||
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#STABLE">6-STABLE</a>
|
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/current-stable.html#STABLE">&rel2.current.major;-STABLE</a>,
|
||||||
are released monthly in directories whose URLs have the format
|
are released monthly in directories whose URLs have the format
|
||||||
<tt>&url.snapshots;/<year><month>/</tt>
|
<tt>&url.snapshots;/<year><month>/</tt>
|
||||||
where <tt><year></tt> is the four-digit year and
|
where <tt><year></tt> is the four-digit year and
|
||||||
|
@ -48,6 +53,7 @@
|
||||||
applicable).
|
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>
|
||||||
|
-->
|
||||||
|
|
||||||
<h2>Things You Might Want to Know</h2>
|
<h2>Things You Might Want to Know</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue