Update Web site entities for 7.0-RELEASE. Re-enable display on
front page of multiple production releases. Add newsflash for 7.0-RELEASE.
This commit is contained in:
parent
eb5caaea4d
commit
cbd348375a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31552
3 changed files with 28 additions and 13 deletions
|
@ -4,7 +4,7 @@
|
|||
<!ENTITY title "The FreeBSD Project">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.161 2007/10/27 18:09:38 simon Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.162 2008/01/10 08:03:38 murray Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
|
||||
|
@ -102,11 +102,9 @@
|
|||
<li>
|
||||
<a href="&u.rel.announce;">Production Release &rel.current;</a>
|
||||
</li>
|
||||
<!-- Should be re-enabled when 7.0 is out IE, when rel2 = 6.X
|
||||
<li>
|
||||
<a href="&u.rel2.announce;">Production (Legacy) Release &rel2.current;</a>
|
||||
</li>
|
||||
-->
|
||||
<xsl:if test="'&beta.testing;' != 'IGNORE'">
|
||||
<li>
|
||||
<a href="&base;/where.html#helptest">Upcoming Release
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/share/sgml/news.xml,v 1.147 2008/02/26 12:36:20 ganbold Exp $
|
||||
$FreeBSD: www/share/sgml/news.xml,v 1.148 2008/02/26 14:39:20 mlaier Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -29,6 +29,23 @@
|
|||
|
||||
<month>
|
||||
<name>2</name>
|
||||
<day>
|
||||
<name>27</name>
|
||||
<event>
|
||||
<title>FreeBSD 7.0-RELEASE Available</title>
|
||||
|
||||
<p><a href="&enbase;/releases/7.0R/announce.html">FreeBSD
|
||||
7.0-RELEASE</a> is now available. The
|
||||
<a href="&enbase;/releases/7.0R/errata.html">release errata</a>
|
||||
will be updated with late-breaking news and/or
|
||||
issues with 7.0, and should be consulted before
|
||||
installation. For more information about FreeBSD releases,
|
||||
see the <a
|
||||
href="&enbase;/releases/index.html">Release Information</a>
|
||||
page.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>26</name>
|
||||
<event>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.19 2008/01/18 18:56:02 bmah Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.20 2008/02/13 22:20:51 danger Exp $ -->
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
|
@ -28,8 +28,8 @@
|
|||
<!-- If there is no release currently in the release cycle (i.e. we
|
||||
don't have something in BETAn or RCn), then change %beta.testing
|
||||
below to "IGNORE". If we do, use "INCLUDE". -->
|
||||
<!ENTITY beta.testing "INCLUDE">
|
||||
<!ENTITY % beta.testing "INCLUDE">
|
||||
<!ENTITY beta.testing "IGNORE">
|
||||
<!ENTITY % beta.testing "IGNORE">
|
||||
<!ENTITY betarel.current '7.0'>
|
||||
<!ENTITY betarel.vers 'RC2'>
|
||||
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
||||
|
@ -42,9 +42,9 @@
|
|||
<!ENTITY betarel2.vers 'RC2'>
|
||||
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
|
||||
|
||||
<!ENTITY rel.current.major '6'>
|
||||
<!ENTITY rel.current '&rel.current.major;.3'>
|
||||
<!ENTITY rel.current.date 'January 2008'>
|
||||
<!ENTITY rel.current.major '7'>
|
||||
<!ENTITY rel.current '&rel.current.major;.0'>
|
||||
<!ENTITY rel.current.date 'February 2008'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
||||
|
@ -57,9 +57,9 @@
|
|||
<!ENTITY u.rel.migration '&base;/releases/&rel.current;R/migration-guide.html'>
|
||||
|
||||
<!-- Secondary "current release" entities -->
|
||||
<!ENTITY rel2.current '5.5'>
|
||||
<!ENTITY rel2.current.date 'May 2006'>
|
||||
<!ENTITY rel2.current.major '5'>
|
||||
<!ENTITY rel2.current '6.3'>
|
||||
<!ENTITY rel2.current.date 'January 2008'>
|
||||
<!ENTITY rel2.current.major '6'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel2.notes '&base;/releases/&rel2.current;R/relnotes.html'>
|
||||
|
|
Loading…
Reference in a new issue