2005-09-13 22:19:00 +02:00
|
|
|
<!-- $FreeBSD: www/fr/index.xsl,v 1.14 2005/08/26 08:49:42 blackend Exp $ -->
|
2002-11-17 17:02:47 +01:00
|
|
|
|
|
|
|
<!--
|
|
|
|
The FreeBSD French Documentation Project
|
2005-09-13 22:19:00 +02:00
|
|
|
Original revision: 1.127
|
2002-11-17 17:02:47 +01:00
|
|
|
|
|
|
|
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
2005-08-26 10:49:42 +02:00
|
|
|
Mise a jour: Marc Fonvieille <blackend@FreeBSD.org>
|
2002-11-17 17:02:47 +01:00
|
|
|
-->
|
|
|
|
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
|
|
|
|
<xsl:import href="includes.xsl"/>
|
|
|
|
<xsl:import href="news/includes.xsl"/>
|
|
|
|
|
|
|
|
<xsl:variable name="base" select="'.'"/>
|
2005-09-13 22:19:00 +02:00
|
|
|
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.14 2005/08/26 08:49:42 blackend Exp $'"/>
|
2002-11-17 17:02:47 +01:00
|
|
|
<xsl:variable name="title" select="'Le Projet FreeBSD'"/>
|
|
|
|
|
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'"/>
|
|
|
|
|
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"/>
|
|
|
|
|
|
|
|
<xsl:template match="/">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title><xsl:value-of select="$title"/></title>
|
|
|
|
|
|
|
|
<meta name="description" content="Le Projet FreeBSD"/>
|
|
|
|
|
|
|
|
<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"/>
|
2005-09-13 22:19:00 +02:00
|
|
|
<link rel="shortcut icon" href="{$base}/favicon.ico" type="image/x-icon"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="{$enbase}/index.css" />
|
|
|
|
<link rel="icon" href="{$base}/favicon.ico" type="image/x-icon"/>
|
2004-11-24 22:29:06 +01:00
|
|
|
<link rel="alternate" type="application/rss+xml"
|
|
|
|
title="Nouvelles du projet FreeBSD" href="{$base}/news/news.rdf" />
|
|
|
|
<!-- le RDF des avis de securite n'est pas traduit => enbase -->
|
|
|
|
<link rel="alternate" type="application/rss+xml"
|
|
|
|
title="Avis de sécurité FreeBSD" href="{$enbase}/security/advisories.rdf" />
|
|
|
|
<link rel="alternate" type="application/rss+xml"
|
|
|
|
title="Nouvelles du projet GNOME pour FreeBSD" href="{$base}/gnome/news.rdf" />
|
|
|
|
|
|
|
|
<!-- 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
|
|
|
|
2003-04-06 18:35:26 +02:00
|
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
2002-11-17 17:02:47 +01:00
|
|
|
<tr>
|
|
|
|
<td><a href="http://www.FreeBSD.org/index.html">
|
2003-12-29 17:41:05 +01:00
|
|
|
<img src="{$enbase}/gifs/freebsd_1.gif" height="94" width="306"
|
2002-11-17 17:02:47 +01:00
|
|
|
alt="FreeBSD : Le Pouvoir de Servir" border="0"/></a></td>
|
|
|
|
|
2003-04-06 18:35:26 +02:00
|
|
|
<td align="right" valign="bottom">
|
2002-11-17 17:02:47 +01:00
|
|
|
<form action="http://www.FreeBSD.org/cgi/mirror.cgi"
|
2003-01-26 14:59:03 +01:00
|
|
|
method="get">
|
2002-11-17 17:02:47 +01:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<font color="#990000"><b>Choisissez un serveur proche de chez vous :</b></font>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<select name="goto">
|
2003-12-29 17:41:05 +01:00
|
|
|
<xsl:call-template name="html-index-mirrors-options-list">
|
|
|
|
<xsl:with-param name="mirrors.xml" select="$mirrors.xml" />
|
|
|
|
</xsl:call-template>
|
2002-11-17 17:02:47 +01:00
|
|
|
</select>
|
|
|
|
|
|
|
|
<input type="submit" value=" Go "/>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<font color="#990000"><b>Langue : </b></font>
|
2003-12-29 17:41:05 +01:00
|
|
|
<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>
|
2002-11-17 17:02:47 +01:00
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<hr size="1" noshade="noshade"/>
|
|
|
|
|
|
|
|
<!-- Main layout table -->
|
|
|
|
<table border="0" cellspacing="0" cellpadding="2">
|
|
|
|
<tr>
|
|
|
|
<td valign="top">
|
2005-09-13 22:19:00 +02:00
|
|
|
<table class="panel" cellpadding="4" cellspacing="0">
|
2002-11-17 17:02:47 +01:00
|
|
|
<tr>
|
|
|
|
<td>
|
2004-02-29 14:20:40 +01:00
|
|
|
<xsl:call-template name="html-index-navigation-link-list">
|
|
|
|
<xsl:with-param name="navigation.xml" select="$navigation.xml"/>
|
|
|
|
</xsl:call-template>
|
2002-11-17 17:02:47 +01:00
|
|
|
|
|
|
|
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
|
|
|
|
<small>Rechercher :<br/>
|
|
|
|
<input type="text" name="words" size="10"/>
|
|
|
|
<input type="hidden" name="max" value="25"/>
|
|
|
|
<input type="hidden" name="source" value="www"/>
|
2004-11-24 22:29:06 +01:00
|
|
|
<input type="submit" value="Go"/>
|
|
|
|
</small>
|
2004-02-29 14:20:40 +01:00
|
|
|
</form>
|
|
|
|
</td>
|
2002-11-17 17:02:47 +01:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td></td>
|
|
|
|
|
|
|
|
<!-- Main body column -->
|
|
|
|
|
|
|
|
<td align="left" valign="top" rowspan="2">
|
2005-09-13 22:19:00 +02:00
|
|
|
<h2>Qu'est-ce que FreeBSD ?</h2>
|
2002-11-17 17:02:47 +01:00
|
|
|
|
|
|
|
<p>FreeBSD est un système d'exploitation avancé pour
|
2005-09-13 22:19:00 +02:00
|
|
|
les architectures compatibles x86 (y compris Pentium® et Athlon™), compatibles
|
|
|
|
amd64 (y compris Opteron™, Athlon 64 et EM64T),
|
2004-11-24 22:29:06 +01:00
|
|
|
Alpha/AXP, IA-64, PC-98 et UltraSPARC®.
|
2003-07-14 18:52:49 +02:00
|
|
|
Il est dérivé de UNIX BSD, la version d'<xsl:value-of select="$unix"/>
|
|
|
|
développé à
|
2002-11-17 17:02:47 +01:00
|
|
|
l'Université de Californie, Berkeley.
|
|
|
|
Il est développé et maintenu par
|
|
|
|
<a
|
2004-01-08 01:26:46 +01:00
|
|
|
href="{$enbase}/doc/{$url.doc.langcode}/articles/contributors/index.html">une
|
2002-11-17 17:02:47 +01:00
|
|
|
importante équipe de personnes</a>. D'autres
|
|
|
|
<a href="{$base}/platforms/index.html">plates-formes</a> sont à
|
|
|
|
divers stades de développement.</p>
|
|
|
|
|
2005-09-13 22:19:00 +02:00
|
|
|
<h2>Des fonctions avancées</h2>
|
2002-11-17 17:02:47 +01:00
|
|
|
|
|
|
|
<p>FreeBSD offre aujourd'hui des <a href="{$base}/features.html">fonctions avancées</a>
|
|
|
|
pour le réseau, les performances, la sécurité et
|
|
|
|
la compatibilité
|
|
|
|
qui sont encore absentes d'autres systèmes d'exploitation,
|
|
|
|
y compris certains des meilleurs systèmes commerciaux.</p>
|
|
|
|
|
2005-09-13 22:19:00 +02:00
|
|
|
<h2>Des solutions performantes pour Internet</h2>
|
2002-11-17 17:02:47 +01:00
|
|
|
|
|
|
|
<p>FreeBSD est idéal dans le cadre d'un serveur
|
|
|
|
<a href="{$base}/internet.html">Internet ou Intranet</a>.
|
|
|
|
Il offre des services réseaux robustes, même sous de fortes
|
|
|
|
charges, et utilise efficacement la mémoire afin de maintenir des
|
|
|
|
temps de réponses corrects pour des milliers de processus utilisateurs
|
2004-11-24 22:29:06 +01:00
|
|
|
simultanés.</p>
|
2002-11-17 17:02:47 +01:00
|
|
|
|
2005-09-13 22:19:00 +02:00
|
|
|
<h2>Une grande variété d'applications</h2>
|
2002-11-17 17:02:47 +01:00
|
|
|
|
|
|
|
<p>La qualité de FreeBSD combinée avec le coût très bas et
|
|
|
|
les hautes performances des PC actuels font de FreeBSD une alternative
|
2003-07-14 18:52:49 +02:00
|
|
|
économique aux stations de travail <xsl:value-of select="$unix"/>
|
|
|
|
commerciales. Il est très bien
|
2002-11-17 17:02:47 +01:00
|
|
|
adapté à un grand nombre <a href="{$base}/applications.html">d'applications</a>
|
|
|
|
aussi bien pour les serveurs que pour les postes individuels.</p>
|
|
|
|
|
2005-09-13 22:19:00 +02:00
|
|
|
<h2>Facile à installer</h2>
|
2002-11-17 17:02:47 +01:00
|
|
|
|
|
|
|
<p>FreeBSD peut s'installer depuis divers supports comme des
|
2003-07-14 18:52:49 +02:00
|
|
|
CD-ROM, des DVD-ROM, des disquettes, des bandes magnétiques, une partition MS-DOS® ou, si
|
2002-11-17 17:02:47 +01:00
|
|
|
vous avez une connexion réseau,
|
|
|
|
<i>directement</i> depuis un serveur FTP anonyme ou un serveur NFS. Tout ce dont vous avez besoin
|
|
|
|
est de 2 disquettes vierges de 1.44 Mo et de
|
2004-01-08 01:26:46 +01:00
|
|
|
<a href="{$enbase}/doc/{$url.doc.langcode}/books/handbook/install.html">ces
|
2002-11-17 17:02:47 +01:00
|
|
|
instructions</a>.</p>
|
|
|
|
|
2005-09-13 22:19:00 +02:00
|
|
|
<h2>FreeBSD est <i>libre et gratuit</i></h2>
|
2002-11-17 17:02:47 +01:00
|
|
|
|
2004-11-24 22:29:06 +01:00
|
|
|
<a href="copyright/daemon.html"><img
|
|
|
|
src="{$enbase}/gifs/dae_up3.gif" alt="The BSD Daemon"
|
|
|
|
height="81" width="72" align="right"
|
|
|
|
border="0"/></a>
|
2002-11-17 17:02:47 +01:00
|
|
|
|
|
|
|
<p>Alors que vous pourriez vous attendre à ce qu'un système d'exploitation
|
|
|
|
avec ce type de fonctions soit vendu à un prix élevé, FreeBSD est disponible
|
|
|
|
<a href="{$base}/copyright/index.html">gratuitement</a>
|
2004-11-24 22:29:06 +01:00
|
|
|
et est fourni avec l'intégralité de son code source. Si vous voulez
|
|
|
|
acheter ou télécharger une copie afin de l'essayer,
|
2004-01-08 01:26:46 +01:00
|
|
|
<a href="{$enbase}/doc/{$url.doc.langcode}/books/handbook/mirrors.html">de plus
|
2002-11-17 17:02:47 +01:00
|
|
|
amples informations sont disponibles</a>.</p>
|
|
|
|
|
2005-09-13 22:19:00 +02:00
|
|
|
<h2>Contribuer à FreeBSD</h2>
|
2002-11-17 17:02:47 +01:00
|
|
|
|
|
|
|
<p>Il est facile de contribuer à FreeBSD. Tout ce que vous avez à faire
|
|
|
|
est de trouver une partie de FreeBSD dont vous pensez qu'elle pourrait
|
|
|
|
être améliorée et de faire ces changements (avec soin)
|
|
|
|
puis de les soumettre au projet par l'intermédiaire du programme "send-pr"
|
|
|
|
ou d'une personne y participant déjà, si vous en connaissez une. Cela peut être
|
|
|
|
de la documentation, du graphisme ou du code. Consultez l'article
|
2004-01-08 01:26:46 +01:00
|
|
|
<a href="{$enbase}/doc/{$url.doc.langcode}/articles/contributing/index.html">Contribuer
|
2005-07-22 14:00:55 +02:00
|
|
|
à FreeBSD</a> pour plus d'informations.</p>
|
2002-11-17 17:02:47 +01:00
|
|
|
|
|
|
|
<p>Même si vous n'êtes pas un programmeur, il existe d'autres façons de
|
2004-11-24 22:29:06 +01:00
|
|
|
contribuer à FreeBSD. La <a href="http://www.FreeBSDFoundation.org">Fondation FreeBSD</a> est une
|
2002-11-17 17:02:47 +01:00
|
|
|
organisation à but non-lucratif pour laquelle les dons directs
|
|
|
|
sont entièrement déductibles. Veuillez contacter
|
|
|
|
<a href="mailto:bod@FreeBSDFoundation.org">bod@FreeBSDFoundation.org</a>
|
|
|
|
pour plus d'informations ou écrivez à : The FreeBSD Foundation,
|
2005-09-13 22:19:00 +02:00
|
|
|
7321 Brockway Dr., Boulder, CO. 80303. USA.</p>
|
2002-11-17 17:02:47 +01:00
|
|
|
</td>
|
|
|
|
|
|
|
|
<td></td>
|
|
|
|
|
|
|
|
<!-- Right-most column -->
|
|
|
|
<td valign="top">
|
|
|
|
<!-- News / release info table -->
|
2005-09-13 22:19:00 +02:00
|
|
|
<table class="panel" cellpadding="4" cellspacing="0">
|
2002-11-17 17:02:47 +01:00
|
|
|
<tr>
|
2004-11-24 22:29:06 +01:00
|
|
|
<td valign="top">
|
|
|
|
<p><a href="{$u.rel.announce}">
|
|
|
|
<font size="+1" color="#990000"><b>Version de production :
|
2003-12-29 17:41:05 +01:00
|
|
|
<xsl:value-of select="$rel.current"/></b></font></a><br/>
|
2004-11-24 22:29:06 +01:00
|
|
|
<small>· <a href="{$enbase}/doc/{$url.doc.langcode}/books/handbook/install.html">Guide d'installation</a><br/>
|
2003-12-29 17:41:05 +01:00
|
|
|
· <a href="{$u.rel.notes}">Notes</a><br/>
|
|
|
|
· <a href="{$u.rel.hardware}">Compatibilité matériel</a><br/>
|
2004-11-24 22:29:06 +01:00
|
|
|
· <a href="{$u.rel.installation}">Notes d'installation</a><br/>
|
2003-12-29 17:41:05 +01:00
|
|
|
· <a href="{$u.rel.errata}">Errata</a><br/>
|
2004-11-24 22:29:06 +01:00
|
|
|
· <a href="{$u.rel.migration}">Guide de migration</a></small>
|
|
|
|
</p>
|
2003-01-26 14:59:03 +01:00
|
|
|
|
2004-11-24 22:29:06 +01:00
|
|
|
<p><a href="{$u.rel2.announce}">
|
|
|
|
<font size="+1" color="#990000"><b>Version (ancienne) de production :
|
2003-12-29 17:41:05 +01:00
|
|
|
<xsl:value-of select="$rel2.current"/></b></font></a><br/>
|
|
|
|
|
2004-11-24 22:29:06 +01:00
|
|
|
<small>· <a href="{$enbase}/doc/{$url.doc.langcode}/books/handbook/install.html">Guide d'installation</a><br/>
|
2003-12-29 17:41:05 +01:00
|
|
|
· <a href="{$u.rel2.notes}">Notes</a><br/>
|
|
|
|
· <a href="{$u.rel2.hardware}">Compatibilité matériel</a><br/>
|
2004-11-24 22:29:06 +01:00
|
|
|
· <a href="{$u.rel2.installation}">Notes d'installation</a><br/>
|
|
|
|
· <a href="{$u.rel2.errata}">Errata</a></small>
|
|
|
|
</p>
|
|
|
|
|
2005-09-13 22:19:00 +02:00
|
|
|
<p><a href="snapshots/index.html">
|
|
|
|
<font size="+1" color="#990000"><b>Instantanés</b></font></a></p>
|
|
|
|
|
2004-11-24 22:29:06 +01:00
|
|
|
<p><font size="+1" color="#990000"><b>Nouvelles du Projet</b></font>
|
|
|
|
<xsl:text> </xsl:text>
|
|
|
|
<font color="#990000">(<a href="news/news.rdf">RSS</a>)</font><br/>
|
|
|
|
<font size="-1">Dernière mise à jour :
|
2003-12-29 17:41:05 +01:00
|
|
|
<xsl:call-template name="html-index-news-project-items-lastmodified">
|
2004-12-30 18:53:44 +01:00
|
|
|
<xsl:with-param name="news.project.xml-master" select="$news.project.xml-master" />
|
2003-12-29 17:41:05 +01:00
|
|
|
</xsl:call-template>
|
|
|
|
|
2002-11-17 17:02:47 +01:00
|
|
|
<br/>
|
2004-12-30 18:53:44 +01:00
|
|
|
|
2003-12-29 17:41:05 +01:00
|
|
|
<xsl:call-template name="html-index-news-project-items">
|
2004-12-30 18:53:44 +01:00
|
|
|
<xsl:with-param name="news.project.xml-master" select="$news.project.xml-master" />
|
2004-11-24 22:29:06 +01:00
|
|
|
<xsl:with-param name="news.project.xml" select="$news.project.xml" />
|
2003-12-29 17:41:05 +01:00
|
|
|
</xsl:call-template>
|
|
|
|
|
2002-11-17 17:02:47 +01:00
|
|
|
<a href="news/newsflash.html">Plus...</a>
|
|
|
|
</font></p>
|
|
|
|
|
|
|
|
<p><font size="+1" color="#990000"><b>FreeBSD dans la presse</b></font><br/>
|
|
|
|
|
|
|
|
<font size="-1">
|
|
|
|
Dernière mise à jour :
|
2003-12-29 17:41:05 +01:00
|
|
|
<xsl:call-template name="html-index-news-press-items-lastmodified">
|
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:call-template>
|
|
|
|
|
2002-11-17 17:02:47 +01:00
|
|
|
<br/>
|
2003-12-29 17:41:05 +01:00
|
|
|
|
|
|
|
<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" />
|
|
|
|
</xsl:call-template>
|
|
|
|
|
2002-11-17 17:02:47 +01:00
|
|
|
<a href="news/press.html">Plus...</a>
|
|
|
|
</font>
|
|
|
|
</p>
|
2003-04-06 18:35:26 +02:00
|
|
|
|
2004-11-24 22:29:06 +01:00
|
|
|
<p><font size="+1" color="#990000"><b>Avis de sécurité</b></font>
|
|
|
|
<xsl:text> </xsl:text>
|
|
|
|
<!-- le RDF des avis de securite n'est pas traduit => enbase -->
|
|
|
|
<font color="#990000">(<a href="{$enbase}/security/advisories.rdf">RSS</a>)</font><br/>
|
2003-04-06 18:35:26 +02:00
|
|
|
<font size="-1">
|
|
|
|
Dernière mise à jour :
|
2003-12-29 17:41:05 +01:00
|
|
|
<xsl:call-template name="html-index-advisories-items-lastmodified">
|
2004-11-24 22:29:06 +01:00
|
|
|
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
|
|
|
<xsl:with-param name="type" select="'advisory'" />
|
2003-12-29 17:41:05 +01:00
|
|
|
</xsl:call-template>
|
|
|
|
|
2003-04-06 18:35:26 +02:00
|
|
|
<br/>
|
2003-12-29 17:41:05 +01:00
|
|
|
|
|
|
|
<xsl:call-template name="html-index-advisories-items">
|
2004-11-24 22:29:06 +01:00
|
|
|
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
|
|
|
<xsl:with-param name="type" select="'advisory'" />
|
2003-12-29 17:41:05 +01:00
|
|
|
</xsl:call-template>
|
|
|
|
|
2003-04-06 18:35:26 +02:00
|
|
|
<a href="security/">Plus...</a>
|
|
|
|
</font>
|
|
|
|
</p>
|
2004-11-24 22:29:06 +01:00
|
|
|
|
|
|
|
<!-- pas encore integre -->
|
|
|
|
<xsl:comment>
|
|
|
|
<p><font size="+1" color="#990000"><b><!-- Errata --></b></font>
|
|
|
|
<xsl:text> </xsl:text>
|
|
|
|
<br/>
|
|
|
|
<font size="-1">
|
|
|
|
<!-- Dernière mise à jour : -->
|
|
|
|
<xsl:call-template name="html-index-advisories-items-lastmodified">
|
|
|
|
<xsl:with-param name="advisories.xml" select="$notices.xml" />
|
|
|
|
<xsl:with-param name="type" select="'notice'" />
|
|
|
|
</xsl:call-template>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
</font>
|
|
|
|
</p>
|
|
|
|
</xsl:comment>
|
|
|
|
|
2002-11-17 17:02:47 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<p> </p>
|
|
|
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="1"
|
|
|
|
bgcolor="#000000" width="100%">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<table cellpadding="4" cellspacing="0" border="0"
|
|
|
|
bgcolor="#FFFFFF" width="100%"><tr>
|
|
|
|
<td>Pour en apprendre davantage à propos de FreeBSD, visitez notre galerie
|
|
|
|
de
|
|
|
|
<a href="{$base}/publish.html">publications</a> ou
|
|
|
|
<a href="news/press.html">d'articles de presse</a>
|
|
|
|
liés à FreeBSD,
|
|
|
|
et visitez notre site web !</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<hr noshade="noshade" size="1" />
|
|
|
|
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="3">
|
|
|
|
<tr>
|
|
|
|
<td><a href="http://www.freebsdmall.com/"><img
|
2003-12-29 17:41:05 +01:00
|
|
|
src="{$enbase}/gifs/mall_title_medium.gif" alt="[FreeBSD Mall]"
|
2004-11-24 22:29:06 +01:00
|
|
|
height="65" width="165" border="0"/></a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<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="{$enbase}/gifs/darbylogo.gif" alt="[Daemon News]"
|
|
|
|
height="45" width="130" border="0"/></a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td><a href="{$base}/art.html"><img
|
|
|
|
src="{$enbase}/gifs/powerlogo.gif" alt="[Powered by FreeBSD]"
|
|
|
|
height="64" width="160" border="0"/></a>
|
|
|
|
</td>
|
2002-11-17 17:02:47 +01:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<table width="100%" cellpadding="0" border="0" cellspacing="0">
|
|
|
|
<tr>
|
|
|
|
<td align="left"
|
|
|
|
valign="top"><small><a href="{$base}/mailto.html">Contactez
|
|
|
|
nous</a><br/>
|
|
|
|
<xsl:value-of select="$date"/></small></td>
|
|
|
|
|
|
|
|
<td align="right"
|
2005-08-26 10:49:42 +02:00
|
|
|
valign="top"><small><a href="copyright/index.html">Infos légales</a><br/> © 1995-2005
|
2002-11-17 17:02:47 +01:00
|
|
|
Le Projet FreeBSD.<br/>
|
|
|
|
Tous droits réservés.</small></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</xsl:template>
|
|
|
|
</xsl:stylesheet>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Local Variables:
|
|
|
|
mode: xml
|
|
|
|
sgml-indent-data: t
|
|
|
|
sgml-omittag: nil
|
|
|
|
sgml-always-quote-attributes: t
|
|
|
|
End:
|
|
|
|
-->
|