Reorganize the "current release" entities. rel.current is now the
same as in the Handbook (numerical value for the current release, e.g. "4.3"). u.rel.* are URLs to various documents for the current release.
This commit is contained in:
parent
45f9a6661d
commit
127c471407
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9400
5 changed files with 41 additions and 22 deletions
en
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/includes.sgml,v 1.39 2001/04/28 05:36:02 dd Exp $ -->
|
||||
<!-- $FreeBSD: www/en/includes.sgml,v 1.40 2001/05/07 00:50:55 kuriyama Exp $ -->
|
||||
<!--
|
||||
Base is the absolute URL for the given page, minus the actual page
|
||||
part. It should either be specified as a fully qualified URL, or
|
||||
|
@ -53,9 +53,28 @@ src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0
|
|||
<!ENTITY footer '<HR NOSHADE>
|
||||
<address>&author;<br>&date;</address>'>
|
||||
|
||||
<!-- Short names for various anchor points -->
|
||||
<!ENTITY a.latest.not '<a href="&base;/releases/4.3R/notes.html">'>
|
||||
<!ENTITY a.latest.ann '<a href="&base;/releases/4.3R/announce.html">'>
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released version of FreeBSD. This value is used to
|
||||
create some links on web sites and such, so do NOT change it until
|
||||
it's really release time. When you update this, you should also
|
||||
update (at least) the following:
|
||||
|
||||
- similar entity in the Handbook
|
||||
- similar entity in the Relnotes
|
||||
- releases/index.sgml has the date of the current release
|
||||
- the FAQ has links to the release FTP url
|
||||
- "versions supported" in security.sgml
|
||||
|
||||
(If you're the release engineer, feel free to update this list with
|
||||
other doc-related things you had to do. It'll save you time and
|
||||
trouble the next time around :-).)
|
||||
-->
|
||||
<!ENTITY rel.current '4.3'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/notes.html'>
|
||||
<!ENTITY u.rel.announce '&base;/releases/&rel.current;R/announce.html'>
|
||||
<!ENTITY u.rel.errata '&base;/releases/&rel.current;R/errata.html'>
|
||||
|
||||
|
||||
<!-- macro for webbuild paper -->
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY title "The FreeBSD Project">
|
||||
<!ENTITY date "$FreeBSD: www/en/index.sgml,v 1.115 2001/05/05 19:24:31 wosch Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/index.sgml,v 1.117 2001/05/09 08:08:46 nik Exp $">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
@ -132,15 +132,15 @@ href="ru/index.html">Russian</a>, <a href="support.html#web">Other</a>
|
|||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2" align="center"><b>Current Release:
|
||||
4.3</b></td>
|
||||
&rel.current;</b></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><small>» <a href="&base;/releases/4.3R/announce.html">Announcement</a><br>
|
||||
<td><small>» <a href="&u.rel.announce;">Announcement</a><br>
|
||||
» <a href="&base;/doc/en_US.ISO_8859-1/books/handbook/install.html">Installation Guide</a></small></td>
|
||||
|
||||
<td><small>» <a href="&base;/releases/4.3R/notes.html">Release Notes</a><br>
|
||||
» <a href="&base;/releases/4.3R/errata.html">Errata</a></small></td>
|
||||
<td><small>» <a href="&u.rel.notes;">Release Notes</a><br>
|
||||
» <a href="&u.rel.errata;">Errata</a></small></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/newbies.sgml,v 1.18 2001/04/11 22:31:46 dd Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/newbies.sgml,v 1.19 2001/04/17 12:21:55 nik Exp $">
|
||||
<!ENTITY title 'Resources for Newbies'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/projects/newbies.sgml,v 1.18 2001/04/11 22:31:46 dd Exp $ -->
|
||||
<!-- $FreeBSD: www/en/projects/newbies.sgml,v 1.19 2001/04/17 12:21:55 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -48,7 +48,7 @@
|
|||
|
||||
<ul>
|
||||
<li><p>If you haven't installed yet, look for the
|
||||
&a.latest.ann;latest mainstream release</a>.
|
||||
<a href="&u.rel.announce;">latest mainstream release</a>.
|
||||
(See the Handbook for why you should <strong>not</strong> be tempted
|
||||
by any of the other branches.) Before you begin, carefully read the
|
||||
<a href="../handbook/install.html">installation instructions</a>,
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/index.sgml,v 1.53 2001/04/22 17:49:53 wosch Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/index.sgml,v 1.54 2001/04/28 05:36:04 dd Exp $">
|
||||
<!ENTITY title "Release Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/releases/index.sgml,v 1.53 2001/04/22 17:49:53 wosch Exp $ -->
|
||||
<!-- $FreeBSD: www/en/releases/index.sgml,v 1.54 2001/04/28 05:36:04 dd Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -16,11 +16,11 @@ the <A HREF="&base;/news/newsflash.html">Newsflash</A> page.</em></p>
|
|||
<a name="current"></A>
|
||||
<h2>Current Release(s)</h2>
|
||||
|
||||
<p><b>Release 4.3</b> (April, 2001)
|
||||
<p><b>Release &rel.current;</b> (April 2001)
|
||||
<em>
|
||||
<A HREF="./4.3R/announce.html">Announcement</A> :
|
||||
<A HREF="./4.3R/notes.html">Release Notes</A> :
|
||||
<A HREF="./4.3R/errata.html">Errata</A>
|
||||
<a href="&u.rel.announce;">Announcement</a> :
|
||||
<a href="&u.rel.notes;">Release Notes</a> :
|
||||
<a href="&u.rel.errata;">Errata</a>
|
||||
</em></p>
|
||||
|
||||
<p>The latest daily release from our <A
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/where.sgml,v 1.48 2001/04/22 05:50:59 jkh Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/where.sgml,v 1.49 2001/04/28 05:36:02 dd Exp $">
|
||||
<!ENTITY title "Getting FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/where.sgml,v 1.48 2001/04/22 05:50:59 jkh Exp $ -->
|
||||
<!-- $FreeBSD: www/en/where.sgml,v 1.49 2001/04/28 05:36:02 dd Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -38,8 +38,8 @@
|
|||
href="ftp://ftp.FreeBSD.org/pub/FreeBSD">ftp://ftp.FreeBSD.org/pub/FreeBSD</a>:
|
||||
|
||||
<ul>
|
||||
<li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/4.3-RELEASE">FreeBSD 4.3-RELEASE/alpha</a></li>
|
||||
<li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/4.3-RELEASE">FreeBSD 4.3-RELEASE/i386</a></li>
|
||||
<li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/&rel.current;-RELEASE">FreeBSD &rel.current;-RELEASE/alpha</a></li>
|
||||
<li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/&rel.current;-RELEASE">FreeBSD &rel.current;-RELEASE/i386</a></li>
|
||||
<li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/">FreeBSD ISO-IMAGES/i386</a></li>
|
||||
<li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/ISO-IMAGES/">FreeBSD ISO-IMAGES/alpha</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue