Announce 6.0RC1.
This commit is contained in:
parent
1c704ce81a
commit
1f5817ec30
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25987
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD: www/it/includes.release.sgml,v 1.1 2005/10/08 17:21:07 ale 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
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
below to "IGNORE". If we do, use "INCLUDE". -->
|
below to "IGNORE". If we do, use "INCLUDE". -->
|
||||||
<!ENTITY % beta.testing "INCLUDE">
|
<!ENTITY % beta.testing "INCLUDE">
|
||||||
<!ENTITY betarel.current '6.0'>
|
<!ENTITY betarel.current '6.0'>
|
||||||
<!ENTITY betarel.vers 'BETA5'>
|
<!ENTITY betarel.vers 'RC1'>
|
||||||
<!ENTITY u.betarel.schedule '&enbase;/releases/&betarel.current;R/schedule.html'>
|
<!ENTITY u.betarel.schedule '&enbase;/releases/&betarel.current;R/schedule.html'>
|
||||||
|
|
||||||
<!ENTITY rel.current '5.4'>
|
<!ENTITY rel.current '5.4'>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Italian Documentation Project
|
The FreeBSD Italian Documentation Project
|
||||||
|
|
||||||
$FreeBSD: www/it/index.xsl,v 1.22 2005/10/08 17:21:07 ale Exp $
|
$FreeBSD: www/it/index.xsl,v 1.23 2005/10/08 18:47:39 ale Exp $
|
||||||
Original revision: 1.135
|
Original revision: 1.136
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<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">
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
<xsl:import href="includes.xsl"/>
|
<xsl:import href="includes.xsl"/>
|
||||||
<xsl:import href="../en/news/includes.xsl"/>
|
<xsl:import href="../en/news/includes.xsl"/>
|
||||||
|
|
||||||
<xsl:variable name="date" select="'$FreeBSD: www/it/index.xsl,v 1.22 2005/10/08 17:21:07 ale Exp $'"/>
|
<xsl:variable name="date" select="'$FreeBSD: www/it/index.xsl,v 1.23 2005/10/08 18:47:39 ale Exp $'"/>
|
||||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||||
|
|
||||||
<xsl:output type="html" encoding="iso-8859-1"
|
<xsl:output type="html" encoding="iso-8859-1"
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
</li>
|
</li>
|
||||||
<xsl:if test="$beta.testing">
|
<xsl:if test="$beta.testing">
|
||||||
<li>
|
<li>
|
||||||
<a href="{$enbase}/where.html#HELPTEST">Prossima Release
|
<a href="{$enbase}/where.html#helptest">Prossima Release
|
||||||
<xsl:value-of select="concat($betarel.current, '-', $betarel.vers)"/></a>
|
<xsl:value-of select="concat($betarel.current, '-', $betarel.vers)"/></a>
|
||||||
</li>
|
</li>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
Loading…
Reference in a new issue