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

fr: code cleaning; en/asso/: apply 'donate' template
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 01 19:20:19 2012 +0300 (2012-04-01)
parents d3254ad844e5
children 9a9848a106ca
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 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz Packages</title>
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 <?php include("../../lib/lang.php"); ?>
40 <!-- Content -->
41 <div id="content">
43 <div style="text-align: center; margin-bottom: 40px;">
44 <form method="post" action="http://pkgs.slitaz.org/search.cgi">
45 <div class="searchbox">
46 <p>
47 <input type="hidden" name="lang" value="fr" />
48 <input type="text" name="query" size="24" style="width: 80%;" />
49 <input type="submit" name="search" value="Recherche" />
50 </p>
51 </div>
52 Recherche de:
53 <select name="object">
54 <option value="Package">Paquet</option>
55 <option value="Desc">Description</option>
56 <option value="Tags">Tags</option>
57 <option value="Depends">Depends</option>
58 <option value="BuildDepends">BuildDepends</option>
59 <option value="File">Fichier</option>
60 <option value="File_list">Liste des fichiers</option>
61 <option value="FileOverlap">Fichiers communs</option>
62 </select>
63 dans
64 <select name="version">
65 <option value="cooking">cooking</option>
66 <option value="stable">stable</option>
67 <option value="2.0">2.0</option>
68 <option value="1.0">1.0</option>
69 </select>
70 </form>
71 </div>
73 <div class="box">
74 <img src="/images/text.png" alt="[ ]" />
75 Raw packages.list:
76 <a href="http://mirror.slitaz.org/packages/stable/packages.list"
77 >Stable</a> |
78 <a href="http://mirror.slitaz.org/packages/cooking/packages.list"
79 >Cooking</a><br />
80 <img src="/images/network.png" alt="[ ]" />
81 Main mirror:
82 <a href="http://mirror.slitaz.org/packages/"
83 >http://mirror.slitaz.org/packages/</a>
84 </div>
86 <h2>Documentation</h2>
88 <p>
89 Le projet SliTaz fournit de la
90 <a href="http://doc.slitaz.org/">documentation</a> détaillé
91 pour vous permettre d'apprendre à instller et gérer vous paquets
92 sur votre distribution SliTaz.
94 Les membres du <a href="http://forum.slitaz.org/">forum de support</a>
95 vous aiderons probablement en cas de problèmes, le forum est aussi
96 une bonne place pour faire une demande d'un ou plusieurs nouveaux
97 paquets. members
98 </p>
100 <!-- End of content -->
101 </div>
103 <?php include("../../lib/html/footer.html"); ?>
105 </body>
106 </html>