MFen:
applications.sgml 1.26 --> 1.31 developers.sgml 1.114 --> 1.124 includes.navdevelopers.sgml 1.6 --> 1.7 index.xsl 1.141 --> 1.142 send-pr.sgml 1.41 --> 1.51 developers/cvs.sgml 1.4 --> 1.5 snapshots/index.sgml 1.13 --> 1.15 Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
This commit is contained in:
parent
2a62373217
commit
a903dffc47
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27111
7 changed files with 139 additions and 82 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/applications.sgml,v 1.5 2004/08/05 20:29:38 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/applications.sgml,v 1.7 2005/10/05 18:47:07 blackend Exp $">
|
||||
<!ENTITY title "Les applications pour FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
|
@ -7,7 +7,7 @@
|
|||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.26
|
||||
Original revision: 1.31
|
||||
|
||||
Version francaise : Luc Vo Van
|
||||
Version francaise (mise a jour) : Olivier Cherrier <Olivier.Cherrier@cediti.be>
|
||||
|
@ -52,7 +52,7 @@
|
|||
qui apportent des logiciels précompilés et faciles à mettre en
|
||||
place pour votre ordinateur personnel ou votre serveur d'entreprise. De
|
||||
plus en plus de <a
|
||||
href="&base;/commercial/commercial.html">logiciels commerciaux</a>
|
||||
href="&base;/commercial/software.html">logiciels commerciaux</a>
|
||||
sont également écrits pour FreeBSD.</p>
|
||||
|
||||
<p>Quelques exemples d'utilisations de FreeBSD :</p>
|
||||
|
@ -62,7 +62,8 @@
|
|||
aprécient FreeBSD et l'utilisent pour le web, les news Usenet, le FTP, l'Email et
|
||||
d'autres services. FreeBSD étant en mesure de faire fonctionner des
|
||||
logiciels comme le serveur web <a href="http://www.apache.org/">Apache</a>
|
||||
ou encore le serveur FTP Wu-ftpd, il est facile de mettre en place un
|
||||
ou encore le serveur FTP <a href="http://proftpd.org/">ProFTPD</a>,
|
||||
il est facile de mettre en place un
|
||||
FAI communautaire ou commercial. Evidemment, les imbattables <a
|
||||
href="&base;/internet.html">performances réseaux</a> de
|
||||
FreeBSD permettront à tous vos utilisateurs de bénéficier de
|
||||
|
@ -71,11 +72,20 @@
|
|||
<li><b>Station de travail X Window. </b>Que ce soit pour
|
||||
un terminal X modeste ou une station X avancée, FreeBSD
|
||||
est parfaitement adapté. La version libre de X, (<a
|
||||
href="http://www.xfree86.org/">XFree86</a>™) est livrée
|
||||
avec le système. <a href="http://www.xig.com/">Xi
|
||||
Graphics</a> propose également un logiciel X accéléré pour
|
||||
les matériels graphiques haute performance (Matrox par exemple),
|
||||
ainsi que les librairies standard Motif® et OpenGL®.</li>
|
||||
href="http://x.org/">X.Org</a>™) est livrée
|
||||
avec le système. <a
|
||||
href="http://www.nvidia.com/">nVidia</a> fournit des pilotes
|
||||
natifs pour son matériel graphique haute performance,
|
||||
et les standards industriels <a
|
||||
href="http://www.opengroup.org/motif/">Motif</a>® et <a
|
||||
href="http://www.opengl.org/">OpenGL</a>® sont
|
||||
supportés. Les environnements de bureau <a
|
||||
href="http://www.kde.org">KDE</a> et <a
|
||||
href="http://www.gnome.org">GNOME</a> disposent d'un support
|
||||
complet et fournissent une suite bureautique, avec davantage
|
||||
de fonctionnalités pour les produits <a
|
||||
href="http://www.openoffice.org/">OpenOffice.Org</a> et <a
|
||||
href="http://www.softmaker.de/tml_en.htm">TextMaker</a>.</li>
|
||||
|
||||
<li><b>Le réseau. </b>Que ce soit pour le filtrage de paquets,
|
||||
le routage ou les serveurs de noms, FreeBSD peut transformer
|
||||
|
@ -93,9 +103,10 @@
|
|||
|
||||
<li><b>Surfer sur le net.</b> Une véritable station UNIX a
|
||||
toujours été une plate-forme de choix pour surfer sur
|
||||
Internet, et la version BSD de <a
|
||||
href="http://home.netscape.com/comprod/products/communicator/index.html">Netscape
|
||||
Navigator</a> avec support Java fonctionne sous FreeBSD. Explorez le web,
|
||||
Internet. Les versions FreeBSD de <a
|
||||
href="http://www.mozilla.org/products/firefox/">Firefox</a>
|
||||
et <a href="http://www.opera.com/">Opera</a> sont disponibles
|
||||
pour les utilisateurs avancés du web. Explorez le web,
|
||||
publiez vos propres pages web, lisez les news Usenet, envoyez et recevez
|
||||
vos courriers électroniques grâce à votre ordinateur de bureau FreeBSD.</li>
|
||||
|
||||
|
|
|
@ -6,13 +6,13 @@ allows multiple documents to use the abbreviated entities, and allows
|
|||
us to update author names, or the representation of those names (such
|
||||
as adding email addresses), by just editing a single file.
|
||||
|
||||
$FreeBSD: www/fr/developers.sgml,v 1.12 2005/10/04 16:22:29 blackend Exp $
|
||||
$FreeBSD: www/fr/developers.sgml,v 1.13 2005/11/26 11:02:05 blackend Exp $
|
||||
|
||||
-->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.114
|
||||
Original revision: 1.124
|
||||
|
||||
Version francaise (mise a jour) : Vincent Tougait <viny@scientiae.net>
|
||||
Version francaise (mise a jour) : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
|
@ -26,6 +26,7 @@ $FreeBSD: www/fr/developers.sgml,v 1.12 2005/10/04 16:22:29 blackend Exp $
|
|||
<!ENTITY a.alfred "Alfred Perlstein">
|
||||
<!ENTITY a.anholt "Eric Anholt">
|
||||
<!ENTITY a.archie "Archie Cobbs">
|
||||
<!ENTITY a.ariff "Ariff Abdullah">
|
||||
<!ENTITY a.arr "Andrew Reiter">
|
||||
<!ENTITY a.asami "Satoshi Asami">
|
||||
<!ENTITY a.asmodai "Jeroen Ruigrok">
|
||||
|
@ -36,10 +37,12 @@ $FreeBSD: www/fr/developers.sgml,v 1.12 2005/10/04 16:22:29 blackend Exp $
|
|||
<!ENTITY a.bmah "Bruce A. Mah">
|
||||
<!ENTITY a.bmilekic "Bosko Milekic">
|
||||
<!ENTITY a.bms "Bruce M. Simpson">
|
||||
<!ENTITY a.brd "Brad Davis">
|
||||
<!ENTITY a.brian "Brian Somers">
|
||||
<!ENTITY a.brooks "Brooks Davis">
|
||||
<!ENTITY a.brueffer "Christian Brueffer">
|
||||
<!ENTITY a.bruno "Bruno Ducrot">
|
||||
<!ENTITY a.carvay "J. Vicente Carrasco">
|
||||
<!ENTITY a.ceri "Ceri Davies">
|
||||
<!ENTITY a.chern "Chern Lee">
|
||||
<!ENTITY a.chris "Chris Costello">
|
||||
|
@ -47,6 +50,7 @@ $FreeBSD: www/fr/developers.sgml,v 1.12 2005/10/04 16:22:29 blackend Exp $
|
|||
<!ENTITY a.cognet "Olivier Houchard">
|
||||
<!ENTITY a.cp "Chuck Paterson">
|
||||
<!ENTITY a.cperciva "Colin Percival">
|
||||
<!ENTITY a.cracauer "Martin Cracauer">
|
||||
<!ENTITY a.csjp "Christian Peron">
|
||||
<!ENTITY a.dannyboy "Daniel Harris">
|
||||
<!ENTITY a.das "David Schultz">
|
||||
|
@ -62,6 +66,7 @@ $FreeBSD: www/fr/developers.sgml,v 1.12 2005/10/04 16:22:29 blackend Exp $
|
|||
<!ENTITY a.dwhite "Doug White">
|
||||
<!ENTITY a.eik "Oliver Eikemeier">
|
||||
<!ENTITY a.eivind "Eivind Eklund">
|
||||
<!ENTITY a.emax "Maksim Yevmenkin">
|
||||
<!ENTITY a.erwin "Erwin Lansing">
|
||||
<!ENTITY a.fenner "Bill Fenner">
|
||||
<!ENTITY a.gad "Garance A Drosehn">
|
||||
|
@ -82,9 +87,11 @@ $FreeBSD: www/fr/developers.sgml,v 1.12 2005/10/04 16:22:29 blackend Exp $
|
|||
<!ENTITY a.imp "Warner Losh">
|
||||
<!ENTITY a.jake "Jake Burkholder">
|
||||
<!ENTITY a.jasone "Jason Evans">
|
||||
<!ENTITY a.jcamou "Jesus R. Camou">
|
||||
<!ENTITY a.jedgar "Chris D. Faulhaber">
|
||||
<!ENTITY a.jeff "Jeff Roberson">
|
||||
<!ENTITY a.jennifer "Jennifer Yang">
|
||||
<!ENTITY a.jesusr "Jesus Rodriguez">
|
||||
<!ENTITY a.jhb "John Baldwin">
|
||||
<!ENTITY a.jlemon "Jonathan Lemon">
|
||||
<!ENTITY a.jmallett "Juli Mallett">
|
||||
|
@ -110,8 +117,10 @@ $FreeBSD: www/fr/developers.sgml,v 1.12 2005/10/04 16:22:29 blackend Exp $
|
|||
<!ENTITY a.luigi "Luigi Rizzo">
|
||||
<!ENTITY a.marcel "Marcel Moolenaar">
|
||||
<!ENTITY a.marcus "Joe Marcus Clarke">
|
||||
<!ENTITY a.marius "Marius Strobl">
|
||||
<!ENTITY a.markm "Mark Murray">
|
||||
<!ENTITY a.marks "Mark Santcroos">
|
||||
<!ENTITY a.mat "Mathieu Arnold">
|
||||
<!ENTITY a.matk "Mathew Kanner">
|
||||
<!ENTITY a.maxim "Maxim Konovalov">
|
||||
<!ENTITY a.mbr "Martin Blapp">
|
||||
|
@ -135,6 +144,7 @@ $FreeBSD: www/fr/developers.sgml,v 1.12 2005/10/04 16:22:29 blackend Exp $
|
|||
<!ENTITY a.nsayer "Nick Sayer">
|
||||
<!ENTITY a.nyan "Takahashi Yoshihiro">
|
||||
<!ENTITY a.obrien "David O'Brien">
|
||||
<!ENTITY a.pav "Pav Lucistnik">
|
||||
<!ENTITY a.pavalos "Peter Avalos">
|
||||
<!ENTITY a.pb "Pierre Beyssac">
|
||||
<!ENTITY a.pdeuskar "Prafulla Deuskar">
|
||||
|
@ -147,10 +157,12 @@ $FreeBSD: www/fr/developers.sgml,v 1.12 2005/10/04 16:22:29 blackend Exp $
|
|||
<!ENTITY a.re "re@FreeBSD.org">
|
||||
<!ENTITY a.remko "Remko Lodder">
|
||||
<!ENTITY a.rik "Roman Kurakin">
|
||||
<!ENTITY a.rink "Rink Springer">
|
||||
<!ENTITY a.robert "Robert Drehmel">
|
||||
<!ENTITY a.ru "Ruslan Ermilov">
|
||||
<!ENTITY a.rushani "Hideyuki KURASHINA">
|
||||
<!ENTITY a.rwatson "Robert Watson">
|
||||
<!ENTITY a.roberto "Ollivier Robert">
|
||||
<!ENTITY a.rodrigc "Craig Rodrigues">
|
||||
<!ENTITY a.sam "Sam Leffler">
|
||||
<!ENTITY a.schweikh "Jens Schweikhardt">
|
||||
|
@ -161,6 +173,7 @@ $FreeBSD: www/fr/developers.sgml,v 1.12 2005/10/04 16:22:29 blackend Exp $
|
|||
<!ENTITY a.simon "Simon L. Nielsen">
|
||||
<!ENTITY a.sobomax "Maxim Sobolev">
|
||||
<!ENTITY a.sos "Søren Schmidt">
|
||||
<!ENTITY a.ssouhlal "Suleiman Souhlal">
|
||||
<!ENTITY a.stefanf "Stefan Farfeleder">
|
||||
<!ENTITY a.steve "Steve Price">
|
||||
<!ENTITY a.takawata "Takanori Watanabe">
|
||||
|
@ -209,4 +222,4 @@ so that we may keep a list of hat owners and modify only this file. -->
|
|||
<!-- FreeBSD Security Officer -->
|
||||
<!ENTITY a.so '&a.cperciva;'>
|
||||
|
||||
<!ENTITY a.so-team '&a.csjp;, &a.remko;, &a.simon;, &a.cperciva;, &a.des;, &a.guido;, &a.nectar;, &a.rwatson;'>
|
||||
<!ENTITY a.so-team '&a.csjp;, &a.remko;, &a.simon;, &a.cperciva;, &a.des;, &a.nectar;, &a.rwatson;'>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/developers/cvs.sgml,v 1.1 2005/11/02 21:39:11 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/developers/cvs.sgml,v 1.2 2005/12/17 10:58:29 blackend Exp $">
|
||||
<!ENTITY title "Dépôt CVS">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.4
|
||||
Original revision: 1.5
|
||||
-->
|
||||
|
||||
<html>
|
||||
|
@ -73,14 +73,6 @@
|
|||
en <a
|
||||
href="http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd">Ukraine</a>.</p>
|
||||
|
||||
<p>Un miroir public Subversion du dépôt CVS src/ de
|
||||
FreeBSD est mis à disposition à l'adresse
|
||||
svn://svn.clkao.org/freebsd/. Une <a
|
||||
href="http://svn.clkao.org/svnweb/freebsd/">interface web</a>
|
||||
est également disponible. Ceci est destiné aux
|
||||
personnes qui voudraient essayer le gestionnaire de version
|
||||
distribué svk.</p>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD French Documentation Project
|
||||
|
||||
$FreeBSD: www/fr/includes.navdevelopers.sgml,v 1.3 2005/11/02 21:39:11 blackend Exp $
|
||||
Original revision: 1.6
|
||||
$FreeBSD: www/fr/includes.navdevelopers.sgml,v 1.4 2006/01/14 17:34:08 blackend Exp $
|
||||
Original revision: 1.7
|
||||
based on ../share/sgml/includes.navdevelopers.sgml
|
||||
-->
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
|||
<li><a href="&base;/platforms/pc98.html">pc98</a></li>
|
||||
<li><a href="&base;/platforms/ppc.html">ppc</a></li>
|
||||
<li><a href="&base;/platforms/sparc.html">sparc64</a></li>
|
||||
<li><a href="&base;/platforms/xbox.html">xbox</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&enbase;/doc/&url.doc.langcode;/articles/contributing/index.html">Contribuer</a></li>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!-- $FreeBSD: www/fr/index.xsl,v 1.26 2005/10/15 16:21:45 blackend Exp $ -->
|
||||
<!-- $FreeBSD: www/fr/index.xsl,v 1.27 2005/12/31 11:26:15 blackend Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.141
|
||||
Original revision: 1.142
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
Mise a jour: Marc Fonvieille <blackend@FreeBSD.org>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.26 2005/10/15 16:21:45 blackend Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.27 2005/12/31 11:26:15 blackend Exp $'"/>
|
||||
<xsl:variable name="title" select="'Le Projet FreeBSD'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -106,7 +106,7 @@
|
|||
|
||||
<div id="FRONTRELEASES">
|
||||
<div id="FRONTRELEASESCONTENT" class="txtshortcuts">
|
||||
<h2>DERNIERES VERSIONS</h2>
|
||||
<h2><a href="{$base}/releases/">DERNIERES VERSIONS</a></h2>
|
||||
<ul id="FRONTRELEASESLIST">
|
||||
<li>
|
||||
<a href="{$u.rel.announce}">Version de production <xsl:value-of select="$rel.current"/></a>
|
||||
|
|
120
fr/send-pr.sgml
120
fr/send-pr.sgml
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/send-pr.sgml,v 1.7 2005/10/04 16:22:29 blackend Exp $">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/send-pr.sgml,v 1.8 2005/10/05 13:35:54 blackend Exp $">
|
||||
<!ENTITY title "Soumettre un rapport de problème">
|
||||
<!ENTITY copyright "Ce mécanisme d'envoi de PR avec gnats est copyright © 1996
|
||||
The NetBSD Foundation, Inc. Tous droits réservés.">
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.41
|
||||
Original revision: 1.51
|
||||
|
||||
Version francaise : Olivier Cherrier <Olivier.Cherrier@cediti.be>
|
||||
Version francaise (mise a jour) : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
|
@ -21,50 +21,84 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<!-- Copyright (c) 1996 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
|
||||
<!-- Copyright (c) 1996 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
|
||||
|
||||
<img src="&enbase;/gifs/bug.jpg" alt="Bugs" align="right" border="0" width="200" height="233">
|
||||
<img src="&enbase;/gifs/bug.jpg" alt="Bugs" align="right" border="0" width="200" height="233">
|
||||
|
||||
<p>Nous vous remercions de consacrer du temps pour nous rapporter votre problème avec
|
||||
FreeBSD. Veuillez compléter le formulaire suivant avec un maximum de précision. Veuillez vérifier
|
||||
que vous avez bien rempli le champ "Environnement" comme demandé en vous basant sur
|
||||
les informations de la machine sur laquelle le problème est survenu.</p>
|
||||
FreeBSD.</p>
|
||||
|
||||
<p>Ce formulaire vous permet de soumettre des rapports sur des
|
||||
problèmes que vous pensez être des bogues aussi
|
||||
bien dans les sources, la documentation, ou le site web. Si
|
||||
vous avez des problèmes pour installer FreeBSD, ou que
|
||||
vous avez des questions comme "comment faire marcher
|
||||
<b>truc</b>" ou "est-ce que FreeBSD fonctionne avec
|
||||
<b>machin</b>", veuillez poser ces questions dans les forums de
|
||||
support appropriés; consultez la page <a
|
||||
href="support.html">support</a> pour plus d'information.</p>
|
||||
|
||||
<p>Avant de remplir ce formulaire, prenez le temps de lire le guide
|
||||
<a href="&enbase;/doc/&url.doc.langcode;/articles/problem-reports/article.html">
|
||||
Écrire des rapports de bogue pour FreeBSD</a>, et aidez nous à
|
||||
vous aider. Veuillez noter que cette page sert à rapporter
|
||||
des <b>problèmes</b>, et <b>non</b> à fournir un <a
|
||||
href="support.html">support</a> sur FreeBSD.</p>
|
||||
Écrire des rapports de bogue pour FreeBSD</a>. Ceci
|
||||
pourrait vous éviter une perte de temps et une
|
||||
frustration pour avoir de l'aide avec votre problème.
|
||||
Veuillez vérifier que ce problème n'a pas
|
||||
déjà été <a
|
||||
href="&cgibase;/query-pr-summary.cgi?query">rapporté
|
||||
auparavant</a> ou fait partie de la <a
|
||||
href="&enbase;/doc/&url.doc.langcode;/books/faq/">FAQ</a>.</p>
|
||||
|
||||
<p>Veuillez compléter le formulaire suivant avec un maximum
|
||||
de précision. Veuillez vérifier que vous avez bien
|
||||
rempli le champ "Environnement" comme demandé en vous
|
||||
basant sur les informations de la machine sur laquelle le
|
||||
problème est survenu.</p>
|
||||
|
||||
<p><b>Note</b>: l'utilisation du copier/coller ne reproduira pas
|
||||
les tabulations et les espaces. Ce formulaire ne doit pas
|
||||
être utilisé pour soumettre du code en texte
|
||||
brut.</p>
|
||||
|
||||
<p>Veuillez noter que, sauf précision explicite de votre part, tous les changements
|
||||
soumis au Projet FreeBSD seront considérés comme étant sous la même
|
||||
licence que FreeBSD.</p>
|
||||
licence que FreeBSD. Aussi, l'adresse électronique que
|
||||
vous utilisez sera visible du public avec l'interface web, donc
|
||||
vous devriez avoir un filtre antispam efficace en place.</p>
|
||||
|
||||
<p>Enfin, soyez informé que cette page nécessite que vous puissiez
|
||||
voir des images pour éviter des abus du système. Si vous
|
||||
voir des images pour éviter des abus du système.
|
||||
Nous regrettons d'avoir à imposer cette mesure, mais elle
|
||||
est inévitable. Si vous
|
||||
ne pouvez pas voir les images pour quelque raison que ce soit, acceptez nos
|
||||
excuses pour ce dérangement et envoyez nous votre problème par courrier électronique
|
||||
à <a href="mailto:&bugbusters;">l'équipe bugbusters</a> pour que
|
||||
ce problème soit traité.</p>
|
||||
|
||||
<p><b>Note</b>: avant de cliquer sur 'Envoyer', veuillez
|
||||
<b>sauvegarder votre travail</b>. Si votre navigateur garde les
|
||||
images en cache, vous pourriez avoir une vieille image sur votre
|
||||
page, et votre soumission serait rejetée. Suivant votre
|
||||
navigateur, vous pourriez <b>perdre votre travail</b> dans ce
|
||||
cas. Préservez-vous de cette frustration commune.</p>
|
||||
|
||||
<form action="http://www.FreeBSD.org/cgi/dosendpr.cgi" method="post">
|
||||
<input type="hidden" name="submitterid" value="current-users" >
|
||||
<input type="hidden" name="confidential" value="no" >
|
||||
|
||||
<b>Votre adresse de courrier électronique</b> :<br>
|
||||
<input type="text" name="email" size="40">
|
||||
<label for="email">Votre adresse de courrier électronique</label>: <br>
|
||||
<input type="text" name="email" id="email" size="40">
|
||||
|
||||
<br><b>Votre nom</b> :<br>
|
||||
<input type="text" name="originator" size="40" >
|
||||
<br><br><label for="originator">Votre nom</label>:<br>
|
||||
<input type="text" name="originator" id="originator" size="40" >
|
||||
|
||||
<br><b>Votre Organisation ou Société</b> :<br>
|
||||
<input type="text" name="organization" size="40" >
|
||||
<br><br><label for="organization">Votre Organisation ou Société</label>: <br>
|
||||
<input type="text" name="organization" id="organization" size="40" >
|
||||
|
||||
<br><b>Un résumé en une ligne du problème</b> :<br>
|
||||
<input type="text" name="synopsis" size="72" >
|
||||
<br><br><label for="synopsis">Un résumé en une ligne du problème:</label> <br>
|
||||
<input type="text" name="synopsis" id="synopsis" size="60" >
|
||||
|
||||
<br><b>Catégorie</b> : <select name="category">
|
||||
<br><br><label for="category">Catégorie</label>: <select name="category" id="category">
|
||||
<option> advocacy</option>
|
||||
<option> alpha</option>
|
||||
<option> amd64</option>
|
||||
|
@ -82,22 +116,23 @@
|
|||
<option> sparc64</option>
|
||||
<option> standards</option>
|
||||
<option> threads</option>
|
||||
<option> usb</option>
|
||||
<option> www</option>
|
||||
</select>
|
||||
|
||||
<br><b>Gravité</b> : <select name="severity">
|
||||
<br><br><label for="severity">Gravité</label>: <select name="severity" id="severity">
|
||||
<option> non-critical</option>
|
||||
<option> serious</option>
|
||||
<option> critical</option>
|
||||
</select>
|
||||
|
||||
<br><b>Priorité</b> : <select name="priority">
|
||||
<br><br><label for="priority">Priorité</label>: <select name="priority" id="priority">
|
||||
<option> low</option>
|
||||
<option> medium</option>
|
||||
<option> high</option>
|
||||
</select>
|
||||
|
||||
<br><b>Type</b> : <select name="class">
|
||||
<br><br><label for="class">Type:</label> <select name="class" id="class">
|
||||
<option> sw-bug</option>
|
||||
<option> doc-bug</option>
|
||||
<option> change-request</option>
|
||||
|
@ -105,36 +140,33 @@
|
|||
<option> maintainer-update</option>
|
||||
</select>
|
||||
|
||||
<br><b>Quelle version de FreeBSD utilisez-vous</b> : <br>
|
||||
<input type="text" name="release" size="40" >
|
||||
<br><br><label for="release">Quelle version de FreeBSD utilisez-vous</label>: <br>
|
||||
<input type="text" name="release" id="release" size="40" >
|
||||
|
||||
<br><b>Environnement (valeur retournée par la commande "uname -a" sur la machine posant problème</b> :
|
||||
<br><br><label for="environment">Environnement (valeur retournée par la commande "uname -a" sur la machine posant problème)</label>:
|
||||
<br>
|
||||
<textarea name="environment" rows="3" cols="72"></textarea><br>
|
||||
<textarea name="environment" id="environment" rows="3" cols="80"></textarea><br><br>
|
||||
|
||||
<b>Description complète</b> : <br>
|
||||
<textarea name="description" rows="6" cols="72"></textarea><br>
|
||||
<label for="description">Description complète</label>: <br>
|
||||
<textarea name="description" id="description" rows="20" cols="80"></textarea><br><br>
|
||||
|
||||
<b>Méthode pour reproduire le problème</b> : <br>
|
||||
<textarea name="howtorepeat" rows="6" cols="72"></textarea><br>
|
||||
<label for="howtorepeat">Méthode pour reproduire le problème</label>: <br>
|
||||
<textarea name="howtorepeat" id="howtorepeat" rows="10" cols="80"></textarea><br><br>
|
||||
|
||||
<b>Remède à ce problème s'il est connu</b> : <br>
|
||||
<textarea name="fix" rows="6" cols="72"></textarea><br>
|
||||
<label for="fix">Remède à ce problème s'il est connu</label>: <br>
|
||||
<textarea name="fix" id="fix" rows="20" cols="80"></textarea><br><br>
|
||||
|
||||
<b>Enfin, entrez le code de l'image ci-dessous pour prouver
|
||||
que vous n'êtes pas un robot</b>: <br>
|
||||
<img src="http://www.FreeBSD.org/cgi/sendpr-code.cgi?dummy=1"
|
||||
<label for="code-confirm">Enfin, entrez le code de l'image ci-dessous
|
||||
pour prouver que vous n'êtes pas un robot: <br><br>
|
||||
<img src="http://www.FreeBSD.org/cgi/confirm-code.cgi?db=sendpr"
|
||||
alt="Texte aléatoire, si vous ne voyez pas l'image, contactez &bugbusters;"
|
||||
border="0" height="24">
|
||||
<input type="text" name="code-confirm" size="8"><br>
|
||||
border="0" height="24"></label>
|
||||
<input type="text" name="code-confirm" id="code-confirm" size="8"><br><br>
|
||||
|
||||
<input type="submit" value="Envoyer le rapport" >
|
||||
<input type="reset" value="Remise à zéro" >
|
||||
</form>
|
||||
|
||||
<p><b>Note</b> : L'utilisation des commandes copier/coller ne reproduira pas les tabulations et les espaces. Ce formulaire web
|
||||
ne doit pas être utilisé pour transmettre du code en tant que texte brut.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/fr/snapshots/index.sgml,v 1.1 2005/12/30 21:37:13 blackend Exp $">
|
||||
<!ENTITY title "Parution d'instantanés FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -10,7 +10,7 @@
|
|||
]>
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.13
|
||||
Original revision: 1.15
|
||||
-->
|
||||
|
||||
<html>
|
||||
|
@ -29,14 +29,14 @@
|
|||
|
||||
<h2>Obtenir les instantanés</h2>
|
||||
|
||||
<p>Les instantanés actuellement disponibles sont les
|
||||
<p>Les derniers instantanés disponibles sont les
|
||||
suivants:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="&url.snapshots;/Dec_2005/">Instantanés de
|
||||
Décembre 2005</a></li>
|
||||
<li><a href="&url.snapshots;/Nov_2005/">Instantanés de
|
||||
Novembre 2005</a></li>
|
||||
<li><a href="&url.snapshots;/Feb_2006/">Instantanés de
|
||||
Février 2006</a></li>
|
||||
<li><a href="&url.snapshots;/Jan_2006/">Instantanés de
|
||||
Janvier 2006</a></li>
|
||||
<!-- template for adding a new entry:
|
||||
|
||||
<li><a href="&url.snapshots;/Feb_2005/">Snapshots in February, 2005 (alpha, amd64, i386, ia64, pc98, sparc64)</a>
|
||||
|
@ -48,6 +48,14 @@
|
|||
-->
|
||||
</ul>
|
||||
|
||||
<p>Si un instantané pour votre architecture ou la version
|
||||
de FreeBSD dont vous avez besoin n'est pas disponible dans les
|
||||
répertoires ci-dessus, des instantanés
|
||||
antérieurs sont habituellement disponibles dans <a
|
||||
href="&url.snapshots;">&url.snapshots;</a>. Vous pouvez jeter
|
||||
un oeil et voir si un instantané qui répond
|
||||
à vos besoins est présent.</p>
|
||||
|
||||
<p>Actuellement les instantanés de <a
|
||||
href="&enbase;/doc/&url.doc.langcode;/books/handbook/current-stable.html#CURRENT">7-CURRENT</a>,
|
||||
<a
|
||||
|
|
Loading…
Reference in a new issue