website view fr/packages/index.php @ rev 1021

fr: utf-8
author Paul Issott <paul@slitaz.org>
date Sat Mar 31 16:55:59 2012 +0100 (2012-03-31)
parents 175ff0253b7a
children e0ee682de0a0
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
4 <head>
5 <title>SliTaz Packages</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <meta name="description" content="Recherche et information sur les paquets slitaz" />
8 <meta name="keywords" lang="fr" content="tazpkg, paquet slitaz" />
9 <meta name="author" content="Christophe Lincoln"/>
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../../lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../../lib/html/nav.fr.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Paquets</h4>
22 <p>
23 Cette partie du site permet de voir ou trouver les paquets
24 logiciels disponibles sur le miroir de SliTaz. Les pages
25 sont mises à jour automatiquement via une tâche cron. Tous
26 les paquets sont installables via le gestionnaire de
27 paquets Tazpkg, graphiquement en quelques cliques de souris
28 ou avec la commande <code>tazpkg get-install pkgname</code>.
29 </p>
30 <p>
31 Naviguer dans l'interface web des paquets:
32 <a href="http://pkgs.slitaz.org/stable/">Stable</a>
33 | <a href="http://pkgs.slitaz.org/cooking/">Cooking</a>
34 </p>
35 </div>
36 </div>
38 <!-- Content -->
39 <div id="content">
41 <div style="text-align: center; margin-bottom: 40px;">
42 <form method="post" action="http://pkgs.slitaz.org/search.cgi">
43 <div class="searchbox">
44 <p>
45 <input type="hidden" name="lang" value="fr" />
46 <input type="text" name="query" size="24" style="width: 80%;" />
47 <input type="submit" name="search" value="Recherche" />
48 </p>
49 </div>
50 Recherche de:
51 <select name="object">
52 <option value="Package">Paquet</option>
53 <option value="Desc">Description</option>
54 <option value="Tags">Tags</option>
55 <option value="Depends">Depends</option>
56 <option value="BuildDepends">BuildDepends</option>
57 <option value="File">Fichier</option>
58 <option value="File_list">Liste des fichiers</option>
59 <option value="FileOverlap">Fichiers communs</option>
60 </select>
61 dans
62 <select name="version">
63 <option value="cooking">cooking</option>
64 <option value="stable">stable</option>
65 <option value="2.0">2.0</option>
66 <option value="1.0">1.0</option>
67 </select>
68 </form>
69 </div>
71 <div class="box">
72 <img src="../../images/text.png" alt="text.png" />
73 Raw packages.list:
74 <a href="http://mirror.slitaz.org/packages/stable/packages.list"
75 >Stable</a> |
76 <a href="http://mirror.slitaz.org/packages/cooking/packages.list"
77 >Cooking</a>
78 <img src="../../images/network.png" alt="text.png" />
79 Main mirror:
80 <a href="http://mirror.slitaz.org/packages/"
81 >http://mirror.slitaz.org/packages/</a>
82 </div>
84 <h2>Documentation</h2>
85 <p>
86 Le projet SliTaz fournit de la
87 <a href="http://doc.slitaz.org/">documentation</a> détaillé
88 pour vous permettre d'apprendre à instller et gérer vous paquets
89 sur votre distribution SliTaz.
91 Les membres du <a href="http://forum.slitaz.org/">forum de support</a>
92 vous aiderons probablement en cas de problèmes, le forum est aussi
93 une bonne place pour faire une demande d'un ou plusieurs nouveaux
94 paquets. members
95 </p>
97 <!-- End of content -->
98 </div>
100 <?php include("../../lib/html/footer.html"); ?>
102 </body>
103 </html>