summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/articles/fr/speeches-and-interviews.html
blob: a888f4b1b309b2800cff5baa207d0a9e9f92ae2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
<!--#set var="ENGLISH_PAGE" value="/philosophy/speeches-and-interviews.en.html" -->

<!--#include virtual="/server/header.fr.html" -->
<!-- Parent-Version: 1.97 -->
<!-- This page is derived from /server/standards/boilerplate.html -->
<!--#set var="DISABLE_TOP_ADDENDUM" value="yes" -->

<!-- This file is automatically generated by GNUnited Nations! -->
<title>Discours et entretiens - Projet GNU - Free Software Foundation</title>
<style type="text/css" media="screen"><!--
#content h3 { margin-top: 1.5em; border-bottom: 2px solid #bbb; }
h3 small { font-weight: normal; font-size: .66em; }
#content a[href^="http://"]:after,
#content a[href^="https://"]:after { content: "\2197"; }
.lang { background: #ffc; }
.speech-title { font-size: 1.06em; }
.descr { color: #555; }
span.descr { font-size: .875em; }
-->
</style>

<!--#include virtual="/philosophy/po/speeches-and-interviews.translist" -->
<!--#include virtual="/server/banner.fr.html" -->
<!--#include virtual="/philosophy/philosophy-menu.fr.html" -->
<!--GNUN: OUT-OF-DATE NOTICE-->
<!--#include virtual="/server/top-addendum.fr.html" -->
<div class="reduced-width">
<h2>Discours et entretiens</h2>
<hr class="thin" />

<div class="introduction">
<p class="important">Regardez l'<a
href="//www.fsf.org/blogs/rms/20140407-geneva-tedx-talk-free-software-free-society/">enregistrement
vidéo</a> (et <a
href="https://static.fsf.org/nosvn/RMS_Intro_to_FS_TEDx_Slideshow.odp">les
diapos</a>) de la conférence donnée par Richard M. Stallman au TEDx, à
Genève (Suisse) le 7 avril 2014.</p>
<hr class="no-display" />

<p>La plupart des enregistrements de conférences et autres événements du projet
GNU et de la FSF sont sur <a
href="//audio-video.gnu.org">audio-video.gnu.org</a>.</p>

<div class="button c">
 <a href="//audio-video.gnu.org/audio/">Enregistrements audio</a>&nbsp; <a
href="//audio-video.gnu.org/video/">Enregistrements vidéo</a>
</div>

<p>Les deux listes ci-dessous répertorient seulement (en ordre chronologique
inversé) les conférences et entretiens pour lesquels des transcriptions sont
disponibles, ou qui sont hébergés sur d'autres sites. Sauf indication
contraire, l'orateur ou la personne interviewée est Richard Stallman. Si
vous souhaitez proposer une transcription, merci d'écrire à &lt;<a
href="mailto:webmasters@gnu.org">webmasters@gnu.org</a>&gt;.</p>
</div>

<h3 id="speeches" class="inline-block">Conférences&nbsp; <small>[<a
href="#interviews">&rarr; entretiens</a>]</small></h3>

<ul class="blurbs">

<!--===========  Please use this template to add new items  ===========
                            (adjust as needed)
 <li>

  <p><span class="date-tag">DATE_OF_THE_SPEECH</span>
  <span class="lang">[in LANG]</span><br />                         (#)
  <span class="speech-title">
  <a href="TRANSCRIPT_URL" hreflang="LANGUAGE_CODE_IF_NOT_EN">
  TITLE</a>
  (by AUTHOR_IF_NOT_RMS)                                            (#)
  [TRANSLATED_TITLE_AS_NEEDED]                                      (#)
  </span>
  <br /><span class="descr">at LOCATION</span>                      (#)
  </p>

  <p class="descr">DESCRIPTION</p>                                  (#)

  <p><a href="URL" hreflang="LANG_CODE_IF_NOT_EN">audio/video</a></p>   (#)
 </li>
                                                   (#) Delete if unused
    ===================================================================-->
<li>
  <p><span class="date-tag">16 avril 2016</span> <span class="lang">[en
français]</span><br />
  <span class="speech-title"><a
href="/philosophy/rms-pour-une-societe-numerique-libre.fr.html"
hreflang="fr">Pour une société numérique libre</a></span>
  <br /><span class="descr">à la Médiathèque Aragon de Choisy-le-Roi</span></p>

  <p><a
href="//audio-video.gnu.org/video/2016-04-16--rms--pour-une-societe-numerique-libre--choisy-le-roi--france.ogv">vidéo</a></p>
 </li>
 
 <li>
  <p><span class="date-tag">3 août 2013</span><br />
  <span class="speech-title"><a href="//www.fsf.org/blogs/rms/20130803-berlin"
hreflang="en">Intronisation à l'<i>Internet Hall of Fame</i></a> &mdash;
Discours de remerciement</span></p>

  <p><a
href="//audio-video.gnu.org/video/2013-08-03--rms--berlin--internet-hall-of-fame.webm"
hreflang="en">vidéo</a></p>
 </li>

 <li>
  <p><span class="date-tag">22 mars 2013</span> <span class="lang">[en
français]</span><br />
  <span class="speech-title"><a
href="/philosophy/vers-une-societe-numerique-libre.fr.html">Vers une société
numérique libre</a></span>
  <br /><span class="descr">à l'Université de Poitiers</span></p>

  <p><a
href="https://web.archive.org/web/20160222040519/https://uptv.univ-poitiers.fr/program/richard-stallman-vers-une-societe-numerique-libre/video/3736/index/index.html">vidéo</a></p>
 </li>

 <li>
  <p><span class="date-tag">Novembre 2012</span><br />
  <span class="speech-title"><a href="/philosophy/rms-patents.html">Solutions
au problème des brevets logiciels</a></span>
  <br /><span class="descr">au Locatelli Center, Université de Santa Clara</span></p>

  <p><a href="//audio-video.gnu.org/video/keynote-what-is-the-problem.webm"
hreflang="en">vidéo</a></p>
 </li>

 <li>
  <p><span class="date-tag">19 octobre, 2011</span><br />
  <span class="speech-title"><a
href="/philosophy/free-digital-society.html">Une société numérique libre -
Qu'est-ce qui rend une société numérique bonne ou mauvaise ?</a> </span>
  <br /><span class="descr">à Sciences Po Paris</span></p>

  <p><a href="//audio-video.gnu.org/video/stallman-sciencespo-freesociety.webm"
hreflang="en">vidéo</a></p>
 </li>

 <li>
  <p><span class="date-tag">12 octobre 2009</span><br />
  <span class="speech-title"><a
href="/philosophy/copyright-versus-community.html">Copyright et
mondialisation à l'âge des réseaux informatiques</a></span>
  <br /><span class="descr">au congrès de l'Association des bibliothèques et de
l'information de Nouvelle-Zélande (LIANZA) à Christchurch</span></p>

  <p><a href="//audio-video.gnu.org/audio/Richard_Stallman_LIANZA_09.ogg"
hreflang="en">audio</a></p>
 </li>

 <li>
  <p><span class="date-tag">8 octobre 2009</span><br />
  <span class="speech-title"><a
href="/philosophy/danger-of-software-patents.html">Le danger des brevets
logiciels</a></span>
  <br /><span class="descr">à l'Université Victoria de Wellington,
Nouvelle-Zélande</span></p>

  <p><a href="//audio-video.gnu.org/audio/patentsvuw2009.ogg"
hreflang="en">audio</a></p>
 </li>
 
 <li>
  <p><span class="date-tag">15 juillet 2008</span><br />
  <span class="speech-title"><a
href="/education/misc/rms-education-es-transcription.txt" hreflang="es">Free
Software et Education</a>, mini-conférence de 6 minutes</span> <span
class="lang">[en espagnol]</span>
  <br /><span class="descr">au congrès FKFT2008 Conference, Barcelone,
Espagne</span></p>

  <p class="descr"><a
href="/education/misc/edu-misc.html#transcription-rms-education">Transcriptions</a>
et <a
href="/education/misc/edu-misc.html#subtitles-rms-education">sous-titres</a>
en plusieurs langues.</p>
  <p><a href="//audio-video.gnu.org/video/rms-education-es.ogv"
hreflang="es">Video sans sous-titres</a>, en espagnol<br />
  Vidéos avec sous-titres intégrés en
<a
href="//audio-video.gnu.org/video/rms-education-es-high-sub.fr.ogv">français</a>,&nbsp;

<a
href="//audio-video.gnu.org/video/rms-education-es-high-sub.en.ogv">anglais</a>,&nbsp;

<a
href="//audio-video.gnu.org/video/rms-education-es-high-sub.es.ogv">espagnol</a>,&nbsp;<a
href="//audio-video.gnu.org/video/rms-education-es-high-sub.it.ogv">italien</a>,&nbsp;

<a
href="//audio-video.gnu.org/video/rms-education-es-high-sub.nl.ogv">néerlandais</a>,&nbsp;

<a
href="//audio-video.gnu.org/video/rms-education-es-high-sub.pt-br.ogv">portugais
brésilien</a></p>
 </li>
 
 <li>
  <p><span class="date-tag">24 september 2007</span><br />
  <span class="speech-title"><a
href="rms-pavia-doctoral-address.html"><i>Pavia Doctoral Address: Innovation
Is Secondary When Freedom Is at Stake</i></a></span>
  <br /><span class="descr">à l'Université de Pavie (Italie)</span></p>
 </li>

 <li>
  <p><span class="date-tag">3 avril 2007</span> <span class="lang">[en
français]</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20210417172347/https://www.librealire.org/conference-de-richard-stallman-a-l-enst-de-paris">Logiciel
libre : les droits de l'homme de l'utilisateur</a></span>
  <br /><span class="descr">à Télécom Paris (ENST), France</span></p>
  <p><a
href="//audio-video.gnu.org/video/Richard_Stallman/fr/RMS03042007.theora.ogg">vidéo</a> 
<a
href="https://web.archive.org/web/20151018033034/http://media.april.org/video/RMS-ENST-20070403/RMS03042007.ogg">audio</a></p>
 </li>

 <li>
  <p><span class="date-tag">Août 2006</span><br />
  <span class="speech-title"><a href="/philosophy/rms-kol.html">Le logiciel
libre dans l'administration du Bengale-Occidental</a></span>
  <br /><span class="descr">à Kolkata (anciennement Calcutta)</span></p>
 </li>

 <li>
  <p><span class="date-tag">3 mai 2006</span><br />
  <span class="speech-title"><a
href="https://en.wikisource.org/wiki/Free_Software_and_Free_Media"
hreflang="en"><i>Free Software and Free Media</i></a> (Logiciel libre et
médias libres), par Eben Moglen)</span>
  <br /><span class="descr">à la bibliothèque <i>Jefferson Market Library</i> de New
York, pour le <i>Metropolitan NY Chapter of the Internet Society</i></span></p>

  <p><a href="https://punkcast.com/964/">vidéo</a></p>
 </li>

 <li>
  <p><span class="date-tag">7 avril 2005</span><br />
  <span class="speech-title"><i>Goals and Philosophy of Free Software and the
GNU Project</i> (Objectifs et philosophie du projet GNU)</span>
  <br /><span class="descr">à l'Université de Pittsburgh</span></p>

  <p class="descr">
  <a
href="https://web.archive.org/web/20180628165142/http://wm-eddie.info/rms.html"
hreflang="en">introduction</a> (pas de transcription de la conférence)
  <br /><a
href="https://web.archive.org/web/20160329115124/http://wm-eddie.info/20050407_RMS.ogg"
hreflang="en">audio</a></p>
 </li>

 <li>
  <p><span class="date-tag">14 octobre 2004</span><br />
  <span class="speech-title"><i>The Danger of Software Patents</i></span> (Le
danger des brevets logiciels)
  <br /><span class="descr">à l'Université de Nouvelle-Galles du Sud, Sydney,
Australie</span></p>

  <p class="descr">
  <a
href="https://web.archive.org/web/20210411070158/http://www.ariel.com.au/a/rms-unsw.html"
hreflang="en">résumé détaillé</a> par Patrick Jordan (pas de transcription
de la conférence)
  <br /><a
href="https://audio-video.gnu.org/audio/dangers_of_software_patents-Richard_Stallman-nsw_04.ogg"
hreflang="en">audio</a></p>
 </li>

 <li>
  <p><span class="date-tag">11 juin 2004</span><br />
  <span class="speech-title"><a
href="/philosophy/google-engineering-talk.html">GNU et la Fondation pour le
logiciel libre</a></span>
  <br /><span class="descr"><i>Engineering Tech Talk</i> (conférence technique) au
siège de Google</span></p>
 </li>

 <li>
  <p><span class="date-tag">23 février 2004</span><br />
  <span class="speech-title"><a
href="/philosophy/moglen-harvard-speech-2004.html">Droit d'auteur et
SCO</a>, par Eben Moglen</span>
  <br /><span class="descr">à Harvard</span></p>
 </li>

 <li>
  <p><span class="date-tag">17 février 2004</span><br />
  <span class="speech-title"><a href="/philosophy/nit-india.html">Logiciel
libre</a></span>
  <br /><span class="descr">au <i>National Institute of Technology</i>,
Tiruchirappalli, Inde</span></p>
 </li>

 <li>
  <p><span class="date-tag">16 juillet 2003</span><br />
  <span class="speech-title"><a href="/philosophy/wsis-2003.html">Logiciel
libre et développement durable</a></span>
  <br /><span class="descr">au Sommet mondial sur la société de l'information</span></p>
 </li>

 <li>
  <p><span class="date-tag">21 avril 2003</span><br />
  <span class="speech-title"><a href="/philosophy/rieti.html">L'avenir du
logiciel libre</a></span>
  <br /><span class="descr">au RIETI <i>(Research Institute of Economy, Trade and
Industry)</i>, ministère japonais de l'Économie</span></p>
 </li>

 <li>
  <p><span class="date-tag">25 mars 2002</span><br />
  <span class="speech-title"><a href="/philosophy/software-patents.html">Les
brevets logiciels, obstacles au développement logiciel</a></span>
  <br /><span class="descr">au Labo d'informatique de l'Université de
Cambridge</span></p>

  <p><a href="//audio-video.gnu.org/audio/#patent-cambridge-2002-03-25"
hreflang="en">audio</a></p>
 </li>

 <li>
  <p><span class="date-tag">30 janvier 2002</span> <span class="lang">[en
français]</span><br />
  <span class="speech-title"><a
href="/philosophy/2002-linuxexpo-paris.fr.html">L'éthique du système
GNU/Linux et de la communauté des logiciels libres, les tâches à accomplir
et les risques à envisager</a></span>
  <br /><span class="descr">à Linux Expo 2002, CNIT de La Défense, Paris</span></p>

  <p><a
href="//audio-video.gnu.org/audio/francais/rms-speech-paris-30-jan-2002.ogg">audio</a></p>
 </li>

 <li>
  <p><span class="date-tag">November 20, 2001</span> <span class="lang">[en
français]</span><br />
  <span class="speech-title">Logiciel libre et administration</span>
  <br /><span class="descr">à l'Assemblée nationale</span></p>

  <p class="descr">
  <a
href="https://web.archive.org/web/20210414194638/https://www.april.org/actions/rms/20011120/">transcription
du discours d'introduction de Noël Mamère</a>
  <br /><a
href="https://web.archive.org/web/20171012124221/http://april.org/actions/rms/19981110/photos/">photos</a></p>
 </li>

 <li>
  <p><span class="date-tag">24 juillet 2001</span><br />
  <span class="speech-title"><a href="/philosophy/stallman-mec-india.html">Le
danger des brevets logiciels</a></span>
  <br /><span class="descr">au Model Engineering College de l'État du Kerala,
Inde</span></p>

  <p><a href="//audio-video.gnu.org/audio/rms-mec-india.ogg"
hreflang="en">audio</a></p>
 </li>

 <li>
  <p><span class="date-tag">29 mai 2001</span><br />
  <span class="speech-title"><a
href="/philosophy/rms-nyu-2001-transcript.html">Logiciel libre : liberté et
coopération</a></span>
  <br /><span class="descr">à New York University</span></p>
 </li>

 <li>
  <p><span class="date-tag">19 avril 2001</span><br />
  <span class="speech-title"><a
href="/philosophy/copyright-and-globalization.html">Copyright et
mondialisation à l'âge des réseaux informatiques</a></span>
  <br /><span class="descr">au MIT, dans le Forum des communications</span></p>
 </li>

 <li>
  <p><span class="date-tag">Juillet 2000</span><br />
  <span class="speech-title"><a
href="/philosophy/copyright-versus-community-2000.html">Copyright et
mondialisation à l'âge des réseaux informatiques</a></span></p>
 </li>

 <li>
  <p><span class="date-tag">5 décembre 1998</span><br />
  <span class="speech-title"><a href="/philosophy/greve-clown.html">Histoire
et philosophie du projet GNU</a>, par Georg Greve</span>
  <br /><span class="descr">à l'Université de Paderborn, Allemagne</span></p>

  <p class="descr">Cette conférence a été donnée <a href="/philosophy/greve-clown.de.html"
hreflang="de"><span class="lang">en allemand</span></a>, puis traduite <a
href="/philosophy/greve-clown.en.html" hreflang="en">en anglais</a> par
l'auteur.</p>
 </li>

 <li>
  <p><span class="date-tag">10 novembre 1998</span> <span class="lang">[en
français]</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20171012122917/http://april.org/files/documents/html/texte.html">Le
logiciel libre</a></span>
  <br /><span class="descr">à l'Université Paris 8</span></p>
  
  <p><a
href="https://web.archive.org/web/20171012124221/http://april.org/actions/rms/19981110/photos/">photos</a></p>
 </li>

 <li>
  <p><span class="date-tag">30 octobre 1986</span><br />
  <span class="speech-title"><a href="/philosophy/stallman-kth.html">La
communauté des hackers et les débuts du mouvement du logiciel
libre</a></span>
  <br /><span class="descr">au Kungliga Tekniska Högskolan (Institut royal de
technologie), Stockholm, Suède</span></p>
 </li>
</ul>


<h3 id="interviews">Entretiens&nbsp; <small>[<a href="#speeches">&rarr; conférences</a>]</small></h3>

<ul class="blurbs">

<!--===========  Please use this template to add new items  ===========
                            (adjust as needed)
 <li>

  <p><span class="date-tag">DATE_OF_THE_INTERVIEW</span>
  <span class="lang">[in LANG]</span><br />                         (#)
  <span class="speech-title">
  <a href="TRANSCRIPT_URL" hreflang="LANGUAGE_CODE_IF_NOT_EN">
  TITLE</a>
  [TRANSLATED_TITLE_AS_NEEDED]                                      (#)
  </span>
  <br />conducted by HOST for ...
  </p>

  <p class="descr">OTHER_INFO</p>                                   (#)

  <p><a href="URL" hreflang="LANG_CODE_IF_NOT_EN">audio/video</a></p>   (#)
 </li>
                                                   (#) Delete if unused
    ===================================================================-->
<li>
  <p><span class="date-tag">Septembre 2018</span><br />
  <span class="speech-title"><a
href="https://newleftreview.org/issues/ii113/articles/richard-stallman-talking-to-the-mailman">Talking
to the Mailman</a> (Entretien avec le messager)</span>
  <br />mené par Rob Lucas</p>

  <p class="descr">(publié dans la <cite>New Left Review</cite>, numéro 113)</p>
 </li>

 <li>
  <p><span class="date-tag">18 mars 2014</span><br />
  <span class="speech-title">Freedom, Malware &amp; Cannibalism</span>
(Liberté, maliciels et cannibalisme)
  <br />mené par Justin Hall à l'Internet Archive, San Francisco</p>

  <p class="descr">
  <a
href="https://archive.org/details/RichardStallmanInterviewByJustinHall201403"
hreflang="en">introduction</a> (pas de transcription de l'entretien)</p>
  <p><a
href="https://archive.org/download/RichardStallmanInterviewByJustinHall201403/Richard%20Stallman%20Interview%20by%20Justin%20Hall%202014-03.ogv"
hreflang="en">vidéo</a></p>
 </li>

 <li>
  <p><span class="date-tag">12 novembre 2012</span><br />
  <span class="speech-title">Entretien sur Hacker Public Radio</span>
  <br />mené par pokey</p>

  <p class="descr">
  <a
href="https://web.archive.org/web/20220309092526/https://hackerpublicradio.org/eps.php?id=1116"
hreflang="en">introduction et commentaires</a> (pas de transcription de
l'entretien)
  <br /><a
href="https://web.archive.org/web/20191220202249/https://hackerpublicradio.org/local/hpr1116.ogg"
hreflang="en">audio</a></p>
 </li>

 <li>
  <p><span class="date-tag">Mai 2012</span><br />
  <span class="speech-title"><a href="/philosophy/ough-interview.html">Richard
Stallman, une légende de l'informatique</a></span>
  <br />mené par Theodoros Papatheodorou pour <cite>OUGH!</cite></p>

  <p class="descr">(publié initialement <span class="lang">en grec</span>, en deux parties : <a
href="https://web.archive.org/web/20210119115640/https://www.ough.gr/index.php?mod=articles&amp;op=view&amp;id=753"
hreflang="el">1re partie</a>, <a
href="https://web.archive.org/web/20210422231305/https://www.ough.gr/index.php?mod=articles&amp;op=view&amp;id=839"
hreflang="el">2e partie</a>)</p>
 </li>

 <li>
  <p><span class="date-tag">14 mai 2012</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20220320064515/https://liberte-info.net/interviews/richard_stallman.html">The
US is democratic in form, but its democracy is so sick that it hardly
functions</a> (Les États-Unis sont démocratiques dans la forme, mais leur
démocratie est si malade qu'elle fonctionne à peine)</span>
  <br />mené par Mehdi pour <cite>Liberté Info</cite></p>
 </li>

 <li>
  <p><span class="date-tag">19 janvier 2012</span><br />
  <span class="speech-title"><a href="/philosophy/rms-aj.html">Entretien avec
Richard Stallman le lendemain des protestations mondiales contre SOPA et
PIPA</a></span></p>

  <p class="descr">Cet entretien inclut des commentaires sur les projets de loi sur le
copyright, SOPA et PIPA, et sur les protestations auxquelles le projet GNU
et la Free Software Foundation<a
href="https://web.archive.org/web/20120118201902/http://www.gnu.org/">s'était
joints</a>.</p>

  <p><a href="https://inv.bp.projectsegfau.lt/watch?v=fwz_vMdxmDU">vidéo</a>
(sans l'introduction de l'intervieweur)</p>
 </li>

 <li>
  <p><span class="date-tag">4 novembre 2010</span><br />
  <span class="speech-title"><a
href="/philosophy/the-law-of-success-2.html">La loi de la réussite 2.0 : un
entretien avec Richard Stallman</a></span>
  <br />mené par Haegwan Kim</p>
 </li>

 <li>
  <p><span class="date-tag">28 septembre 2010</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20211026085549/https://www.greenleft.org.au/content/richard-stallman-and-free-software-movement"
hreflang="en">Richard Stallman and the Free Software Movement</a> (Richard
Stallman et le mouvement du logiciel libre)</span>
  <br />mené par Greg Adamson pour <cite>Green Left</cite></p>
 </li>

 <li>
  <p><span class="date-tag">October 2009</span><br />
  <span class="speech-title"><a href="/philosophy/rms-on-radio-nz.html">RMS
sur Radio NZ - Octobre 2009</a></span>
  <br />mené par Kim Hill pour Radio New Zealand</p>

  <p class="descr">Sujets principaux : surveillance, « guerre contre le terrorisme », traités
de libre échange, DRM, soutien aux artistes et autres.</p>
 </li>

 <li>
  <p><span class="date-tag">13 avril 2009</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20090430053331/http://broadcast.oreilly.com/2009/04/stallman-discusses-free-softwa.html"
hreflang="en">Stallman Discusses Free Software and GPLv3</a> (Stallman
discute du logiciel libre et de la GPLv3)</span>
  <br />mené par Federico Biacuzzi pour <cite>O’Reilly Media</cite></p>

  <p class="descr">L'entretien couvre une large discussion des licences de logiciel libre ainsi
que l'histoire et les activités actuelles de la FSF, l'expansion de lois
similaires à la loi DMCA dans le monde, les brevets logiciels et le besoin
de pilotes de périphériques libres.</p>
 </li>

 <li>
  <p><span class="date-tag">28 september 2008</span><br />
  <span class="speech-title"><i><a
href="http://web.archive.org/web/20090516000904/http://www.zeuux.org/philosophy/billxu-rms-fsm-ancient-to-gplv2.html"
hreflang="en">Free Software Movement: From Genesis to the GNU GPL version
2</a></i> [v.1.8] (Mouvement du logiciel libre : de la génèse à la GNU GPL
version 2)</span>
  <br />mené par Bill Xu pour <cite>Zeuux</cite></p>

  <p class="descr">(également publié <a
href="https://web.archive.org/web/20100621084138/http://www.zeuux.org/philosophy/billxu-rms-fsm-ancient-to-gplv2.cn.html"
hreflang="zh-cn"><span class="lang">en chinois</span></a>)</p>
 </li>

 <li>
  <p><span class="date-tag">9 aoüt 2008</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20111114124839/http://nb.inode.co.nz/articles/rmsrnz/index.html"
hreflang="en">RMS on Radio NZ - August 2008</a> (RMS sur Radio NZ - Octobre
2009)</span>
  <br />mené par Kim Hill pour Radio New Zealand</p>

  <p class="descr">Sujets principaux : le logiciel libre, la naissance du mouvement du logiciel
libre, l'idée fausse que suggère le terme « propriété intellectuelle », les
services de Google et le droit du copyright en Nouvelle-Zélande.</p>
 </li>

 <li>
  <p><span class="date-tag">7 juillet 2008</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20090117072920/http://www.zeuux.org/law/billxu-rms-drm.html">Join
the FSF to Eliminate DRM</a> [v.1.5] (Rejoignez la FSF pour éliminer les
DRM)</span>
  <br />mené par Bill Xu pour <cite>Zeuux</cite></p>

  <p class="descr">(également publié <a
href="https://web.archive.org/web/20100621070721/http://www.zeuux.org/law/billxu-rms-drm.cn.html"
hreflang="zh-cn"><span class="lang">en chinois</span></a>)</p>
 </li>

 <li>
  <p><span class="date-tag">13 avril 2008</span><br />
  <span class="speech-title">Questions Please on Free Software</span><br />
  Jonathan Roberts s'entretient avec Richard Stallman et d'autres sur le
logiciel libre</p>

  <p class="descr">
  <a href="https://archive.org/details/QuestionsPleaseOnFreeSoftware"
hreflang="en">introduction</a> (pas de transcription)</p>
  <p><a
href="https://archive.org/download/QuestionsPleaseOnFreeSoftware/Questions_please_1.mp3"
hreflang="en">audio</a></p>
 </li>

 <li>
  <p><span class="date-tag">1er décembre 2005</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20220310132952/https://www.countercurrents.org/stallman201205.htm"
hreflang="en">Free Software as a Social Movement</a> (Le logiciel libre, un
mouvement sociétal</span>
  <br />mené par Justin Podur pour <cite>Countercurrents</cite></p>
 </li>

 <li>
  <p><span class="date-tag">22 septembre 2005</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20051001021518/http://www.onlamp.com/pub/a/onlamp/2005/09/22/gpl3.html"
hreflang="en">The GNU GPL Is Here to Stay</a></span> (La GPL est là pour de
bon)
  <br />mené par Federico Biancuzzi pour <cite>ONLamp.com</cite></p>
 </li>

 <li>
  <p><span class="date-tag">31 mars 2005</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20071006051044/http://www.ofb.biz/article.pl?sid=353"
hreflang="en">Stallman on the State of GNU/Linux</a> (Stallman fait le point
sur GNU/Linux)</span> 
  <br />mené par Timothy R. Butler pour <cite>Open for Business</cite></p>
 </li>

 <li>
  <p><span class="date-tag">4 janvier 2005</span><br />
  <span class="speech-title"><a
href="/philosophy/rms-kernel-trap-interview.html">Entretien pour
<cite>KernelTrap</cite></a></span>
  <br />mené par Jeremy Andrews</p>

  <p class="descr">Sujets abordés : les débuts de Stallman comme programmeur, la fondation du
projet GNU et de la FSF, l'évolution de Stallman vers l'activisme, le Hurd,
Emacs, l'effet éventuel du logiciel libre sur le chômage et les bas
salaires, certaines nouvelles technologies et plus encore.</p>
 </li>

 <li>
  <p><span class="date-tag">December 10, 2004</span> <span class="lang">[en
français]</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20050310003435/http://www.neteconomie.com/perl/navig.pl/neteconomie/infos/article/20041208104640"><i>Richard
« GNU » Stallman précise son point de vue sur les brevets
logiciels</i></a></span>
  <br />mené par Ariane Beky pour <cite>NetEconomie</cite></p>
 </li>

 <li>
  <p><span class="date-tag">27 mai 2004</span><br />
  <span class="speech-title"><a
href="/philosophy/rms-interview-edinburgh.html">Logiciel libre, société
libre !</a></span><br />
  au Colloque d'informatique de l'Université d'Édimbourg</p>

  <p class="descr">La plupart des questions portent sur le mouvement du logiciel libre et les
autres mouvements sociaux, ainsi que sur les différences entre leurs valeurs
et celles de la campagne pour l'« open source ».</p>

  <p><a href="//audio-video.gnu.org/audio/rms-interview-edinburgh-11k-270504.ogg"
hreflang="en">audio</a></p>
 </li>

 <li>
  <p><span class="date-tag">April 27, 2004</span><span class="lang">[en
espagnol]</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20220320232131/https://www.elmundo.es/navegante/2004/04/27/entrevistas/1083074999.html"
hreflang="es"><i>La única manera de ser libre es rechazar los programas
propietarios</i></a> (le seul moyen d'être libre est de refuser le logiciel
privateur)</span>
  <br />mené par Pablo Romero</p>
 </li>

 <li>
  <p><span class="date-tag">13 août 2003</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20071017093941/http://www.ofb.biz//article.pl?sid=260"
hreflang="en">GNU Questions: RMS on SCO, Distributions, DRM</a> (Questions
GNU : RMS parle de SCO, des distributions et des DRM)</span>
  <br />mené par Timothy R. Butler pour <cite>Open for Business</cite></p>
 </li>

 <li>
  <p><span class="date-tag">22 avril 2003</span><span class="lang">[en
italien]</span><br />
  <span class="speech-title"><a
href="https://web.archive.org/web/20030314184246/http://www.mytech.it/mytech/internet/art006010045404.jsp"><i>Perché
l'open source non è tutto</i></a> (Pourquoi l'open source n'est pas
tout)</span>
  <br />mené par Antonio Volpon pour le <cite>Mytech</cite></p>
 </li>

 <li>
  <p><span class="date-tag">2002</span><br />
  <span class="speech-title"><a href="/philosophy/rms-hack.html">Éthique et
communauté du hacker</a></span>
  <br />mené par Tere Vadén</p>

  <p class="descr">(également publié <a
href="https://web.archive.org/web/20100903110335/http://www.uta.fi/~fiteva/rms_int_fi.html"
hreflang="fi"><span class="lang">en Finnois</span></a>)</p>
 </li>

 <li>
  <p><span class="date-tag">Mai 2001</span><br />
  <span class="speech-title"><a
href="/philosophy/luispo-rms-interview.html">Logiciel libre et
entreprises</a></span>
  <br />mené par Louis Suarez-Potts</p>
 </li>

 <li>
  <p><span class="date-tag">Juillet 1986</span><br />
  <span class="speech-title"><a href="/gnu/byte-interview.html">Développement
du système GNU</a></span>
  <br />mené par David Betz and Jon Edwards pour <cite>BYTE</cite></p>
 </li>
 
 <li>
  <p><span class="date-tag">9 au 11 novembre 1984</span><br />
  <span class="speech-title"><a href="/philosophy/ough-interview.html">Richard
Stallman à la première <i>Hacker Conference</i></a></span>
  <br /><span class="descr">à Sausalito, Californie</span></p>

  <p class="descr">Courts extraits des interventions de Richard Stallman. C'est à ce congrès
que Stallman a, pour la première fois,  exposé publiquement l'idée que
<em>tout le logiciel doit être libre</em>, et les principes éthiques sur
lesquels se fonde le mouvement du logiciel libre.</p>
  
  <p><a
href="//audio-video.gnu.org/video/rms-at-first-hackers-conference-1984.webm">vidéo</a></p>
 </li>
</ul>
</div>

<div class="translators-notes">

<!--TRANSLATORS: Use space (SPC) as msgstr if you don't have notes.-->
 </div>
</div>

<!-- for id="content", starts in the include above -->
<!--#include virtual="/server/footer.fr.html" -->
<div id="footer" role="contentinfo">
<div class="unprintable">

<p>Veuillez envoyer les requêtes concernant la FSF et GNU à &lt;<a
href="mailto:gnu@gnu.org">gnu@gnu.org</a>&gt;. Il existe aussi <a
href="/contact/">d'autres moyens de contacter</a> la FSF. Les liens
orphelins et autres corrections ou suggestions peuvent être signalés à
&lt;<a href="mailto:webmasters@gnu.org">webmasters@gnu.org</a>&gt;.</p>

<p>
<!-- TRANSLATORS: Ignore the original text in this paragraph,
      replace it with the translation of these two:

      We work hard and do our best to provide accurate, good quality
      translations.  However, we are not exempt from imperfection.
      Please send your comments and general suggestions in this regard
      to <a href="mailto:web-translators@gnu.org">

      &lt;web-translators@gnu.org&gt;</a>.</p>

      <p>For information on coordinating and contributing translations of
      our web pages, see <a
      href="/server/standards/README.translations.html">Translations
      README</a>. -->
Merci d'adresser vos commentaires sur les pages en français à &lt;<a
href="mailto:trad-gnu@april.org">trad-gnu@april.org</a>&gt;, et sur les
traductions en général à &lt;<a
href="mailto:web-translators@gnu.org">web-translators@gnu.org</a>&gt;. Si
vous souhaitez y contribuer, vous trouverez dans le <a
href="/server/standards/README.translations.html">guide de traduction</a>
les infos nécessaires.</p>
</div>

<!-- Regarding copyright, in general, standalone pages (as opposed to
    files generated as part of manuals) on the GNU web server should
    be under CC BY-ND 4.0.  Please do NOT change or remove this
    without talking with the webmasters or licensing team first.
    Please make sure the copyright date is consistent with the
    document.  For web pages, it is ok to list just the latest year the
    document was modified, or published.
    
    If you wish to list earlier years, that is ok too.
    Either "2001, 2002, 2003" or "2001-2003" are ok for specifying
    years, as long as each year in the range is in fact a copyrightable
    year, i.e., a year in which the document was published (including
    being publicly visible on the web or in a revision control system).
    
    There is more detail about copyright years in the GNU Maintainers
    Information document, www.gnu.org/prep/maintain. -->
<p>Copyright &copy; 1996-2013, 2015-2017, 2022 Free Software Foundation, Inc.</p>

<p>Cette page peut être utilisée suivant les conditions de la licence <a
rel="license"
href="http://creativecommons.org/licenses/by-nd/4.0/deed.fr">Creative
Commons attribution, pas de modification, 4.0 internationale (CC BY-ND
4.0)</a>.</p>

<!--#include virtual="/server/bottom-notes.fr.html" -->
<div class="translators-credits">

<!--TRANSLATORS: Use space (SPC) as msgstr if you don't want credits.-->
Traduction : Cédric Corazza.<br /> Révision : <a
href="mailto:trad-gnu&#64;april.org">trad-gnu&#64;april.org</a></div>

<p class="unprintable"><!-- timestamp start -->
Dernière mise à jour :

$Date: 2022/06/24 17:02:03 $

<!-- timestamp end -->
</p>
</div>
</div>
<!-- for class="inner", starts in the banner include -->
</body>
</html>