Add support in the Web site for the concept of two releases that may
both be considered "current".
This commit is contained in:
parent
cca419b92a
commit
d9c8fbb16a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15709
4 changed files with 61 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/includes.sgml,v 1.53 2002/10/10 14:31:53 murray Exp $ -->
|
||||
<!-- $FreeBSD: www/en/includes.sgml,v 1.54 2003/01/01 19:23:22 ceri 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
|
||||
|
@ -58,7 +58,7 @@ src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0
|
|||
<address>&author;<br>&date;</address>'>
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released version of FreeBSD. This value is used to
|
||||
<!-- The currently released versions 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:
|
||||
|
@ -72,16 +72,31 @@ src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0
|
|||
(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 :-).)
|
||||
|
||||
As of 5.0, we now have the concept of two different "currently"
|
||||
released versions (from two different development branches). Use
|
||||
rel.* and u.rel.* for the "latest and greatest" version and
|
||||
rel2.* and u.rel2.* for the "conservative users" version.
|
||||
-->
|
||||
<!ENTITY rel.current '4.7'>
|
||||
<!ENTITY rel.current.date 'October, 2002'>
|
||||
<!ENTITY rel.current '5.0'>
|
||||
<!ENTITY rel.current.date 'January 2003'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
||||
<!ENTITY u.rel.announce '&base;/releases/&rel.current;R/announce.html'>
|
||||
<!ENTITY u.rel.errata '&base;/releases/&rel.current;R/errata.html'>
|
||||
<!ENTITY u.rel.hardware '&base;/releases/&rel.current;R/hardware.html'>
|
||||
<!ENTITY u.rel.early '&base;/releases/&rel.current;R/early-adopter.html'>
|
||||
|
||||
<!-- Secondary "current release" entities -->
|
||||
<!ENTITY rel2.current '4.7'>
|
||||
<!ENTITY rel2.current.date 'October 2002'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel2.notes '&base;/releases/&rel2.current;R/relnotes.html'>
|
||||
<!ENTITY u.rel2.announce '&base;/releases/&rel2.current;R/announce.html'>
|
||||
<!ENTITY u.rel2.errata '&base;/releases/&rel2.current;R/errata.html'>
|
||||
<!ENTITY u.rel2.hardware '&base;/releases/&rel2.current;R/hardware.html'>
|
||||
|
||||
<!-- macro for webbuild paper -->
|
||||
<!ENTITY webbuild '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue