Update the website to note that FreeBSD 4.7 is the current release of
FreeBSD.
This commit is contained in:
parent
a2ca6aceea
commit
fa89eead50
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14579
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/includes.sgml,v 1.51 2002/06/15 23:44:07 bmah Exp $ -->
|
||||
<!-- $FreeBSD: www/en/includes.sgml,v 1.52 2002/08/15 20:31:48 murray 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
|
||||
|
@ -73,8 +73,8 @@ src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0
|
|||
other doc-related things you had to do. It'll save you time and
|
||||
trouble the next time around :-).)
|
||||
-->
|
||||
<!ENTITY rel.current '4.6.2'>
|
||||
<!ENTITY rel.current.date 'August, 2002'>
|
||||
<!ENTITY rel.current '4.7'>
|
||||
<!ENTITY rel.current.date 'October, 2002'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/includes.xsl,v 1.8 2002/08/15 20:39:50 murray Exp $ -->
|
||||
<!-- $FreeBSD: www/en/includes.xsl,v 1.9 2002/08/15 20:49:48 murray Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -78,7 +78,7 @@
|
|||
<xsl:copy-of select="$date"/></address>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel.current" select='"4.6.2"'/>
|
||||
<xsl:variable name="rel.current" select='"4.7"'/>
|
||||
<xsl:variable name="u.rel.notes">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
|
||||
|
||||
|
|
Loading…
Reference in a new issue