Document not found -
http://www.freebsd.org/releases/5.3R/early-adopter.html
Giorgos Keramidas
keramida at freebsd.org
Tue Nov 23 09:36:17 PST 2004
On 2004-11-23 15:29, Patrick Bachelier <patrick.bachelier at serience.com> wrote:
>
> http://www.freebsd.org/fr/index.html
The following patch should fix things.
I've Cc'ed Marc Fonvieille, who is one of our French committers.
He can check that I haven't made any serious mistakes and update the
links of the French web site :-)
%%%
Index: index.xsl
===================================================================
RCS file: /home/ncvs/www/fr/index.xsl,v
retrieving revision 1.10
diff -u -u -r1.10 index.xsl
--- index.xsl 29 Feb 2004 13:20:40 -0000 1.10
+++ index.xsl 23 Nov 2004 17:33:38 -0000
@@ -241,19 +241,18 @@
<table cellpadding="4" cellspacing="0" border="0"
bgcolor="#ffcc66" width="100%">
<tr>
- <td valign="top"><p>
- <a href="{$u.rel.early}">
- <font size="+1" color="#990000"><b>Version la plus récente :
- <xsl:value-of select="$rel.current"/></b></font></a><br/>
- <small>· <a href="{$u.rel.announce}">Annonce</a><br/>
- · <a href="{$enbase}/doc/{$url.doc.langcode}/books/handbook/install.html">Guide d'installation</a><br/>
- · <a href="{$u.rel.notes}">Notes</a><br/>
- · <a href="{$u.rel.hardware}">Compatibilité matériel</a><br/>
- · <a href="{$u.rel.errata}">Errata</a><br/>
- · <a href="{$u.rel.early}">Guide pour les premiers utilisateurs</a></small></p>
-
- <p>
- <a href="{$u.rel2.announce}">
+ <td valign="top">
+ <p><a href="{$u.rel.announce}">
+ <font size="+1" color="#990000"><b>Production Release:
+ <xsl:value-of select="$rel.current"/></b></font></a><br/>
+ <small>· <a href="{$base}/doc/en_US.ISO8859-1/books/handbook/install.html">Guide d'installation</a><br/>
+ · <a href="{$u.rel.notes}">Notes</a><br/>
+ · <a href="{$u.rel.hardware}">Compatibilité matériel</a><br/>
+ · <a href="{$u.rel.errata}">Errata</a><br/>
+ · <a href="{$u.rel.migration}">Guide de Migration</a></small>
+ </p>
+
+ <p><a href="{$u.rel2.announce}">
<font size="+1" color="#990000"><b>Version de production :
<xsl:value-of select="$rel2.current"/></b></font></a><br/>
%%%
More information about the freebsd-www
mailing list