Update userguide

This commit is contained in:
autonielx
2014-04-05 18:48:32 +02:00
parent 1dc78b8c1e
commit e795d95872
636 changed files with 6411 additions and 3537 deletions
+16 -15
View File
@@ -13,6 +13,7 @@
* Vincent Duvert
* Loïc
* Humdinger
* Wabouz
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
@@ -57,33 +58,33 @@
<div id="content">
<div>
<div class="box-info">Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.</div>
<h1>Applications</h1>
<p>Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.</p>
<div class="box-info">Below you'll always find the <tt>~/config/</tt> hierarchy of the Home folder mentioned. If you intend to share packages for all users (once Haiku becomes multi-user aware), you should use the mirrored filesystem hierarchy under <tt>/system/</tt>. See topic <a href="filesystem-layout.html">Filesystem layout</a> for more information.</div>
<p>Avant de s'intéresser à toutes les applications fournies avec Haiku, voyons plus en détails comment installer et désinstaller des programmes. La méthode la plus commode pour trouver, installer, mettre à jour et désinstaller des applications se fait via le système de gestion de paquet de Haiku. Cependant, depuis que Haiku est en grande partie compatible avec les binaires et les sources de son ancêtre BeOS, vous pourrez trouver des archives plus anciennes (.zip et .pkg) qui peuvent tout aussi bien être installées.</p>
<div class="box-info">Ci-dessous vous trouverez toujours la hiérarchie <tt>~/config/</tt> du dossier Home mentionné. Si vous avez l'intention de partager les paquets avec tous les utilisateurs (une fois que Haiku sera devenu multi-utilisateurs), vous devriez utiliser l'arborescence des fichiers système miroir dans <tt>/system/</tt>. Voir sujet <a href="filesystem-layout.html">Arborescence des fichiers système</a> pour plus d'informations.</div>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="hpkg" name="hpkg">Haiku packages (.hpkg)</a></h2>
<p>The simplest way is to use <a href="">HaikuDepot</a> to find, download and automatically install and uninstall a package. If that isn't an option ——— maybe you downloaded a package somewhere, because it's not (yet) in a public repository ——— it's just as easy to install it manually: Just move the .hpkg file into <tt>~/config/packages/</tt>. </p>
<p>You'll find the newly installed application in <tt>~/config/apps/</tt> or, in case of a commandline application, in <tt>~/config/bin/</tt>. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.</p>
<p>Topics <a href="deskbar.html">Deskbar</a> or <a href="desktop-applets/launchbox.html">LaunchBox</a> describe how to add shortcuts to your newly installed application.</p>
<p>Uninstalling is just as easy: move the package out of <tt>~/config/packages/</tt>.</p>
<div class="box-info">By the way, although you can unpack a .hpkg file like any other archive, this is not what the package mangement is doing when you're installing a package. The underlying filesystem only appears to spread files in their respective folders, there's no physical moving around taking place. This is why installing/uninstalling is so very fast and clean.</div>
<p>If the package depends on some other library or package, a window will pop up, asking if the necessary files shall be downloaded and installed as well.</p>
<a id="hpkg" name="hpkg">Les paquets Haiku (.hpkg)</a></h2>
<p>La façon la plus simple est d'utiliser <a href="applications/haikudepot.html">HaikuDepot</a> pour trouver, télécharger et installer ou désinstaller automatiquement un package. Si l'installation n'est pas disponible ———— peut-être parce que vous avez téléchargé un package dans un dépôt (repositories) qui n'est pas (encore) public ———— il est tout aussi facile de l'installer manuellement: Déplacez simplement le fichier .hpkg vers <tt>~/config/packages/</tt>. </p>
<p>Vous trouverez l'application nouvellement installée dans <tt>~/config/apps/</tt> ou, dans le cas d'une application en ligne de commande, dans <tt>~/config/bin/</tt>. Tous les autres fichiers dont dépend le programme (libraires, données, extensions, etc.) apparaissent automatiquement à l'emplacement des fichiers système.</p>
<p>Généralement, rien de tout cela ne sera nécessaire et vous aurez terminé après avoir décompressé l'archive.<br />
Consultez les sujets <a href="deskbar.html">Deskbar</a> ou <a href="desktop-applets/launchbox.html">LaunchBox</a> pour savoir comment créer des raccourcis vers vos applications nouvellement installées.</p>
<p>Désinstaller est tout aussi simple: déplacez le fichier hors de <tt>~/config/packages/</tt>.</p>
<div class="box-info">À propos, bien que vous pouvez déballer un fichier .hpkg comme n'importe quel autre archive, ce n'est pas ce que le gestionnaire de paquets fait lorsque vous installer un paquet. Les fichiers système sous-jacents apparaissent seulement pour propager des fichiers dans leurs dossiers respectifs, il n'y a aucun mouvement autour de là où ils se trouvent. Ceci explique la rapidité et la netteté de l'installation/désinstallation.</div>
<p>Si le paquet dépend d'une autre librairie ou d'un autre paquet, une fenêtre apparaîtra, demandant si les fichiers nécessaires doivent être téléchargés et installés.</p>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="beos_apps" name="beos_apps">Old BeOS archives (.zip and .pkg)</a></h2>
<p>BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens <span class="app">Expander</span>) anywhere in <tt>/boot/home/</tt> and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.</p>
<p>This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder <tt>~/config/non-packaged/</tt> allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this <a href="http://www.haiku-os.org/guides/daily-tasks/install-applications">online article</a> on how to use the <tt>non-packaged</tt> hierarchy.</p>
<a id="beos_apps" name="beos_apps">Anciennes archives BeOS (.zip and .pkg)</a></h2>
<p>Les archives BeOS qui incluent tout ce dont elles ont besoin dans le dossier de l'application peuvent simplement être déballées (double cliquer ouvre <span class="app">Expander</span> ou le vieux <span class="app">PackageInstaller</span>) n'importe où dans <tt>/boot/home/</tt> et démarre à partir de là. Désinstaller une telle application auto-suffisante est très aisé. Supprimez simplement le dossier de l'application.</p>
<p>Ce n'est pas vrai pour la majorité des anciennes applications BeOS. Si vous tombez sur une application qui ne marche pas parce qu'elle veut déployer des fichiers dans des endroits qui n'existent peut-être pas, vous pouvez essayer de réparer le problème manuellement. Le dossier <tt>~/config/non-packaged/</tt> vous permet de recréer l'arborescence des dossiers nécessaires. Puisque de plus en plus de paquets .hpkg sont disponibles et que les vieilles applications BeOS sont ré-empaquetées, ceci sera bientôt inutile. Veuillez consulter <a href="http://www.haiku-os.org/guides/daily-tasks/install-applications">cet article</a> pour savoir comment utiliser l'arborescence des <tt>dossiers non empaquetée</tt>.</p>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="list-of-apps" name="list-of-apps">Applications intégrées à Haiku</a></h2>
<p>Haiku comes with a set of mostly small but essential applications. You'll find all of them at <span class="path">/boot/system/apps/</span>. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the <span class="menu">Applications</span> menu of the Deskbar.</p>
<p>Haiku est fourni avec un certain nombre d'applications légères mais essentielles. Vous les trouverez dans les dossiers <span class="path">/boot/system/apps/</span>. Les applications qui ne sont généralement pas lancées par un double-clic sur un fichier de données (comme par exemple ShowImage pour les fichiers d'images) peuvent êtres trouvées dans le menu <span class="menu">Applications</span> de la Deskbar.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td style="width:24px;"><img src="../images/apps-images/activitymonitor-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/activitymonitor.html">ActivityMonitor</a></td><td style="width:10px;"> </td>
<td valign="top">Permet de surveiller les ressources système comme le processeur et la mémoire.</td></tr>
@@ -106,7 +107,7 @@
<tr><td style="width:24px;"><img src="../images/apps-images/expander-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/expander.html">Expander</a></td><td> </td>
<td valign="top">Permet de décompresser les formats d'archive les plus courants.</td></tr>
<tr><td style="width:24px;"><img src="../images/apps-images/haikudepot-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/haikudepot.html">HaikuDepot</a></td><td> </td>
<td valign="top"><span style="color:silver">A tool to find, download, install, update and uninstall (application) packages [<i>still missing</i>]</span></td></tr>
<td valign="top">Un outil pour trouver, télécharger, installer, mettre à jour et désinstaller (application) des packages</td></tr>
<tr><td style="width:24px;"><img src="../images/apps-images/icon-o-matic-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/icon-o-matic.html">Icon-O-Matic</a></td><td> </td>
<td valign="top">Une application de création d'icônes vectorielles pour Haiku.</td></tr>
<tr><td style="width:24px;"><img src="../images/apps-images/installer-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/installer.html">Installer</a></td><td> </td>