Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 2004 19:36:12 +0200
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        Patrick Bachelier <patrick.bachelier@serience.com>
Cc:        www@freebsd.org
Subject:   Re: Document not found - http://www.freebsd.org/releases/5.3R/early-adopter.html
Message-ID:  <20041123173612.GA25531@orion.daedalusnetworks.priv>
In-Reply-To: <000501c4d168$df5a7d70$5432a8c0@delst084>
References:  <000501c4d168$df5a7d70$5432a8c0@delst084>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-11-23 15:29, Patrick Bachelier <patrick.bachelier@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&#233;cente :
-				  <xsl:value-of select="$rel.current"/></b></font></a><br/>
-			    <small>&#183; <a href="{$u.rel.announce}">Annonce</a><br/>
-			      &#183; <a href="{$enbase}/doc/{$url.doc.langcode}/books/handbook/install.html">Guide d'installation</a><br/>
-			      &#183; <a href="{$u.rel.notes}">Notes</a><br/>
-			      &#183; <a href="{$u.rel.hardware}">Compatibilit&#233; mat&#233;riel</a><br/>
-			      &#183; <a href="{$u.rel.errata}">Errata</a><br/>
-			      &#183; <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>&#183; <a href="{$base}/doc/en_US.ISO8859-1/books/handbook/install.html">Guide d'installation</a><br/>
+                              &#183; <a href="{$u.rel.notes}">Notes</a><br/>
+                              &#183; <a href="{$u.rel.hardware}">Compatibilit&#233; mat&#233;riel</a><br/>
+                              &#183; <a href="{$u.rel.errata}">Errata</a><br/>
+                              &#183; <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/>
 
%%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041123173612.GA25531>