2006-08-19 23:26:51 +02:00
<?xml version="1.0" encoding="ISO-8859-1" ?>
< !DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
<!ENTITY title "Le Projet FreeBSD">
]>
2002-11-17 17:02:47 +01:00
2007-02-19 20:10:37 +01:00
<!-- $FreeBSD: www/fr/index.xsl,v 1.33 2006/08/21 20:34:49 blackend Exp $ -->
2005-10-07 10:33:02 +02:00
<!--
2002-11-17 17:02:47 +01:00
The FreeBSD French Documentation Project
2007-02-19 20:10:37 +01:00
Original revision: 1.159
2005-10-07 10:21:10 +02:00
2002-11-17 17:02:47 +01:00
Version francaise : Stephane Legrand <stephane @ f r e e b s d - f r . o r g >
2005-08-26 10:49:42 +02:00
Mise a jour: Marc Fonvieille <blackend @ F r e e B S D . o r g >
2002-11-17 17:02:47 +01:00
-->
<xsl:stylesheet xmlns:xsl= "http://www.w3.org/1999/XSL/Transform" version= "1.0" >
2006-08-19 23:26:51 +02:00
<xsl:import href= "http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl" />
2002-11-17 17:02:47 +01:00
2006-08-21 22:34:49 +02:00
<xsl:variable name= "date" select= "''" />
2002-11-17 17:02:47 +01:00
2003-12-29 17:41:05 +01:00
<!-- these params should be externally bound. The values
here are not used actually -->
<xsl:param name= "advisories.xml" select= "'none'" />
2004-11-24 22:29:06 +01:00
<xsl:param name= "notices.xml" select= "'none'" />
2003-12-29 17:41:05 +01:00
<xsl:param name= "mirrors.xml" select= "'none'" />
2004-12-30 18:53:44 +01:00
<xsl:param name= "news.press.xml-master" select= "'none'" />
2003-12-29 17:41:05 +01:00
<xsl:param name= "news.press.xml" select= "'none'" />
2004-12-30 18:53:44 +01:00
<xsl:param name= "news.project.xml-master" select= "'none'" />
2003-12-29 17:41:05 +01:00
<xsl:param name= "news.project.xml" select= "'none'" />
2005-10-05 21:27:53 +02:00
<xsl:param name= "events.xml-master" select= "'none'" />
<xsl:param name= "events.xml" select= "'none'" />
<xsl:param name= "curdate.xml" select= "'none'" />
2003-12-29 17:41:05 +01:00
2002-11-17 17:02:47 +01:00
<xsl:output type= "html" encoding= "iso-8859-1"
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
2005-10-05 21:27:53 +02:00
<xsl:template match= "/" >
2002-11-17 17:02:47 +01:00
<html >
<head >
2006-08-19 23:26:51 +02:00
<title > &title; </title>
2005-10-05 21:27:53 +02:00
<meta name= "description" content= "The FreeBSD Project" />
2005-10-07 10:33:02 +02:00
<meta name= "keywords" content= "FreeBSD, B S D , U N I X , S u p p o r t , P o r t s ,
2005-10-07 10:21:10 +02:00
Version, Application, Logiciel, Manuel de
Ré fé rence, FAQ, Guides, Bugs, CVS, CVSup,
Nouvelles, Revendeurs, homepage, CTM, Unix"/>
2006-08-19 23:26:51 +02:00
<link rel= "shortcut icon" href= "&enbase;/favicon.ico" type= "image/x-icon" />
<link rel= "icon" href= "&enbase;/favicon.ico" type= "image/x-icon" />
<link rel= "stylesheet" media= "screen" href= "&enbase;/layout/css/fixed.css" type= "text/css" title= "Normal Text" />
<link rel= "alternate stylesheet" media= "screen" href= "&enbase;/layout/css/fixed_large.css" type= "text/css" title= "Large Text" />
<script type= "text/javascript" src= "&enbase;/layout/js/styleswitcher.js" > </script>
2005-10-05 21:27:53 +02:00
<link rel= "alternate" type= "application/rss+xml"
2006-08-19 23:26:51 +02:00
title="FreeBSD Project News" href="&enbase; /news/news.rdf" />
2005-10-05 21:27:53 +02:00
<link rel= "alternate" type= "application/rss+xml"
2006-08-19 23:26:51 +02:00
title="FreeBSD Security Advisories" href="&enbase; /security/advisories.rdf" />
2005-10-05 21:27:53 +02:00
<link rel= "alternate" type= "application/rss+xml"
2006-08-19 23:26:51 +02:00
title="FreeBSD GNOME Project News" href="&enbase; /gnome/news.rdf" />
2005-10-05 21:27:53 +02:00
<!-- Formatted to be easy to spam harvest, please do not reformat. -->
<xsl:comment >
Spamtrap, do not email:
< a href="mailto:bruscar@freebsd.org"> bruscar@freebsd.org< /a>
</xsl:comment>
2002-11-17 17:02:47 +01:00
</head>
2005-09-13 22:19:00 +02:00
<body >
2002-11-17 17:02:47 +01:00
2005-12-31 12:26:16 +01:00
<div id= "CONTAINERWRAP" >
<div id= "CONTAINER" >
2006-08-19 23:26:51 +02:00
&header2;
2005-12-31 12:26:16 +01:00
<div id= "CONTENT" >
2005-10-05 21:27:53 +02:00
2005-12-31 12:26:16 +01:00
<div id= "FRONTCONTAINER" >
<div id= "FRONTMAIN" >
<div id= "FRONTFEATURECONTAINER" >
2005-10-05 21:27:53 +02:00
2005-12-31 12:26:16 +01:00
<div id= "FRONTFEATURELEFT" >
<div id= "FRONTFEATURECONTENT" >
2005-10-05 21:27:53 +02:00
<h1 >
2007-02-19 20:10:37 +01:00
Basé sur &unix; BSD
2005-10-05 21:27:53 +02:00
</h1>
2007-02-19 20:10:37 +01:00
<p > FreeBSD® est un systè me d'exploitation avancé pour
les architectures compatibles x86 (y compris Pentium® et Athlon™ ), compatibles
amd64 (y compris Opteron™ , Athlon™ 64 et EM64T),
UltraSPARC® , IA-64, PC-98 et ARM.
2006-08-19 23:26:51 +02:00
Il est dé rivé de UNIX BSD, la version d'&unix;
2006-07-03 17:44:07 +02:00
dé veloppé e à
2005-10-05 21:27:53 +02:00
l'Université de Californie, Berkeley.
Il est dé veloppé et maintenu par
2006-08-19 23:26:51 +02:00
<a href= "&enbase;/doc/&url.doc.langcode;/articles/contributors/staff-committers.html" > une
2005-10-05 21:27:53 +02:00
importante é quipe de personnes</a> . D'autres
2006-08-19 23:26:51 +02:00
<a href= "&base;/platforms/index.html" > plates-formes</a> sont à
2005-10-05 21:27:53 +02:00
divers stades de dé veloppement.</p>
<div id= "txtfrontfeaturelink" >
2006-08-19 23:26:51 +02:00
» <a href= "&base;/about.html" title= "En savoir plus" > En savoir plus</a>
2005-10-05 21:27:53 +02:00
</div> <!-- txtfrontfeaturelink -->
</div> <!-- frontfeaturecontent -->
</div> <!-- frontfeatureleft -->
2005-12-31 12:26:16 +01:00
<div id= "FRONTFEATUREMIDDLE" >
2005-10-05 21:27:53 +02:00
<div class= "frontgetroundbox" >
<div class= "frontgettop" > <div >   </div>   </div>
<div class= "frontgetcontent" >
2006-08-19 23:26:51 +02:00
<a href= "&base;/where.html" > Obtenir FreeBSD maintenant</a>
2005-10-05 21:27:53 +02:00
</div> <!-- frontgetcontent -->
<div class= "frontgetbot" > <div >   </div>   </div>
</div> <!-- frontgetroundbox -->
2005-12-31 12:26:16 +01:00
<div id= "FRONTRELEASES" >
<div id= "FRONTRELEASESCONTENT" class= "txtshortcuts" >
2006-08-19 23:26:51 +02:00
<h2 > <a href= "&base;/releases/" > DERNIERES VERSIONS</a> </h2>
2005-12-31 12:26:16 +01:00
<ul id= "FRONTRELEASESLIST" >
2005-10-05 21:27:53 +02:00
<li >
2006-08-19 23:26:51 +02:00
<a href= "&u.rel.announce;" > Version de production &rel.current; </a>
2005-10-05 21:27:53 +02:00
</li>
<li >
2006-08-19 23:26:51 +02:00
<a href= "&u.rel2.announce;" > Version (ancienne) de production &rel2.current; </a>
2005-10-05 21:27:53 +02:00
</li>
2006-08-19 23:26:51 +02:00
<xsl:if test= "'&beta.testing;' != 'IGNORE'" >
2005-10-09 21:27:49 +02:00
<li >
2006-08-19 23:26:51 +02:00
<a href= "&base;/where.html#helptest" > Version à venir
&betarel.current; - &betarel.vers; </a>
2005-10-09 21:27:49 +02:00
</li>
</xsl:if>
2006-08-19 23:26:51 +02:00
<xsl:if test= "'&beta2.testing;' != 'IGNORE'" >
2006-02-16 13:35:26 +01:00
<li >
2006-08-19 23:26:51 +02:00
<a href= "&base;/where.html#helptest" > Version à venir
&betarel2.current; - &betarel2.vers; </a>
2006-02-16 13:35:26 +01:00
</li>
</xsl:if>
2005-10-05 21:27:53 +02:00
</ul>
2005-12-31 12:26:16 +01:00
</div> <!-- FRONTRELEASESCONTENT -->
</div> <!-- FRONTRELEASES -->
</div> <!-- FRONTFEATUREMIDDLE -->
2005-10-05 21:27:53 +02:00
2005-12-31 12:26:16 +01:00
<div id= "FRONTFEATURERIGHT" >
2005-10-05 21:27:53 +02:00
<h2 class= "blockhide" > Language Links</h2>
2005-12-31 12:26:16 +01:00
<div id= "LANGUAGENAV" >
<ul id= "LANGUAGENAVLIST" >
2005-10-05 21:27:53 +02:00
<li >
2006-08-19 23:26:51 +02:00
<a href= "&enbase;/de/" title= "Allemand" > de</a>
2005-10-05 21:27:53 +02:00
</li>
<li >
2006-08-19 23:26:51 +02:00
<a href= "&enbase;/" title= "Anglais" > en</a>
2005-10-05 21:27:53 +02:00
</li>
<li >
2006-08-19 23:26:51 +02:00
<a href= "&enbase;/es/" title= "Espagnol" > es</a>
2005-10-05 21:27:53 +02:00
</li>
<li >
2006-08-19 23:26:51 +02:00
<a href= "&enbase;/fr/" title= "Français" > fr</a>
2005-10-05 21:27:53 +02:00
</li>
2007-02-19 20:10:37 +01:00
<li >
<a href= "&enbase;/hu/" title= "Hongrois" > hu</a>
</li>
2005-10-05 21:27:53 +02:00
<li >
2006-08-19 23:26:51 +02:00
<a href= "&enbase;/it/" title= "Italien" > it</a>
2005-10-05 21:27:53 +02:00
</li>
<li >
2006-08-19 23:26:51 +02:00
<a href= "&enbase;/ja/" title= "Japonais" > ja</a>
2005-10-05 21:27:53 +02:00
</li>
2007-02-19 20:10:37 +01:00
<li >
2006-08-19 23:26:51 +02:00
<a href= "&enbase;/ru/" title= "Russe" > ru</a>
2005-10-05 21:27:53 +02:00
</li>
2007-02-19 20:10:37 +01:00
<li class= "last-child" >
<a href= "&enbase;/zh_CN/" title= "Chinois simplifié" > zh_CN</a>
</li>
2005-10-05 21:27:53 +02:00
</ul>
2005-12-31 12:26:16 +01:00
</div> <!-- LANGUAGENAV -->
2005-10-05 21:27:53 +02:00
2005-12-31 12:26:16 +01:00
<div id= "MIRROR" >
2006-08-19 23:26:51 +02:00
<form action= "&cgibase;/mirror.cgi" method= "get" >
2005-10-05 21:27:53 +02:00
<div >
2005-12-31 12:26:16 +01:00
<h2 class= "blockhide" > <label for= "MIRRORSEL" > Mirror</label> </h2>
<select id= "MIRRORSEL" name= "goto" >
2005-10-05 21:27:53 +02:00
<xsl:call-template name= "html-index-mirrors-options-list" >
<xsl:with-param name= "mirrors.xml" select= "$mirrors.xml" />
</xsl:call-template>
</select>
</div> <!-- unnamed -->
2005-10-07 10:33:02 +02:00
<input type= "submit" value= "Go" />
2004-02-29 14:20:40 +01:00
</form>
2005-12-31 12:26:16 +01:00
</div> <!-- MIRROR -->
2005-10-05 21:27:53 +02:00
2005-12-31 12:26:16 +01:00
<div id= "FRONTSHORTCUTS" >
<div id= "FRONTSHORTCUTSCONTENT" class= "txtshortcuts" >
2005-10-06 16:32:35 +02:00
<h2 > LIENS</h2>
2005-12-31 12:26:16 +01:00
<ul id= "FRONTSHORTCUTSLIST" >
2005-10-05 21:27:53 +02:00
<li >
2006-08-19 23:26:51 +02:00
<a href= "&base;/support.html#mailing-list" title= "Listes de diffusion" > Listes de diffusion</a>
2005-10-05 21:27:53 +02:00
</li>
<li >
2006-08-19 23:26:51 +02:00
<a href= "&base;/send-pr.html" title= "Envoyer un rapport de bogue" > Envoyer un rapport de bogue</a>
2005-10-05 21:27:53 +02:00
</li>
<li >
2006-08-19 23:26:51 +02:00
<a href= "&enbase;/doc/&url.doc.langcode;/books/faq/index.html" title= "FAQ" > FAQ</a>
2005-10-05 21:27:53 +02:00
</li>
2005-10-07 10:33:02 +02:00
<li >
2006-08-19 23:26:51 +02:00
<a href= "&enbase;/doc/&url.doc.langcode;/books/handbook/index.html" title= "Manuel de référence" > Manuel de ré fé rence</a>
2005-10-07 10:33:02 +02:00
</li>
2005-10-12 21:36:33 +02:00
<li >
<a
2006-08-19 23:26:51 +02:00
href="&enbase; /ports/index.html"
2005-10-12 21:36:33 +02:00
title="Logiciels
porté s">Logiciels
porté s</a>
</li>
2005-12-31 12:26:16 +01:00
2005-10-05 21:27:53 +02:00
</ul>
2005-12-31 12:26:16 +01:00
</div> <!-- FRONTSHORTCUTSCONTENT -->
</div> <!-- FRONTSHORTCUTS -->
2005-10-05 21:27:53 +02:00
<div class= "frontnewroundbox" >
<div class= "frontnewtop" > <div >   </div>   </div>
<div class= "frontnewcontent" >
2006-08-19 23:26:51 +02:00
<a href= "&base;/projects/newbies.html" > Dé butant sous FreeBSD?</a>
2005-10-05 21:27:53 +02:00
</div> <!-- frontnewcontent -->
<div class= "frontnewbot" > <div >   </div>   </div>
</div> <!-- frontnewroundbox -->
2005-12-31 12:26:16 +01:00
</div> <!-- FEATURERIGHT -->
2005-10-05 21:27:53 +02:00
2005-12-31 12:26:16 +01:00
</div> <!-- FRONTFEATURECONTAINER -->
2005-10-05 21:27:53 +02:00
<br class= "clearboth" />
2005-12-31 12:26:16 +01:00
<div id= "FRONTNEMSCONTAINER" >
<div id= "FRONTNEWS" >
<div id= "FRONTNEWSCONTENT" class= "txtnewsevent" >
2005-10-06 16:32:35 +02:00
<h2 > NOUVELLES DU PROJET</h2>
2005-10-05 21:27:53 +02:00
<div class= "newseventswrap" >
<xsl:call-template name= "html-index-news-project-items" >
<xsl:with-param name= "news.project.xml-master" select= "$news.project.xml-master" />
<xsl:with-param name= "news.project.xml" select= "$news.project.xml" />
</xsl:call-template>
<div >
<ul class= "newseventslist" >
<li class= "first-child" >
2006-08-19 23:26:51 +02:00
<a href= "&base;/news/newsflash.html" title= "Plus de nouvelles" > Plus...</a>
2005-10-05 21:27:53 +02:00
</li>
<li class= "last-child" >
2006-08-19 23:26:51 +02:00
<a href= "&base;/news/news.rdf" title= "Flux RSS de nouvelles" > <img class= "rssimage" src= "&enbase;/layout/images/ico_rss.png" width= "27" height= "12" alt= "Flux RSS de nouvelles" /> </a>
2005-10-05 21:27:53 +02:00
</li>
</ul>
</div> <!-- unnamed -->
</div> <!-- newseventswrap -->
2005-12-31 12:26:16 +01:00
</div> <!-- FRONTNEWSCONTENT -->
</div> <!-- FRONTNEWS -->
2005-10-05 21:27:53 +02:00
<div class= "frontseparator" > <b style= "display: none" > .</b> </div>
2005-12-31 12:26:16 +01:00
<div id= "FRONTEVENTS" >
<div id= "FRONTEVENTSCONTENT" class= "txtnewsevent" >
2005-10-05 21:27:53 +02:00
2005-10-06 16:32:35 +02:00
<h2 > EVENEMENTS A VENIR</h2>
2005-10-05 21:27:53 +02:00
<div class= "newseventswrap" >
<xsl:call-template name= "html-index-events-items" >
<xsl:with-param name= "events.xml-master" select= "$events.xml-master" />
<xsl:with-param name= "events.xml" select= "$events.xml" />
<xsl:with-param name= "curdate.xml" select= "$curdate.xml" />
</xsl:call-template>
<div >
<ul class= "newseventslist" >
<li class= "only-child" >
2006-08-19 23:26:51 +02:00
<a href= "&base;/events/" title= "Plus d'événements" > Plus...</a>
2005-10-05 21:27:53 +02:00
</li>
</ul>
</div> <!-- unnamed -->
</div> <!-- newseventswrap -->
2005-12-31 12:26:16 +01:00
</div> <!-- FRONTEVENTSCONTENT -->
</div> <!-- FRONTEVENTS -->
2005-10-05 21:27:53 +02:00
<div class= "frontseparator" > <b style= "display: none" > .</b> </div>
2005-12-31 12:26:16 +01:00
<div id= "FRONTMEDIA" >
<div id= "FRONTMEDIACONTENT" class= "txtnewsevent" >
2005-10-05 21:27:53 +02:00
2005-10-06 16:32:35 +02:00
<h2 > DANS LA PRESSE</h2>
2005-10-05 21:27:53 +02:00
<div class= "newseventswrap" >
<xsl:call-template name= "html-index-news-press-items" >
2004-12-30 18:53:44 +01:00
<xsl:with-param name= "news.press.xml-master" select= "$news.press.xml-master" />
2003-12-29 17:41:05 +01:00
<xsl:with-param name= "news.press.xml" select= "$news.press.xml" />
2005-10-05 21:27:53 +02:00
</xsl:call-template>
<div >
<ul class= "newseventslist" >
<li class= "only-child" >
2006-08-19 23:26:51 +02:00
<a href= "&base;/news/press.html" title= "Plus..." > Plus...</a>
2005-10-05 21:27:53 +02:00
</li>
</ul>
</div> <!-- unnamed -->
</div> <!-- newseventswrap -->
2005-12-31 12:26:16 +01:00
</div> <!-- FRONTMEDIACONTENT -->
</div> <!-- FRONTMEDIA -->
2005-10-05 21:27:53 +02:00
<div class= "frontseparator" > <b style= "display: none" > .</b> </div>
2005-12-31 12:26:16 +01:00
<div id= "FRONTSECURITY" >
<div id= "FRONTSECURITYCONTENT" class= "txtnewsevent" >
2005-10-05 21:27:53 +02:00
2005-10-06 16:32:35 +02:00
<h2 > AVIS DE SECURITE</h2>
2005-10-05 21:27:53 +02:00
<div class= "newseventswrap" >
<xsl:call-template name= "html-index-advisories-items" >
<xsl:with-param name= "advisories.xml" select= "$advisories.xml" />
<xsl:with-param name= "type" select= "'advisory'" />
</xsl:call-template>
<div >
<ul class= "newseventslist" >
<li class= "first-child" >
2006-08-19 23:26:51 +02:00
<a href= "&base;/security/" title= "Plus d'avis de sécurité" > Plus...</a>
2005-10-05 21:27:53 +02:00
</li>
<li class= "last-child" >
2006-08-19 23:26:51 +02:00
<a href= "&enbase;/security/advisories.rdf" title= "Flux RSS des avis de sécurité" > <img class= "rssimage" src= "&enbase;/layout/images/ico_rss.png" width= "27" height= "12" alt= "Flux RSS des avis de sécurité" /> </a>
2005-10-05 21:27:53 +02:00
</li>
</ul>
</div> <!-- unnamed -->
</div> <!-- newseventswrap -->
<br />
2005-10-06 16:32:35 +02:00
<h2 > ERRATA</h2>
2005-10-05 21:27:53 +02:00
<div class= "newseventswrap" >
<xsl:call-template name= "html-index-advisories-items" >
<xsl:with-param name= "advisories.xml" select= "$notices.xml" />
<xsl:with-param name= "type" select= "'notice'" />
</xsl:call-template>
</div> <!-- newseventswrap -->
2005-12-31 12:26:16 +01:00
</div> <!-- FRONTSECURITYCONTENT -->
</div> <!-- FRONTSECURITY -->
2005-10-05 21:27:53 +02:00
<br class= "clearboth" />
2005-12-31 12:26:16 +01:00
</div> <!-- FRONTNEMSCONTAINER -->
</div> <!-- FRONTMAIN -->
</div> <!-- FRONTCONTAINER -->
2005-10-05 21:27:53 +02:00
2005-12-31 12:26:16 +01:00
</div> <!-- CONTENT -->
<div id= "FOOTER" >
2006-08-19 23:26:51 +02:00
©right;
2006-08-21 22:34:49 +02:00
Le nom FreeBSD est une marque dé posé e appartenant
à la fondation FreeBSD et est utilisé e par le projet
FreeBSD avec la permission de la <a
href="http://www.freebsdfoundation.org/documents/Guidelines.shtml">fondation
FreeBSD</a> .
2006-08-19 23:26:51 +02:00
2005-12-31 12:26:16 +01:00
</div> <!-- FOOTER -->
</div> <!-- CONTAINER -->
</div> <!-- CONTAINERWRAP -->
2002-11-17 17:02:47 +01:00
</body>
</html>
</xsl:template>
</xsl:stylesheet>
<!--
Local Variables:
mode: xml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->