Merge from the English version:
1.15 -> 1.20 fr/includes.xsl 1.66 -> 1.90 fr/index.xsl
This commit is contained in:
parent
2ee7b1f9ff
commit
06bc980c52
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19355
2 changed files with 173 additions and 315 deletions
109
fr/includes.xsl
109
fr/includes.xsl
|
@ -1,119 +1,66 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/fr/includes.xsl,v 1.3 2003/04/06 16:35:25 stephane Exp $ -->
|
||||
<!-- $FreeBSD: www/fr/includes.xsl,v 1.4 2003/07/12 22:02:27 stephane Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.15
|
||||
Original revision: 1.20
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:import href="../share/sgml/includes.xsl" />
|
||||
|
||||
<xsl:variable name="url.doc.langcode" select="'fr_FR.ISO8859-1'" />
|
||||
|
||||
<!-- Language-specific definitions should be put below this line -->
|
||||
|
||||
<xsl:variable name="i.daemon">
|
||||
<img src="{$base}/gifs/daemon.gif" alt="" align="left" width="80" height="76"/>
|
||||
<img src="{$enbase}/gifs/daemon.gif" alt="Demon" align="left" width="80" height="76"/>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="i.new">
|
||||
<img src="{$base}/gifs/new.gif" alt="[New!]" width="28" height="11"/>
|
||||
<img src="{$enbase}/gifs/new.gif" alt="[Nouveau !]" width="28" height="11"/>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="copyright">
|
||||
<a href="{$base}/copyright/index.html">Copyright</a> © 1995-2003 Le Projet FreeBSD. Tous droits réservés.
|
||||
</xsl:variable>
|
||||
|
||||
<!-- Often used trademarks -->
|
||||
<xsl:variable name="unix" select="'UNIX®'"/>
|
||||
<xsl:variable name="java" select="'Java™'"/>
|
||||
<xsl:variable name="jdk" select="'JDK™'"/>
|
||||
|
||||
<xsl:variable name="email" select="'freebsd-questions'"/>
|
||||
<xsl:variable name="author">
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="concat($base, '/mailto.html')"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="$email"/>@FreeBSD.org</a><br/><xsl:copy-of select="$copyright"/>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="home">
|
||||
<a href="{$base}/index.html"><img src="{$base}/gifs/home.gif" alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"/></a>
|
||||
<a href="{$base}/index.html"><img src="{$enbase}/gifs/home.gif" alt="Page accueil FreeBSD" border="0" align="right" width="101" height="33"/></a>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="header1">
|
||||
<head>
|
||||
<title><xsl:value-of select="$title"/></title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE"/>
|
||||
</head>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:attribute-set name="att.body">
|
||||
<xsl:attribute name="text">#000000</xsl:attribute>
|
||||
<xsl:attribute name="bgcolor">#FFFFFF</xsl:attribute>
|
||||
<xsl:attribute name="alink">#FFCC33</xsl:attribute>
|
||||
</xsl:attribute-set>
|
||||
|
||||
<xsl:variable name="header2">
|
||||
<img src="{$base}/gifs/bar.gif" alt="Navigation Bar" width="565"
|
||||
<img src="{$enbase}/gifs/bar.gif" alt="Barre de navigation" width="565"
|
||||
height="33" border="0" usemap="#bar"/>
|
||||
|
||||
|
||||
<h1 align="left"><font color="#660000"><xsl:value-of select="$title"/></font></h1>
|
||||
|
||||
<br clear="all"/>
|
||||
|
||||
<map name="bar">
|
||||
<area shape="rect" coords="1,1,111,31"
|
||||
href="{$base}/index.html" alt="Top"/>
|
||||
<area shape="rect" coords="112,11,196,31"
|
||||
<area shape="rect" coords="1,1,111,31"
|
||||
href="{$base}/index.html" alt="Accueil"/>
|
||||
<area shape="rect" coords="112,11,196,31"
|
||||
href="{$base}/ports/index.html" alt="Applications"/>
|
||||
<area shape="rect" coords="196,12,257,33"
|
||||
<area shape="rect" coords="196,12,257,33"
|
||||
href="{$base}/support.html" alt="Support"/>
|
||||
<area shape="rect" coords="256,12,365,33"
|
||||
href="{$base}/docs.html" alt="Documentation"/>
|
||||
<area shape="rect" coords="366,13,424,32"
|
||||
href="{$base}/commercial/commercial.html" alt="Vendors"/>
|
||||
<area shape="rect" coords="425,16,475,32"
|
||||
href="{$base}/search/search.html" alt="Search"/>
|
||||
<area shape="rect" coords="477,16,516,33"
|
||||
<area shape="rect" coords="256,12,365,33"
|
||||
href="{$base}/docs.html" alt="Documentation"/>
|
||||
<area shape="rect" coords="366,13,424,32"
|
||||
href="{$base}/commercial/commercial.html" alt="Commercial"/>
|
||||
<area shape="rect" coords="425,16,475,32"
|
||||
href="{$base}/search/search.html" alt="Recherche"/>
|
||||
<area shape="rect" coords="477,16,516,33"
|
||||
href="{$base}/search/index-site.html" alt="Index"/>
|
||||
<area shape="rect" coords="516,15,562,33"
|
||||
href="{$base}/index.html" alt="Top"/>
|
||||
<area shape="rect" coords="0,0,564,32"
|
||||
href="{$base}/index.html" alt="Top"/>
|
||||
<area shape="rect" coords="516,15,562,33"
|
||||
href="{$base}/index.html" alt="Accueil"/>
|
||||
<area shape="rect" coords="0,0,564,32"
|
||||
href="{$base}/index.html" alt="Accueil"/>
|
||||
</map>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="footer">
|
||||
<hr noshade="noshade"/>
|
||||
<address><xsl:copy-of select="$author"/><br/>
|
||||
<xsl:copy-of select="$date"/></address>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel.current" select='"5.1"'/>
|
||||
<xsl:variable name="u.rel.notes">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="u.rel.announce">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/announce.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.errata">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/errata.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.hardware">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/hardware.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.early">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/early-adopter.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel2.current" select='"4.8"'/>
|
||||
<xsl:variable name="u.rel2.notes">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/relnotes.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="u.rel2.announce">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/announce.html</xsl:variable>
|
||||
<xsl:variable name="u.rel2.errata">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/errata.html</xsl:variable>
|
||||
<xsl:variable name="u.rel2.hardware">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/hardware.html</xsl:variable>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
379
fr/index.xsl
379
fr/index.xsl
|
@ -1,8 +1,8 @@
|
|||
<!-- $FreeBSD: www/fr/index.xsl,v 1.4 2003/07/14 16:52:49 stephane Exp $ -->
|
||||
<!-- $FreeBSD: www/fr/index.xsl,v 1.5 2003/07/15 11:45:03 stephane Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.66
|
||||
Original revision: 1.90
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
-->
|
||||
|
@ -13,9 +13,16 @@
|
|||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.4 2003/07/14 16:52:49 stephane Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.5 2003/07/15 11:45:03 stephane Exp $'"/>
|
||||
<xsl:variable name="title" select="'Le Projet FreeBSD'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
here are not used actually -->
|
||||
<xsl:param name="advisories.xml" select="'none'"/>
|
||||
<xsl:param name="mirrors.xml" select="'none'"/>
|
||||
<xsl:param name="news.press.xml" select="'none'"/>
|
||||
<xsl:param name="news.project.xml" select="'none'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
|
||||
|
||||
|
@ -29,6 +36,8 @@
|
|||
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Galerie,
|
||||
Version, Application, Logiciel, Manuel de Référence, FAQ, Guides, Bugs,
|
||||
CVS, CVSup, Nouvelles, Revendeurs, homepage, CTM, Unix"/>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
|
||||
|
@ -37,7 +46,7 @@
|
|||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr>
|
||||
<td><a href="http://www.FreeBSD.org/index.html">
|
||||
<img src="gifs/freebsd_1.gif" height="94" width="306"
|
||||
<img src="{$enbase}/gifs/freebsd_1.gif" height="94" width="306"
|
||||
alt="FreeBSD : Le Pouvoir de Servir" border="0"/></a></td>
|
||||
|
||||
<td align="right" valign="bottom">
|
||||
|
@ -51,114 +60,13 @@
|
|||
<br/>
|
||||
|
||||
<select name="goto">
|
||||
<!-- Only list TRUE mirrrors here! Native language pages
|
||||
<!-- Only list TRUE mirrors here! Native language pages
|
||||
which are not mirrored should be listed in
|
||||
support.sgml. -->
|
||||
<option value="http://www2.at.FreeBSD.org/">Autriche IPv6</option>
|
||||
<option value="http://www.dk.FreeBSD.org/">Danemark IPv6</option>
|
||||
<option value="http://www2.de.FreeBSD.org">Allemagne IPv6</option>
|
||||
<option value="http://www.jp.FreeBSD.org/www.FreeBSD.org/">Japon IPv6 (6Bone)</option>
|
||||
<option value="http://www2.no.FreeBSD.org/">Norvège IPv6</option>
|
||||
<option value="http://www.ar.FreeBSD.org/">Argentine</option>
|
||||
<option value="http://www.au.FreeBSD.org/">Australie/1</option>
|
||||
<option value="http://www2.au.FreeBSD.org/">Australie/2</option>
|
||||
<option value="http://www3.au.FreeBSD.org/">Australie/3</option>
|
||||
<option value="http://www4.au.FreeBSD.org/">Australie/4</option>
|
||||
<option value="http://www5.au.FreeBSD.org/">Australie/5</option>
|
||||
<option value="http://www6.au.FreeBSD.org/">Australie/6</option>
|
||||
<option value="http://freebsd.itworks.com.au/">Australie/8</option>
|
||||
<option value="http://www.at.FreeBSD.org/">Autriche/1</option>
|
||||
<option value="http://www2.at.FreeBSD.org/">Autriche/2</option>
|
||||
<option value="http://freebsd.unixtech.be/">Belgique</option>
|
||||
<option value="http://www.br.FreeBSD.org/www.freebsd.org/">Brésil/1</option>
|
||||
<option value="http://www2.br.FreeBSD.org/www.freebsd.org/">Brésil/2</option>
|
||||
<option value="http://www3.br.FreeBSD.org/">Brésil/3</option>
|
||||
<option value="http://www.bg.FreeBSD.org/">Bulgarie</option>
|
||||
<option value="http://www.ca.FreeBSD.org/">Canada</option>
|
||||
<option value="http://www2.ca.FreeBSD.org/">Canada/2</option>
|
||||
<!--
|
||||
<option value="http://www3.ca.FreeBSD.org/">Canada/3</option>
|
||||
-->
|
||||
<option value="http://www.cn.FreeBSD.org/">Chine</option>
|
||||
<option value="http://www.cz.FreeBSD.org/">République Tchèque</option>
|
||||
<option value="http://www.dk.FreeBSD.org/">Danemark/1</option>
|
||||
<option value="http://www3.dk.FreeBSD.org/">Danemark/3</option>
|
||||
<option value="http://www.ee.FreeBSD.org/">Estonie</option>
|
||||
<option value="http://www.fi.FreeBSD.org/">Finlande</option>
|
||||
<option value="http://www2.fi.FreeBSD.org/">Finlande/2</option>
|
||||
<option value="http://www.fr.FreeBSD.org/">France</option>
|
||||
<option value="http://www.de.FreeBSD.org/">Allemagne/1</option>
|
||||
<option value="http://www1.de.FreeBSD.org/">Allemagne/2</option>
|
||||
<option value="http://www2.de.FreeBSD.org/">Allemagne/3</option>
|
||||
<option value="http://www.gr.FreeBSD.org/">Grèce</option>
|
||||
<option value="http://www.hk.FreeBSD.org/">Hong-Kong</option>
|
||||
<option value="http://www.hu.FreeBSD.org/">Hongrie/1</option>
|
||||
<option value="http://www2.hu.FreeBSD.org/">Hongrie/2</option>
|
||||
<option value="http://www.is.FreeBSD.org/">Islande</option>
|
||||
<option value="http://www.ie.FreeBSD.org/">Irelande/1</option>
|
||||
<option value="http://www2.ie.FreeBSD.org/">Irelande/2</option>
|
||||
<option value="http://www.it.FreeBSD.org/">Italie/1</option>
|
||||
<option value="http://www.gufi.org/mirrors/www.freebsd.org/data/">Italie/2</option>
|
||||
<option value="http://www.jp.FreeBSD.org/www.FreeBSD.org/">Japon</option>
|
||||
<option value="http://www.kr.FreeBSD.org/">Corée</option>
|
||||
<option value="http://www2.kr.FreeBSD.org/">Corée/2</option>
|
||||
<option value="http://www3.kr.FreeBSD.org/">Corée/3</option>
|
||||
<option value="http://www.lv.FreeBSD.org/">Lettonie</option>
|
||||
<option value="http://www.lt.FreeBSD.org/">Lituanie</option>
|
||||
<option value="http://www.nl.FreeBSD.org/">Pays-Bas/1</option>
|
||||
<option value="http://www2.nl.FreeBSD.org/">Pays-Bas/2</option>
|
||||
<option value="http://www.nz.FreeBSD.org/">Nouvelle-Zélande</option>
|
||||
<option value="http://www.no.FreeBSD.org/">Norvège/1</option>
|
||||
<option value="http://www2.no.FreeBSD.org/">Norvège/2</option>
|
||||
<option value="http://www.FreeBSD.org.ph/">Philippines</option>
|
||||
<option value="http://www.pl.FreeBSD.org/">Pologne/1</option>
|
||||
<option value="http://www2.pl.FreeBSD.org/">Pologne/2</option>
|
||||
<!--
|
||||
<option value="http://www.pt.FreeBSD.org/">Portugal/1</option>
|
||||
-->
|
||||
<option value="http://www2.pt.FreeBSD.org/">Portugal/2</option>
|
||||
<option value="http://www4.pt.FreeBSD.org/">Portugal/4</option>
|
||||
<option value="http://www.ro.FreeBSD.org/">Roumanie</option>
|
||||
<option value="http://www2.ro.FreeBSD.org/">Roumanie/2</option>
|
||||
<option value="http://www3.ro.FreeBSD.org/">Roumanie/3</option>
|
||||
<option value="http://www4.ro.FreeBSD.org/">Roumanie/4</option>
|
||||
<option value="http://www.ru.FreeBSD.org/">Russie/1</option>
|
||||
<option value="http://www2.ru.FreeBSD.org/">Russie/2</option>
|
||||
<option value="http://www3.ru.FreeBSD.org/">Russie/3</option>
|
||||
<option value="http://www4.ru.FreeBSD.org/">Russie/4</option>
|
||||
<option value="http://www.sm.FreeBSD.org/">San Marin</option>
|
||||
<option value="http://www2.sg.FreeBSD.org/">Singapoure</option>
|
||||
<option value="http://www.sk.FreeBSD.org/">République Slovaque/1</option>
|
||||
<option value="http://www2.sk.FreeBSD.org/">République Slovaque/2</option>
|
||||
<option value="http://www.si.FreeBSD.org/">Slovénie/1</option>
|
||||
<option value="http://www2.si.FreeBSD.org/">Slovénie/2</option>
|
||||
<option value="http://www.es.FreeBSD.org/">Espagne/1</option>
|
||||
<option value="http://www2.es.FreeBSD.org/">Espagne/2</option>
|
||||
<option value="http://www3.es.FreeBSD.org/">Espagne/3</option>
|
||||
<option value="http://www.za.FreeBSD.org/">Afrique du Sud/1</option>
|
||||
<option value="http://www2.za.FreeBSD.org/">Afrique du Sud/2</option>
|
||||
<option value="http://www.se.FreeBSD.org/">Suède/1</option>
|
||||
<option value="http://www2.se.FreeBSD.org/">Suède/2</option>
|
||||
<option value="http://www.ch.FreeBSD.org/">Suisse/1</option>
|
||||
<option value="http://www2.ch.FreeBSD.org/">Suisse/2</option>
|
||||
<option value="http://www.tw.FreeBSD.org/">Taïwan/1</option>
|
||||
<option value="http://www2.tw.FreeBSD.org/">Taïwan/2</option>
|
||||
<option value="http://www3.tw.FreeBSD.org/">Taïwan/3</option>
|
||||
<option value="http://www4.tw.FreeBSD.org/">Taïwan/4</option>
|
||||
<option value="http://www.tr.FreeBSD.org/">Turquie/1</option>
|
||||
<option value="http://www2.tr.FreeBSD.org/">Turquie/2</option>
|
||||
<option value="http://www.enderunix.org/freebsd/">Turquie/3</option>
|
||||
<option value="http://www.ua.FreeBSD.org/">Ukraine/1</option>
|
||||
<option value="http://www2.ua.FreeBSD.org/">Ukraine/2</option>
|
||||
<option value="http://www4.ua.FreeBSD.org/">Ukraine/Crimée</option>
|
||||
<option value="http://www5.ua.FreeBSD.org/">Ukraine/5</option>
|
||||
<option value="http://www.uk.FreeBSD.org/">Royaume-Uni/1</option>
|
||||
<option value="http://www2.uk.FreeBSD.org/">Royaume-Uni/2</option>
|
||||
<option value="http://www3.uk.FreeBSD.org/">Royaume-Uni/3</option>
|
||||
<option value="http://www4.uk.FreeBSD.org/">Royaume-Uni/4</option>
|
||||
<option value="http://www.FreeBSD.org/">USA/Californie</option>
|
||||
<option value="http://www3.FreeBSD.org/">USA/3</option>
|
||||
<option value="http://www7.FreeBSD.org/">USA/7</option>
|
||||
|
||||
<xsl:call-template name="html-index-mirrors-options-list">
|
||||
<xsl:with-param name="mirrors.xml" select="$mirrors.xml" />
|
||||
</xsl:call-template>
|
||||
</select>
|
||||
|
||||
<input type="submit" value=" Go "/>
|
||||
|
@ -166,11 +74,19 @@
|
|||
<br/>
|
||||
|
||||
<font color="#990000"><b>Langue : </b></font>
|
||||
<a href="it/index.html">Italien</a>,
|
||||
<a href="ja/index.html">Japonais</a>,
|
||||
<a href="ru/index.html">Russe</a>,
|
||||
<a href="es/index.html">Espagnol</a>,
|
||||
<a href="support.html#web">Autres</a>
|
||||
<a href="{$enbase}/de/index.html" title="Allemand">[de]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/index.html" title="Anglais">[en]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/es/index.html" title="Espagnol">[es]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<span title="Français">[fr]</span>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/it/index.html" title="Italien">[it]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/ja/index.html" title="Japonais">[ja]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/ru/index.html" title="Russe">[ru]</a>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -192,13 +108,16 @@
|
|||
bgcolor="#ffcc66" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<p><font size="+1" color="#990000"><b>Nouvelles</b></font>
|
||||
|
||||
|
||||
<small><br/>
|
||||
· <a href="news/newsflash.html">Annonces</a><br/>
|
||||
· <a href="news/press.html">Dans la presse</a><br/>
|
||||
· <a href="news/index.html">Plus...</a>
|
||||
<p>
|
||||
<a href="platforms/index.html">
|
||||
<font size="+1" color="#990000"><b>Plates-formes</b></font>
|
||||
</a><small><br/>
|
||||
· <a href="smp/index.html">i386</a><br/>
|
||||
· <a href="platforms/alpha.html">Alpha</a><br/>
|
||||
· <a href="platforms/ia64/index.html">IA-64</a><br/>
|
||||
· <a href="platforms/amd64.html">AMD64</a><br/>
|
||||
· <a href="platforms/sparc.html">Sparc64</a><br/>
|
||||
· <a href="platforms/index.html">Autres ?</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Logiciels</b></font>
|
||||
|
@ -208,46 +127,51 @@
|
|||
· <a href="{$base}/ports/index.html">Applications disponibles</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Documentations</b></font>
|
||||
|
||||
<small><br/>
|
||||
· <a href="projects/newbies.html">Pour les débutants</a><br/>
|
||||
· <a href="{$base}/doc/en_US.ISO8859-1/books/handbook/index.html">Manuel de Référence</a><br/>
|
||||
<p>
|
||||
<a href="docs.html">
|
||||
<font size="+1" color="#990000"><b>Documentation</b></font>
|
||||
</a><small><br/>
|
||||
· <a href="{$base}/doc/en_US.ISO8859-1/books/faq/index.html">FAQ</a><br/>
|
||||
· <a href="{$base}/doc/en_US.ISO8859-1/books/handbook/index.html">Manuel de Référence</a><br/>
|
||||
· <a href="http://www.FreeBSD.org/cgi/man.cgi">Pages de manuel</a><br/>
|
||||
· <a href="projects/newbies.html">Pour les débutants</a><br/>
|
||||
· <a href="{$base}/docproj/index.html">Projet de Documentation</a><br/>
|
||||
· <a href="docs.html">Plus...</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Support</b></font>
|
||||
|
||||
<small><br/>
|
||||
<p>
|
||||
<a href="support.html">
|
||||
<font size="+1" color="#990000"><b>Support</b></font>
|
||||
</a><small><br/>
|
||||
· <a href="{$base}/support.html#mailing-list">Listes de diffusion</a><br/>
|
||||
· <a href="{$base}/support.html#newsgroups">Forums de discussion</a><br/>
|
||||
· <a href="{$base}/support.html#user">Groupes Utilisateurs</a><br/>
|
||||
· <a href="{$base}/support.html#web">Ressources Web</a><br/>
|
||||
· <a href="security/index.html">Sécurité</a><br/>
|
||||
· <a href="{$base}/support.html">Plus...</a>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Rapports de Bugs</b></font>
|
||||
<small><br/>
|
||||
· <a href="send-pr.html">Envoyer un rapport de bug</a><br/>
|
||||
<p>
|
||||
<a href="{$base}/support.html#gnats">
|
||||
<font size="+1" color="#990000"><b>Rapports de Bugs</b></font>
|
||||
</a><small><br/>
|
||||
· <a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query">Rechercher</a><br/>
|
||||
· <a href="http://www.FreeBSD.org/cgi/query-pr.cgi">Voir un rapport</a><br/>
|
||||
· <a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">Consulter les rapports ouverts</a><br/>
|
||||
· <a href="http://www.FreeBSD.org/cgi/query-pr.cgi">Rechercher par ID de bug</a><br/>
|
||||
· <a href="{$base}/support.html#gnats">Plus...</a><br/>
|
||||
· <a href="send-pr.html">Envoyer un rapport de bug</a><br/>
|
||||
· <a href="doc/en_US.ISO8859-1/articles/problem-reports/article.html">Comment écrire un rapport</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Développement</b></font>
|
||||
|
||||
<small><br/>
|
||||
· <a href="projects/index.html">Projets</a><br/>
|
||||
· <a href="releng/index.html">Production des versions</a><br/>
|
||||
<p>
|
||||
<a href="projects/index.html">
|
||||
<font size="+1" color="#990000"><b>Développement</b></font>
|
||||
</a><small><br/>
|
||||
· <a href="{$base}/doc/en_US.ISO8859-1/books/developers-handbook">Manuel du développeur</a><br/>
|
||||
· <a href="{$base}/doc/en_US.ISO8859-1/books/porters-handbook">Manuel du porteur d'application</a><br/>
|
||||
· <a href="{$base}/support.html#cvs">Dépôt CVS</a><br/>
|
||||
· <a href="releng/index.html">Production des versions</a><br/>
|
||||
· <a href="{$base}/doc/en_US.ISO8859-1/articles/contributing/index.html">Contribuer à FreeBSD</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Revendeurs</b></font>
|
||||
|
||||
<small><br/>
|
||||
· <a href="{$base}/commercial/software_bycat.html">Logiciels</a><br/>
|
||||
· <a href="{$base}/commercial/hardware.html">Matériels</a><br/>
|
||||
|
@ -255,22 +179,34 @@
|
|||
· <a href="{$base}/commercial/misc.html">Divers</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Donations</b></font>
|
||||
<p><font size="+1" color="#990000"><b>Donations</b></font>
|
||||
|
||||
<small><br/>
|
||||
· <a href="{$base}/donations/index.html">Coordination donations</a><br/>
|
||||
· <a href="{$base}/donations/donors.html">Donations actuelles</a><br/>
|
||||
· <a href="{$base}/donations/wantlist.html">Liste des besoins</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Ce Site</b></font>
|
||||
|
||||
<small><br/>
|
||||
· <a href="{$base}/search/index-site.html">Plan du site</a><br/>
|
||||
· <a href="{$base}/search/search.html">Recherche</a><br/>
|
||||
· <a href="internal/index.html">Plus...</a><br/>
|
||||
· <a href="{$base}/donations/index.html">Coordination donations</a><br/>
|
||||
· <a href="{$base}/donations/donors.html">Donations actuelles</a><br/>
|
||||
· <a href="{$base}/donations/wantlist.html">Liste des besoins</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><a href="{$base}/search/index-site.html">
|
||||
<font size="+1" color="#990000"><b>Ce Site</b></font>
|
||||
</a><small><br/>
|
||||
· <a href="{$base}/search/search.html#web">Recherche pages web</a><br/>
|
||||
· <a href="{$base}/search/search.html#mailinglists">Recherche listes de diffusion</a><br/>
|
||||
· <a href="{$base}/search/search.html">Recherche étendue</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p>
|
||||
<a href="mailto.html">
|
||||
<font size="+1" color="#990000"><b>Contacter FreeBSD</b></font>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="copyright/index.html">
|
||||
<font size="+1" color="#990000"><b>Copyright BSD</b></font>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
|
||||
<small>Rechercher :<br/>
|
||||
<input type="text" name="words" size="10"/>
|
||||
|
@ -293,7 +229,7 @@
|
|||
<h2><font color="#990000">Qu'est-ce que FreeBSD ?</font></h2>
|
||||
|
||||
<p>FreeBSD est un système d'exploitation avancé pour
|
||||
les architectures compatibles x86, DEC Alpha, IA-64, PC-98 et UltraSPARC.
|
||||
les architectures compatibles x86, AMD64, DEC Alpha, IA-64, PC-98 et UltraSPARC.
|
||||
Il est dérivé de UNIX BSD, la version d'<xsl:value-of select="$unix"/>
|
||||
développé à
|
||||
l'Université de Californie, Berkeley.
|
||||
|
@ -345,7 +281,7 @@
|
|||
|
||||
<h2><font color="#990000">FreeBSD est <i>libre et gratuit</i></font></h2>
|
||||
|
||||
<a href="copyright/daemon.html"><img src="gifs/dae_up3.gif"
|
||||
<a href="copyright/daemon.html"><img src="{$enbase}/gifs/dae_up3.gif"
|
||||
alt=""
|
||||
height="81" width="72"
|
||||
align="right"
|
||||
|
@ -399,52 +335,41 @@
|
|||
<table cellpadding="4" cellspacing="0" border="0"
|
||||
bgcolor="#ffcc66" width="100%">
|
||||
<tr>
|
||||
<td valign="top"><p><font size="+1" color="#990000"><b>Version la plus récente :
|
||||
<xsl:value-of select="$rel.current"/></b></font><br/>
|
||||
|
||||
<small>· <a href="{$u.rel.announce}">Annonce</a><br/>
|
||||
· <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.early}">Guide pour les premiers utilisateurs</a></small></p>
|
||||
<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="{$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.early}">Guide pour les premiers utilisateurs</a></small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Version de production :
|
||||
<xsl:value-of select="$rel2.current"/></b></font><br/>
|
||||
<small>· <a href="{$u.rel2.announce}">Annonce</a><br/>
|
||||
· <a href="{$base}/doc/en_US.ISO8859-1/books/handbook/install.html">Guide d'installation</a><br/>
|
||||
· <a href="{$u.rel2.notes}">Notes</a><br/>
|
||||
· <a href="{$u.rel2.hardware}">Compatibilité matériel</a><br/>
|
||||
· <a href="{$u.rel2.errata}">Errata</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/>
|
||||
|
||||
<small>· <a href="{$u.rel2.announce}">Annonce</a><br/>
|
||||
· <a href="{$base}/doc/en_US.ISO8859-1/books/handbook/install.html">Guide d'installation</a><br/>
|
||||
· <a href="{$u.rel2.notes}">Notes</a><br/>
|
||||
· <a href="{$u.rel2.hardware}">Compatibilité matériel</a><br/>
|
||||
· <a href="{$u.rel2.errata}">Errata</a></small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Nouvelles du Projet</b></font><br/>
|
||||
<font size="-1">
|
||||
Dernière mise à jour :
|
||||
<xsl:value-of
|
||||
select="descendant::month[position() = 1]/name"/>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of
|
||||
select="descendant::day[position() = 1]/name"/>,
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of
|
||||
select="descendant::year[position() = 1]/name"/>
|
||||
<xsl:call-template name="html-index-news-project-items-lastmodified">
|
||||
<xsl:with-param name="news.project.xml" select="$news.project.xml" />
|
||||
</xsl:call-template>
|
||||
|
||||
<br/>
|
||||
<!-- Pull in the 10 most recent news items -->
|
||||
<xsl:for-each select="descendant::event[position() <= 10]">
|
||||
· <a>
|
||||
<xsl:attribute name="href">
|
||||
news/newsflash.html#<xsl:call-template name="generate-event-anchor"/>
|
||||
</xsl:attribute>
|
||||
<xsl:choose>
|
||||
<xsl:when test="count(child::title)">
|
||||
<xsl:value-of select="title"/><br/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="p"/><br/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</a>
|
||||
</xsl:for-each>
|
||||
|
||||
<xsl:call-template name="html-index-news-project-items">
|
||||
<xsl:with-param name="news.project.xml" select="$news.project.xml" />
|
||||
</xsl:call-template>
|
||||
|
||||
<a href="news/newsflash.html">Plus...</a>
|
||||
</font></p>
|
||||
|
||||
|
@ -452,45 +377,34 @@
|
|||
|
||||
<font size="-1">
|
||||
Dernière mise à jour :
|
||||
<xsl:value-of
|
||||
select="document('news/press.xml')/descendant::month[position() = 1]/name"/>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of
|
||||
select="document('news/press.xml')/descendant::year[position() = 1]/name"/>
|
||||
<xsl:call-template name="html-index-news-press-items-lastmodified">
|
||||
<xsl:with-param name="news.press.xml" select="$news.press.xml" />
|
||||
</xsl:call-template>
|
||||
|
||||
<br/>
|
||||
<!-- Pull in the 10 most recent press items -->
|
||||
<xsl:for-each select="document('news/press.xml')/descendant::story[position() < 10]">
|
||||
· <a>
|
||||
<xsl:attribute name="href">
|
||||
news/press.html#<xsl:call-template name="generate-story-anchor"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="name"/>
|
||||
</a><br/>
|
||||
</xsl:for-each>
|
||||
|
||||
<xsl:call-template name="html-index-news-press-items">
|
||||
<xsl:with-param name="news.press.xml" select="$news.press.xml" />
|
||||
</xsl:call-template>
|
||||
|
||||
<a href="news/press.html">Plus...</a>
|
||||
</font>
|
||||
</p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Avis de sécurité</b></font><br/>
|
||||
<p><font size="+1" color="#990000"><b>Avis de sécurité</b></font><br/>
|
||||
|
||||
<font size="-1">
|
||||
Dernière mise à jour :
|
||||
<xsl:value-of
|
||||
select="document('security/advisories.xml')/descendant::month[position() = 1]/name"/>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of
|
||||
select="document('security/advisories.xml')/descendant::day[position() = 1]/name"/>
|
||||
<xsl:text>, </xsl:text>
|
||||
<xsl:value-of
|
||||
select="document('security/advisories.xml')/descendant::year[position() = 1]/name"/>
|
||||
<xsl:call-template name="html-index-advisories-items-lastmodified">
|
||||
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
||||
</xsl:call-template>
|
||||
|
||||
<br/>
|
||||
<!-- Pull in the 10 most recent security advisories -->
|
||||
<xsl:for-each select="document('security/advisories.xml')/descendant::advisory[position() < 10]">
|
||||
· <a>
|
||||
<xsl:attribute name="href">ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/<xsl:value-of select="name"/>.asc</xsl:attribute>
|
||||
<xsl:value-of select="name"/>
|
||||
</a><br/>
|
||||
</xsl:for-each>
|
||||
|
||||
<xsl:call-template name="html-index-advisories-items">
|
||||
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
||||
</xsl:call-template>
|
||||
|
||||
<a href="security/">Plus...</a>
|
||||
</font>
|
||||
</p>
|
||||
|
@ -529,20 +443,20 @@
|
|||
<table width="100%" border="0" cellspacing="0" cellpadding="3">
|
||||
<tr>
|
||||
<td><a href="http://www.freebsdmall.com/"><img
|
||||
src="gifs/mall_title_medium.gif" alt="[FreeBSD Mall]"
|
||||
src="{$enbase}/gifs/mall_title_medium.gif" alt="[FreeBSD Mall]"
|
||||
height="65" width="165" border="0"/></a></td>
|
||||
|
||||
<td><a href="http://www.ugu.com/"><img src="gifs/ugu_icon.gif"
|
||||
<td><a href="http://www.ugu.com/"><img src="{$enbase}/gifs/ugu_icon.gif"
|
||||
alt="[Sponsor of Unix Guru Universe]"
|
||||
height="64" width="76"
|
||||
border="0"/></a></td>
|
||||
|
||||
<td><a href="http://www.daemonnews.org/"><img src="gifs/darbylogo.gif"
|
||||
<td><a href="http://www.daemonnews.org/"><img src="{$enbase}/gifs/darbylogo.gif"
|
||||
alt="[Daemon News]" height="45" width="130"
|
||||
border="0"/></a></td>
|
||||
|
||||
<td><a href="{$base}/copyright/daemon.html"><img
|
||||
src="gifs/powerlogo.gif"
|
||||
src="{$enbase}/gifs/powerlogo.gif"
|
||||
alt="[Powered by FreeBSD]"
|
||||
height="64"
|
||||
width="160"
|
||||
|
@ -550,9 +464,6 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<p><small>Le site web est mis à jour quotidiennement à 0800 et
|
||||
2000 UTC.</small></p>
|
||||
|
||||
<table width="100%" cellpadding="0" border="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left"
|
||||
|
|
Loading…
Reference in a new issue