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:
Dima Dorfman 2001-05-09 23:45:38 +00:00
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

View file

@ -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 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 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> <!ENTITY footer '<HR NOSHADE>
<address>&author;<br>&date;</address>'> <address>&author;<br>&date;</address>'>
<!-- Short names for various anchor points --> <!-- XXX rel.current and u.rel.* should be available in doc/ -->
<!ENTITY a.latest.not '<a href="&base;/releases/4.3R/notes.html">'> <!-- The currently released version of FreeBSD. This value is used to
<!ENTITY a.latest.ann '<a href="&base;/releases/4.3R/announce.html">'> 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 --> <!-- macro for webbuild paper -->

View file

@ -1,6 +1,6 @@
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY title "The FreeBSD Project"> <!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; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -132,15 +132,15 @@ href="ru/index.html">Russian</a>, <a href="support.html#web">Other</a>
<tbody> <tbody>
<tr> <tr>
<td colspan="2" align="center"><b>Current Release: <td colspan="2" align="center"><b>Current Release:
4.3</b></td> &rel.current;</b></td>
</tr> </tr>
<tr> <tr>
<td><small>&#187; <a href="&base;/releases/4.3R/announce.html">Announcement</a><br> <td><small>&#187; <a href="&u.rel.announce;">Announcement</a><br>
&#187; <a href="&base;/doc/en_US.ISO_8859-1/books/handbook/install.html">Installation Guide</a></small></td> &#187; <a href="&base;/doc/en_US.ISO_8859-1/books/handbook/install.html">Installation Guide</a></small></td>
<td><small>&#187; <a href="&base;/releases/4.3R/notes.html">Release Notes</a><br> <td><small>&#187; <a href="&u.rel.notes;">Release Notes</a><br>
&#187; <a href="&base;/releases/4.3R/errata.html">Errata</a></small></td> &#187; <a href="&u.rel.errata;">Errata</a></small></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!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 title 'Resources for Newbies'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!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> <html>
&header; &header;
@ -48,7 +48,7 @@
<ul> <ul>
<li><p>If you haven't installed yet, look for the <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 (See the Handbook for why you should <strong>not</strong> be tempted
by any of the other branches.) Before you begin, carefully read the by any of the other branches.) Before you begin, carefully read the
<a href="../handbook/install.html">installation instructions</a>, <a href="../handbook/install.html">installation instructions</a>,

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!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 title "Release Information">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!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> <html>
&header; &header;
@ -16,11 +16,11 @@ the <A HREF="&base;/news/newsflash.html">Newsflash</A> page.</em></p>
<a name="current"></A> <a name="current"></A>
<h2>Current Release(s)</h2> <h2>Current Release(s)</h2>
<p><b>Release 4.3</b> (April, 2001) <p><b>Release &rel.current;</b> (April 2001)
<em> <em>
<A HREF="./4.3R/announce.html">Announcement</A> : <a href="&u.rel.announce;">Announcement</a> :
<A HREF="./4.3R/notes.html">Release Notes</A> : <a href="&u.rel.notes;">Release Notes</a> :
<A HREF="./4.3R/errata.html">Errata</A> <a href="&u.rel.errata;">Errata</a>
</em></p> </em></p>
<p>The latest daily release from our <A <p>The latest daily release from our <A

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!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 title "Getting FreeBSD">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!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> <html>
&header; &header;
@ -38,8 +38,8 @@
href="ftp://ftp.FreeBSD.org/pub/FreeBSD">ftp://ftp.FreeBSD.org/pub/FreeBSD</a>: href="ftp://ftp.FreeBSD.org/pub/FreeBSD">ftp://ftp.FreeBSD.org/pub/FreeBSD</a>:
<ul> <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/alpha/&rel.current;-RELEASE">FreeBSD &rel.current;-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/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/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> <li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/ISO-IMAGES/">FreeBSD ISO-IMAGES/alpha</a></li>
</ul> </ul>