annotate DOCS/fr/bugreports.html @ 10977:3da6b1de1c33

make it work in textmode again && support for nv03 with 4MB RAM
author faust3
date Thu, 02 Oct 2003 10:46:33 +0000
parents 2bc0bd88379b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
2 <HTML>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
3
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
4 <HEAD>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
5 <TITLE>Rapporter un bogue - MPlayer - Le lecteur vidéo pour Linux</TITLE>
9512
883f38591d47 now all translations link to ../default.css
gabucino
parents: 9481
diff changeset
6 <LINK REL="stylesheet" TYPE="text/css" HREF="../default.css">
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
7 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
8 </HEAD>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
9
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
10 <BODY>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
11
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
12
8898
nicolas
parents: 8775
diff changeset
13 <H1><A NAME="B">Appendice B - Comment reporter un bogue</A></H1>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
14
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
15 <P>Les bons rapports de bogue sont une contribution précieuse pour tout
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
16 projet en développement. Mais tout comme pour écrire un bon logiciel, les bons
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
17 rapports de problème exigent du travail. Rendez-vous compte que la plupart des
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
18 développeurs sont extrêmement occupés et reçoivent un nombre obscène d'emails.
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
19 Donc bien que votre retour soit crucial pour l'amélioration de MPlayer et soit
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
20 très apprécié, comprenez que vous devez fournir <B>toutes</B> les informations
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
21 que nous demandons et suivre de près les instructions de ce document.</P>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
22
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
23
8898
nicolas
parents: 8775
diff changeset
24 <H2><A NAME="fix">B.1 Comment réparer les bogues</A></H2>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
25
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
26 <P>Si vous pensez avoir les talents nécessaires vous êtes invité à essayer de
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
27 réparer le bogue vous-même. Ou peut-être l'avez-vous déjà fait ? Veuillez lire
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
28 <A HREF="../tech/patches.txt">ce court document(en anglais)</A> pour trouver comment
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
29 faire inclure votre code dans MPlayer. Les gens de la liste de diffusion
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
30 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</A>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
31 vous assisterons si vous avez des questions.</P>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
32
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
33
8898
nicolas
parents: 8775
diff changeset
34 <H2><A NAME="report">B.2 Comment rapporter les bogues</A></H2>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
35
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
36 <P>Tout d'abord veuillez essayer la dernière version CVS de MPlayer car votre bogue
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
37 y est peut-être déjà réparé. Le développement évolue très rapidement, la plupart
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
38 des problèmes des versions officielles sont rapportés dans les jours voir les
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
39 heures qui suivent, donc n'utilisez <B>que le CVS</B> pour rapporter les bogues.
9481
nicolas
parents: 9332
diff changeset
40 Ceci est également valable pour les paquets binaires de MPlayer. Ne rapportez
nicolas
parents: 9332
diff changeset
41 pas de bogues sur les divers paquets RPM ou Debian de MPlayer.
nicolas
parents: 9332
diff changeset
42 Les instructions CVS peuvent être trouvées en bas de
8898
nicolas
parents: 8775
diff changeset
43 <A HREF="http://www.mplayerhq.hu/homepage/dload.html">cette page</A> ou dans le README. Si
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
44 tout cela ne vous aide pas veuillez vous référer à
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
45 <A HREF="documentation.html#known_bugs">la liste des bogues connus</A> et au
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
46 reste de la documentation. Si votre problème n'est pas connu ou non résolvable
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
47 par nos instructions, alors merci de rapporter le bogue.</P>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
48
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
49 <P>Merci de ne pas envoyer de rapports de bogues en privé à chaque développeur.
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
50 C'est un travail commun et il y a donc plein de gens que cela pourrait intéresser.
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
51 Parfois d'autres utilisateurs on rencontré les mêmes ennuis que vous et savent
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
52 comment contourner le problème même si c'est un bogue dans le code de MPlayer.</P>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
53
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
54 <P>Merci de décrire votre problème avec le plus de détails possibles. Faites
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
55 un petit travail de détective pour restreindre les conditions d'occurrence
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
56 du problème. Est ce que le bogue ne se montre que dans certaines situations ?
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
57 Est-il spécifique à certains fichiers ou types de fichier ? Apparaît-il avec
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
58 un seul codec ou est-ce indépendant du codec ? Pouvez-vous le reproduire avec
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
59 tous les pilotes de sortie ? Plus vous fournissez d'information, plus grandes sont
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
60 nos chances de résoudre votre problème. Merci de ne pas oublier d'inclure également
9289
f08b6945e839 patch by Pierre Lombard <p_l@gmx.fr>
nicolas
parents: 9286
diff changeset
61 les informations importantes requises plus bas, sinon nous ne pourront établir un
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
62 diagnostic précis de votre problème.</P>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
63
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
64 <P>Un guide excellent et bien écrit pour poser des questions sur les forums
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
65 publiques est <A HREF="http://www.linux-france.org/article/these/smart-questions/smart-questions-fr.html">
9775
nicolas
parents: 9512
diff changeset
66 Comment Poser Les Questions De Manière Intelligente</A> par <A HREF="http://www.catb.org/~esr/">Eric S. Raymond</A>. Il y en
8775
nicolas
parents: 8681
diff changeset
67 a un autre (en anglais) appelé <A HREF="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">How to Report Bugs Effectively</A>
nicolas
parents: 8681
diff changeset
68 par <A HREF="http://www.chiark.greenend.org.uk/~sgtatham/">Simon Tatham</A>.
nicolas
parents: 8681
diff changeset
69 Si vous suivez ces règles vous devriez pouvoir obtenir de l'aide. Mais merci de comprendre que nous
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
70 suivons tous les listes de diffusion volontairement sur notre temps libre. Nous
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
71 sommes très occupés et ne pouvons garantir que vous aurez une solution à votre
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
72 problème ou même une réponse.</P>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
73
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
74
8898
nicolas
parents: 8775
diff changeset
75 <H2><A NAME="where">B.3 Où rapporter les bogues</A></H2>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
76
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
77 <P>Souscrivez à la liste de diffusion mplayer-users:<BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
78 &nbsp;&nbsp;&nbsp;&nbsp;<A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-users">http://mplayerhq.hu/mailman/listinfo/mplayer-users</A><BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
79 et décrivez votre problème:<BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
80 &nbsp;&nbsp;&nbsp;&nbsp;<A HREF="mailto:mplayer-users@mplayerhq.hu">mplayer-users@mplayerhq.hu</A></P>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
81
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
82 <P>La langue de cette liste est l'<B>Anglais</B>. Suivez les
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
83 <A HREF="http://www.ietf.org/rfc/rfc1855.txt"> Règles de la Netiquette</A> SVP
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
84 et <B>n'envoyez de mails en HTML</B> sur aucune de nos listes de diffusion.
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
85 Vous ne serez qu'ignoré ou banni. Si vous ne savez pas ce qu'est un mail en HTML
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
86 ou pourquoi c'est mauvais, lisez ce <A HREF="http://expita.com/nomime.html">
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
87 sympatique document</A>. Il explique tous les détails et a des instructions pour
8898
nicolas
parents: 8775
diff changeset
88 désactiver le HTML. Notez également que nous ne ferons pas de CC (copie-conforme)
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
89 individuelle et que c'est donc une bonne idée de souscrire pour recevoir votre
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
90 réponse.</P>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
91
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
92
8898
nicolas
parents: 8775
diff changeset
93 <H2><A NAME ="what">B.4 Que rapporter</A></H2>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
94
8898
nicolas
parents: 8775
diff changeset
95 <P>Vous pouvez avoir besoin d'inclure des fichiers de log, de configuration ou
nicolas
parents: 8775
diff changeset
96 d'échantillon. Si certains sont très gros alors il vaut mieux les uploader
nicolas
parents: 8775
diff changeset
97 sur notre <A HREF="ftp://mplayerhq.hu/MPlayer/incoming/">serveur FTP</A>
nicolas
parents: 8775
diff changeset
98 en format compressé (gzip et bzip2 préférés) et indiquer uniquement leur
nicolas
parents: 8775
diff changeset
99 chemin et nom dans le rapport de bug. Nos listes de diffusion ont une taille
nicolas
parents: 8775
diff changeset
100 de message limite de 80k, si vous avez quelque chose de plus gros vous devrez
nicolas
parents: 8775
diff changeset
101 le compresser ou l'uploader.</P>
nicolas
parents: 8775
diff changeset
102
nicolas
parents: 8775
diff changeset
103 <H3><A NAME="system">B.4.1 Information Système</A></H3>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
104
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
105 <UL>
8775
nicolas
parents: 8681
diff changeset
106 <LI>Votre distribution Linux ou système d'exploitation et version ex.:
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
107 <UL>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
108 <LI>Red Hat 7.1</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
109 <LI>Slackware 7.0 + paquetages de développement de la 7.1 ...</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
110 </UL>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
111 </LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
112 <LI>version du noyau:<BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
113 <CODE>uname -a</CODE></LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
114 <LI>version de la libc:<BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
115 <CODE>ls -l /lib/libc[.-]*</CODE></LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
116 <LI>version du serveur X:<BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
117 <CODE>X -version</CODE></LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
118 <LI>version du gcc et de ld:<BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
119 <CODE>gcc -v<BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
120 ld -v</CODE></LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
121 <LI>version des binutils:<BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
122 <CODE>as --version</CODE></LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
123 <LI>Si vous avez des problèmes avec le mode plein-écran:
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
124 <UL>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
125 <LI>Type de gestionnaire de fenêtre et version</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
126 </UL>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
127 </LI>
8898
nicolas
parents: 8775
diff changeset
128 <LI>Si vous avez des problèmes avec XVIDIX:
nicolas
parents: 8775
diff changeset
129 <UL>
nicolas
parents: 8775
diff changeset
130 <LI>profondeur de couleur de X:<BR>
nicolas
parents: 8775
diff changeset
131 <CODE>xdpyinfo | grep "depth of root"</CODE></LI>
nicolas
parents: 8775
diff changeset
132 </UL>
nicolas
parents: 8775
diff changeset
133 </LI>
nicolas
parents: 8775
diff changeset
134 <LI>Si seule la GUI est boguée:
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
135 <UL>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
136 <LI>Version de GTK</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
137 <LI>Version de GLIB</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
138 <LI>Version de libpng</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
139 <LI>Endroit de la GUI où le bogue se produit</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
140 </UL>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
141 </LI>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
142 </UL>
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
143
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
144
8898
nicolas
parents: 8775
diff changeset
145 <H3><A NAME="hardware">B.4.2 Matériel et pilotes</A></H3>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
146
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
147 <UL>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
148 <LI>info CPU (cela ne fonctionne que sous Linux):<BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
149 <CODE>cat /proc/cpuinfo</CODE></LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
150 <LI>Fabricant et modèle de votre carte vidéo, ex.:
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
151 <UL>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
152 <LI>ASUS V3800U chip: nVidia TNT2 Ultra pro 32MB SDRAM</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
153 <LI>Matrox G400 DH 32MB SGRAM</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
154 </UL>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
155 </LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
156 <LI>Type et version des drivers vidéo, ex.:
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
157 <UL>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
158 <LI>Pilote X intégré</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
159 <LI>nVidia 0.9.623</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
160 <LI>Utah-GLX CVS 2001-02-17</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
161 <LI>DRI from X 4.0.3</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
162 </UL>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
163 </LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
164 <LI>Type et version des drivers son, ex.:
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
165 <UL>
8898
nicolas
parents: 8775
diff changeset
166 <LI>Creative SBLive! Gold avec pilote OSS de oss.creative.com</LI>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
167 <LI>Creative SB16 avec pilotes noyau OSS</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
168 <LI>GUS PnP avec émulation OSS ALSA</LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
169 </UL>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
170 </LI>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
171 <LI>En cas de doute, joignez y le résultat de <CODE>lspci -vv</CODE> sur les systèmes
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
172 Linux.</LI>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
173 </UL>
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
174
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
175
9286
nicolas
parents: 8898
diff changeset
176 <H3><A NAME="configure">B.4.3 Problèmes de configuration</A></H3>
nicolas
parents: 8898
diff changeset
177
nicolas
parents: 8898
diff changeset
178 <P>Si vous rencontrez des erreurs pendant l'éxecution de <CODE>./configure</CODE>, ou
nicolas
parents: 8898
diff changeset
179 si l'autodetection ou autre chose échoue, lisez <CODE>configure.log</CODE>.
nicolas
parents: 8898
diff changeset
180 Vous pouvez y trouver la réponse, par exemple des versions multiples de la même
nicolas
parents: 8898
diff changeset
181 librairie mélangés dans votre système, ou vous avez oublié d'installer les paquets
nicolas
parents: 8898
diff changeset
182 de développement (ceux avec le suffixe -dev). Si vous pensez que c'est un bogue,
nicolas
parents: 8898
diff changeset
183 incluez <CODE>configure.log</CODE> dans votre rapport de bogue.</P>
nicolas
parents: 8898
diff changeset
184
nicolas
parents: 8898
diff changeset
185
nicolas
parents: 8898
diff changeset
186 <H3><A NAME="compilation">B.4.4 Problèmes de compilation</H3>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
187
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
188 Veuillez inclure ces fichiers:
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
189
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
190 <UL>
8775
nicolas
parents: 8681
diff changeset
191 <LI><CODE>config.h</CODE></LI>
nicolas
parents: 8681
diff changeset
192 <LI><CODE>config.mak</CODE></LI>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
193 </UL>
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
194
8775
nicolas
parents: 8681
diff changeset
195 Uniquement si la compilation échoue à partir d'un de ces répertoires, incluez ces fichiers:
nicolas
parents: 8681
diff changeset
196
nicolas
parents: 8681
diff changeset
197 <UL>
nicolas
parents: 8681
diff changeset
198 <LI><CODE>Gui/config.mak</CODE></LI>
nicolas
parents: 8681
diff changeset
199 <LI><CODE>libvo/config.mak</CODE></LI>
nicolas
parents: 8681
diff changeset
200 <LI><CODE>libao2/config.mak</CODE></LI>
nicolas
parents: 8681
diff changeset
201 </UL>
nicolas
parents: 8681
diff changeset
202
nicolas
parents: 8681
diff changeset
203
8898
nicolas
parents: 8775
diff changeset
204 <H3><A NAME="playback">B.4.5 Pour les problèmes de lecture</A></H3>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
205
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
206 <P>Merci d'inclure la sortie de MPlayer en verbosité niveau 1, mais rappelez-vous
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
207 de <B>ne pas tronquer la sortie</B> en le copiant dans votre mail. Les développeurs
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
208 ont besoin de tous les messages pour diagnostiquer correctement un problème.
9289
f08b6945e839 patch by Pierre Lombard <p_l@gmx.fr>
nicolas
parents: 9286
diff changeset
209 Vous pouvez rediriger la sortie dans un fichier comme ceci:</P>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
210
8681
nicolas
parents: 8381
diff changeset
211 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;mplayer -v [options] [nomfichier] &gt; mplayer.log 2&gt;&amp;1</CODE></P>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
212
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
213 <P>Si votre problème est spécifique à un ou plusieurs fichiers, alors merci d'uploader
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
214 le(s) fautif(s) sur:</P>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
215
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
216 <P>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="ftp://mplayerhq.hu/MPlayer/incoming/">ftp://mplayerhq.hu/MPlayer/incoming/</A></P>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
217
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
218 <P>Uploadez aussi un petit fichier texte ayant le même nom que votre fichier mais
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
219 avec une extension .txt. Décrivez le problème que vous avez avec ce fichier et
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
220 incluez votre adresse e-mail ainsi que la sortie de MPlayer en verbosité niveau 1.
8898
nicolas
parents: 8775
diff changeset
221 Généralement les premiers 1-5 MB sont suffisants pour reproduire le problème,
nicolas
parents: 8775
diff changeset
222 mais pour être sûrs nous vous demandons de faire:</P>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
223
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
224 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;dd if=votrefichier of=petitfichier bs=1024k count=5</CODE></P>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
225
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
226 <P>cela coupera les 5 premiers Mo de <STRONG>'votrefichier'</STRONG> et les
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
227 sauvera dans <STRONG>'petitfichier'</STRONG>. Essayez alors de lire le petit fichier,
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
228 et si le bogue persiste vous pouvez envoyer le petit fichier par ftp.
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
229 . <STRONG>N'envoyez jamais</STRONG>ces fichiers par e-mail ! Envoyez les par FTP,
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
230 et postez seulement leur nom/adresse sur ce FTP. Si le fichier est accessible en
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
231 téléchargement, envoyez seulement son adresse <STRONG>exacte</STRONG>.</P>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
232
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
233
8898
nicolas
parents: 8775
diff changeset
234 <H3><A NAME="crash">B.4.6 Plantages</A></H3>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
235
8775
nicolas
parents: 8681
diff changeset
236 <P>Vous devez lancer MPlayer à l'intérieur de <CODE>gdb</CODE> et nous envoyer le résultat
nicolas
parents: 8681
diff changeset
237 complet ou si vous avez un core dump du plantage vous pouvez extraire des informations
nicolas
parents: 8681
diff changeset
238 utiles du fichier <CODE>Core</CODE>. Voici comment:</P>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
239
8898
nicolas
parents: 8775
diff changeset
240
nicolas
parents: 8775
diff changeset
241 <H4><A NAME="debug">B.4.6.1 Comment conserver les informations avec un plantage reproduisible</A></H4>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
242
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
243 Recompilez MPlayer avec les instructions de déboguage:
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
244
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
245 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;./configure --enable-debug=3<BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
246 &nbsp;&nbsp;&nbsp;&nbsp;make</CODE></P>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
247
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
248 et ensuite lancez MPlayer à l'intérieur de gdb en utilisant:
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
249
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
250 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;gdb ./mplayer</CODE></P>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
251
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
252 Vous êtes maintenant à l'intérieur de gdb. Tapez:
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
253
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
254 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;run -v [options-pour-mplayer] nomfichier</code></P>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
255
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
256 et reproduisez votre plantage. Aussitôt que vous l'avez fait, gdb va vous
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
257 renvoyer à la ligne de commande où vous devrez entrer
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
258
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
259 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;bt<BR>
8898
nicolas
parents: 8775
diff changeset
260 &nbsp;&nbsp;&nbsp;&nbsp;disass $pc-32 $pc+32<BR>
nicolas
parents: 8775
diff changeset
261 &nbsp;&nbsp;&nbsp;&nbsp;info all-registers</CODE></P>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
262
8775
nicolas
parents: 8681
diff changeset
263
8898
nicolas
parents: 8775
diff changeset
264 <H4><A NAME="core">B.4.6.2 Comment extraire les informations significatives d'un core dump</A></H4>
8775
nicolas
parents: 8681
diff changeset
265
nicolas
parents: 8681
diff changeset
266 <P>créez le fichier de commande suivant:</P>
nicolas
parents: 8681
diff changeset
267
9286
nicolas
parents: 8898
diff changeset
268 <P><CODE>bt<BR>
nicolas
parents: 8898
diff changeset
269 disass $pc-32 $pc+32<BR>
8775
nicolas
parents: 8681
diff changeset
270 info all-registers</CODE></P>
nicolas
parents: 8681
diff changeset
271
nicolas
parents: 8681
diff changeset
272 <P>puis exécutez simplement la ligne de commande suivante:</P>
nicolas
parents: 8681
diff changeset
273
nicolas
parents: 8681
diff changeset
274 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>gdb mplayer --core=core -batch --command=fichier_de_commande &gt; mplayer.bug</CODE></P>
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
275
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
276
8898
nicolas
parents: 8775
diff changeset
277 <H2><A NAME="advusers">B.5 Je sais ce que je fait...</A></H2>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
278
8381
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
279 <P>Si vous avez créé un rapport de bogue correct en suivant les étapes ci-dessus
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
280 et que vous êtes persuadé qu'il s'agit d'un bug dans MPlayer, pas un problème
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
281 de compilateur ou un fichier endommagé, vous avez déjà lu la documentation et
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
282 vous n'arrivez pas à trouver une solution, vos pilotes son sont OK, alors vous
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
283 pouvez souscrire à la liste mplayer-advusers et envoyer votre rapport dessus
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
284 pour obtenir une réponse meilleure et plus rapide.<BR><BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
285 Soyez prévenu que si vous posez des questions de newbie ou des questions dont
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
286 les réponses sont dans le manuel dessus, vous serez ignoré ou insulté au lieu
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
287 de recevoir une réponse appropriée.<BR>
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
288 Donc ne nous insultez pas et ne vous inscrivez à -advusers que si vous savez
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
289 vraiment ce que vous faites et vous sentez en mesure d'être un utilisateur
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
290 avancé de MPlayer ou un développeur. Si vous correspondez à ces critères il
212b54e0d10f New shiny French translation by Nicolas Le Gaillart < n@tourmentine.com >.
diego
parents: 8145
diff changeset
291 ne devrait pas être difficile de trouver comment on s'inscrit...</P>
2252
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
292
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
293 </BODY>
6697e0568f87 French translation by MoZ <moz@gmx.fr>
arpi
parents:
diff changeset
294 </HTML>