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">
|
<!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: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"/>
|
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
|
||||||
|
@ -102,11 +102,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="&u.rel.announce;">Production Release &rel.current;</a>
|
<a href="&u.rel.announce;">Production Release &rel.current;</a>
|
||||||
</li>
|
</li>
|
||||||
<!-- Should be re-enabled when 7.0 is out IE, when rel2 = 6.X
|
|
||||||
<li>
|
<li>
|
||||||
<a href="&u.rel2.announce;">Production (Legacy) Release &rel2.current;</a>
|
<a href="&u.rel2.announce;">Production (Legacy) Release &rel2.current;</a>
|
||||||
</li>
|
</li>
|
||||||
-->
|
|
||||||
<xsl:if test="'&beta.testing;' != 'IGNORE'">
|
<xsl:if test="'&beta.testing;' != 'IGNORE'">
|
||||||
<li>
|
<li>
|
||||||
<a href="&base;/where.html#helptest">Upcoming Release
|
<a href="&base;/where.html#helptest">Upcoming Release
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<news>
|
<news>
|
||||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||||
<cvs:keyword name="freebsd">
|
<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:keyword>
|
||||||
</cvs:keywords>
|
</cvs:keywords>
|
||||||
|
|
||||||
|
@ -29,6 +29,23 @@
|
||||||
|
|
||||||
<month>
|
<month>
|
||||||
<name>2</name>
|
<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>
|
<day>
|
||||||
<name>26</name>
|
<name>26</name>
|
||||||
<event>
|
<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/ -->
|
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||||
<!-- The currently released versions of FreeBSD. This value is used to
|
<!-- 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
|
<!-- 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
|
don't have something in BETAn or RCn), then change %beta.testing
|
||||||
below to "IGNORE". If we do, use "INCLUDE". -->
|
below to "IGNORE". If we do, use "INCLUDE". -->
|
||||||
<!ENTITY beta.testing "INCLUDE">
|
<!ENTITY beta.testing "IGNORE">
|
||||||
<!ENTITY % beta.testing "INCLUDE">
|
<!ENTITY % beta.testing "IGNORE">
|
||||||
<!ENTITY betarel.current '7.0'>
|
<!ENTITY betarel.current '7.0'>
|
||||||
<!ENTITY betarel.vers 'RC2'>
|
<!ENTITY betarel.vers 'RC2'>
|
||||||
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
||||||
|
@ -42,9 +42,9 @@
|
||||||
<!ENTITY betarel2.vers 'RC2'>
|
<!ENTITY betarel2.vers 'RC2'>
|
||||||
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
|
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
|
||||||
|
|
||||||
<!ENTITY rel.current.major '6'>
|
<!ENTITY rel.current.major '7'>
|
||||||
<!ENTITY rel.current '&rel.current.major;.3'>
|
<!ENTITY rel.current '&rel.current.major;.0'>
|
||||||
<!ENTITY rel.current.date 'January 2008'>
|
<!ENTITY rel.current.date 'February 2008'>
|
||||||
|
|
||||||
<!-- URLs to information on the latest release -->
|
<!-- URLs to information on the latest release -->
|
||||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
<!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'>
|
<!ENTITY u.rel.migration '&base;/releases/&rel.current;R/migration-guide.html'>
|
||||||
|
|
||||||
<!-- Secondary "current release" entities -->
|
<!-- Secondary "current release" entities -->
|
||||||
<!ENTITY rel2.current '5.5'>
|
<!ENTITY rel2.current '6.3'>
|
||||||
<!ENTITY rel2.current.date 'May 2006'>
|
<!ENTITY rel2.current.date 'January 2008'>
|
||||||
<!ENTITY rel2.current.major '5'>
|
<!ENTITY rel2.current.major '6'>
|
||||||
|
|
||||||
<!-- URLs to information on the latest release -->
|
<!-- URLs to information on the latest release -->
|
||||||
<!ENTITY u.rel2.notes '&base;/releases/&rel2.current;R/relnotes.html'>
|
<!ENTITY u.rel2.notes '&base;/releases/&rel2.current;R/relnotes.html'>
|
||||||
|
|
Loading…
Reference in a new issue