forked from fink/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.fr.php
216 lines (200 loc) · 9.85 KB
/
index.fr.php
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
<?php
$title = "Accueil";
$cvs_author = '$Author: nieder $';
$cvs_date = '$Date: 2019/02/25 22:41:00 $';
$is_home = 1;
$metatags = '<meta name="description" content="Fink, une distribution de logiciels Unix pour Mac OS X et Darwin">
<meta name="keywords" content="Mac OS X, Darwin, GNU, Unix, GNOME, KDE, logiciel, distribution, Fink">
';
require dirname(__FILE__) . "/header.inc";
?>
<p>
Le projet Fink a pour but d'ouvrir toutes grandes les portes du monde des logiciels
<a href="http://www.opensource.org/">Open Source</a> Unix à
<a href="http://www.opensource.apple.com/">Darwin</a> et à
<a href="http://www.apple.com/macosx/">Mac OS X</a>.
Nous modifions les logiciels Unix pour qu'ils compilent et tournent sur Mac OS X
(nous les "portons") et en faisons une distribution cohérente
téléchargeable.
Fink utilise des outils de gestion de paquets binaires
<a href="http://www.debian.org/">Debian</a>, tels dpkg et apt-get.
Vous avez le choix entre le téléchargement des paquets binaires
précompilés ou la construction des paquets à partir des sources.
<a href="about.php">Voir la suite...</a>
</p>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top"><td width="50%">
<h1><a href="http://feeds2.feedburner.com/FinkProjectNews-fr" title="Abonnez-vous aux Nouvelles du Projet Fink" rel="alternate" type="application/rss+xml"><img src="img/feed-icon16x16.png" alt="" style="border:0"></a>
Dernières nouvelles</h1>
<?php
// Include news items
require dirname(__FILE__) . "/news/news.fr.inc";
?>
<div align="right"><a href="news/index.php?phpLang=fr">Nouvelles archivées...</a></div>
</td><td> </td><td width="50%">
<h1><a href="http://feeds2.feedburner.com/FinkProjectNews-stable" title="Fink Package Updates (Stable)" rel="alternate" type="application/rss+xml"><img src="img/feed-icon16x16.png" alt="" style="border:0"></a>
Recent Package Updates</h1>
<?php include "package-updates.inc" ?>
<a href="package-updates.php">more...</a>
</tr><tr valign="top"><td width="50%">
<h1>Statut</h1>
<?php
include dirname(__FILE__) . "/fink_version.inc";
?>
<p>
Fink currently supports macOS 10.15 (Catalina), macOS 10.14 (Mojave), macOS 10.13 (High Sierra),
macOS 10.12 (Sierra), OS X 10.11 (El Capitan), OS X 10.10 (Yosemite), OS X 10.9 (Mavericks),
and continues to run on older versions of OS X, although
official updates are no longer available for the older versions.
Installation instructions can be found on our <a href="download/srcdist.php">source
release page</a>.
</p>
<p>Xcode must be installed before Fink.</p>
<p>
<strong>10.15 Support:</strong>
10.15 users must install Xcode version 10.3 or later
(via a free download from the AppStore,
or must at least install the Command Line Tools for
Xcode 10.3 (installable via <i>xcode-select --install</i>,
or downloadable from <a href="http://developer.apple.com">Apple</a>).</p>
<p>If you need X11 you should install Xquartz-2.7.11 or later from
<a href="https://www.xquartz.org/">Xquartz.org</a>.</p>
<p>
<strong>10.13 and 10.14 Support:</strong>
10.13 and 10.14 users must install Xcode version 10.1 or later
(via a free download from the AppStore,
or must at least install the Command Line Tools for
Xcode 10.1 (installable via <i>xcode-select --install</i>,
or downloadable from <a href="http://developer.apple.com">Apple</a>).</p>
<p>If you need X11 you should install Xquartz-2.7.11 or later from
<a href="https://www.xquartz.org/">Xquartz.org</a>.</p>
<p>
<strong>10.12 Support:</strong>
10.12 users must install Xcode version 8.0 or later
(via a free download from the AppStore,
or must at least install the Command Line Tools for
Xcode 6.0 for Sierra (installable via <i>xcode-select --install</i>,
or downloadable from <a href="http://developer.apple.com">Apple</a>).</p>
<p>If you need X11 you should install Xquartz-2.7.7 or later from
<a href="http://xquartz.macosforge.org/landing/">macosforge.org</a>.</p>
<p>
<strong>10.11 Support:</strong>
10.11 users must install Xcode version 7.0 or later
(via a free download from the AppStore,
or must at least install the Command Line Tools for
Xcode 7.0 for El Capitan (installable via <i>xcode-select --install</i>,
or downloadable from <a href="http://developer.apple.com">Apple</a>).</p>
<p>If you need X11 you should install Xquartz-2.7.7 or later from
<a href="http://xquartz.macosforge.org/landing/">macosforge.org</a>.</p>
<p>
<strong>10.10 Support:</strong>
10.10 users must install Xcode version 6.0 or later
(via a free download from the AppStore,
or must at least install the Command Line Tools for
Xcode 6.0 for Yosemite (installable via <i>xcode-select --install</i>,
or downloadable from <a href="http://developer.apple.com">Apple</a>).</p>
<p>If you need X11 you should install Xquartz-2.7.7 or later from
<a href="http://xquartz.macosforge.org/landing/">macosforge.org</a>.</p>
<p>
<strong>10.9 Support:</strong>
10.9 users must install Xcode version 5.0.1 or later
(via a free download from the AppStore; version 5.0.2 is recommended),
or must at least install the Command Line Tools for
Xcode 5.0 for Mavericks (installable via <i>xcode-select --install</i>,
or downloadable from <a href="http://developer.apple.com">Apple</a>).</p>
<p>If you need X11 you should install Xquartz-2.7.4 or later from
<a href="http://xquartz.macosforge.org/landing/">macosforge.org</a>.</p>
<p>
<strong>10.8 Support:</strong>
10.8 users must install Xcode version 4.4 or later
(via a free download from the AppStore; version 5.0.2 is recommended),
or must at least install the Command Line Tools for
Xcode 4.4 for Mountain Lion (downloadable from <a href="http://developer.apple.com">Apple</a>
or installable via the Xcode Preferences). Note that if you had an
earlier version of Xcode than 4.3 installed prior to updating from 10.7, you need
to <b>uninstall</b> the old version first by running
<i>/Developer/Library/uninstall-devtools</i>.
You can determine your current version of Xcode by running
<i>xcodebuild -version</i> .</p>
<p>If you need X11 you should install Xquartz-2.7.2 or later from
<a href="http://xquartz.macosforge.org/landing/">macosforge.org</a>.</p>
<p>
<strong>10.7 Support:</strong>
10.7 users must install or update Xcode to version 4.1 or later
(via a free download from the AppStore), (version 4.6.3 is recommended) or must at least
install the Command Line Tools for
Xcode 4.3 or later (downloadable from <a href="http://developer.apple.com">Apple</a>
or installable via the Xcode Preferences (4.3 or later). Follow
the instructions in the <strong>10.8</strong> section above regarding how to check your
version and uninstall an outdated one, if needed.</p>
<p>We don't support Xquartz on 10.7, so don't remove Apple's official X11.</p>
<p>
<strong>10.6 Support:</strong>
For best results, 10.6 users are
encouraged to upgrade Xcode to version 3.2.6, or to version 4.2.1 if you
paid for a 4.x Developer preview. Version 4.0.2 is known to have some
bugs in its linker that prevent certain packages from building. Follow
the instructions in the <strong>10.8</strong> section above regarding how to check your
version and uninstall it, if needed.</p>
<p>We don't support Xquartz on 10.6, so don't remove Apple's official X11.</p>
</td><td> </td><td width="50%">
<h1>Ressources</h1>
<p>
Si vous avez besoin d'aide, allez sur la <a
href="help/index.php">page d'aide</a>.
Cette page vous présente aussi divers moyens d'apporter votre soutien au projet et
d'envoyer un retour d'informations.
</p>
<p>
L'accès aux fichiers sources correspondant aux paquets
binaires distribués par le projet Fink est expliqué sur
<a href="download/sources_for_binaries.php">cette page
</a>.
</p>
<p>
Le projet Fink est hébergé par
<a href="http://sourceforge.net/">SourceForge</a>.
Outre l'hébergement du site et des fichiers de téléchargement,
SourceForge et GitHub fournit au projet les ressources suivantes:
</p>
<ul>
<li><a href="http://sourceforge.net/projects/fink/">Page de sommaire du projet SourceForge</a></li>
<li><a
href="https://github.com/fink/fink/issues">Soumission ou affichage de bogues</a></li>
<li><a
href="https://sourceforge.net/p/fink/package-requests/">Demande d'intégration d'un nouveau paquet dans Fink</a></li>
<li><a
href="https://sourceforge.net/p/fink/feature-requests/">Demande d'intégration d'une nouvelle fonctionnalité dans le programme fink</a></li>
<li><a
href="https://github.com/fink/fink-distributions/pulls">Soumission d'un nouveau paquet Fink (pour les développeurs occasionnels)</a></li>
<li><a
href="https://github.com/fink/fink/pulls">Soumission d'une rustine pour le programme fink</a></li>
<li><a href="lists/index.php">Listes de diffusion</a></li>
<li>Git (<a href="https://github.com/fink/">navigation
en ligne</a>, <a href="doc/gitaccess/index.php">instructions d'accès</a>)</li>
</ul>
<p>
Veuillez noter que pour utiliser certaines de ces ressources (par exemple, envoyer un rapport de bogue ou demander l'intégration d'un nouveau paquet dans Fink),
vous devez vous connecter à votre compte SourceForge. Si vous n'en avez pas, vous pouvez en obtenir un gratuitement
sur le <a href="http://sourceforge.net/">site web de SourceForge</a>.
</p>
<p>Autres ressources non hébergées sur SourceForge:</p>
<ul>
<li><a href="http://wiki.finkproject.org/">Le wiki du développeur Fink</a> (location nouveau).</li>
<li>
<a href="https://github.com/fink/fink">
New github repository for the source code of the <code>fink</code> package manager.
</a>
</li>
<li>
<a href="https://github.com/fink/fink-mirrors">
New github repository for the <code>fink-mirrors</code> package.
</a>
</li>
</ul>
</td></tr></table>
<script type="text/javascript" language="JavaScript" src="http://db3.net-filter.com/script/13500.js"></script>
<noscript><img src="http://db3.net-filter.com/db.php?id=13500&page=unknown" alt=""></noscript>
<?php
include dirname(__FILE__) . "/footer.inc";
?>