website view fr/search.php @ rev 1344

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents 9ed0bfb74392
children
line source
1 <!DOCTYPE html>
2 <html lang="fr">
3 <head>
4 <meta charset="utf-8"/>
5 <title>SliTaz - Search</title>
6 <meta name="description" content="SliTaz GNU/Linux custom search engine"/>
7 <meta name="keywords" lang="fr" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM"/>
8 <meta name="author" content="Christophe Lincoln"/>
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../lib/html/header.html");
15 include("../lib/html/nav.fr.html");
16 // include("../lib/html/nav-ng.fr.html");
17 include("../lib/lang.php");
18 ?>
20 <!-- Content -->
21 <div id="content">
23 <h2>Recherche de paquets</h2>
25 <p>
26 Recherche de <a href="http://pkgs.slitaz.org/">paquets</a>,
27 fichiers, recettes, etc. Tous les paquets peuvent
28 être installés avec le gestionnaire de paquets Tazpkg par
29 l'interface graphique ou la commande
30 <code>tazpkg get-install pkgname</code>.
31 </p>
33 <div style="text-align: center; margin-bottom: 40px;">
34 <form method="post" action="http://pkgs.slitaz.org/">
35 <div class="searchbox">
36 <p>
37 <input type="hidden" name="lang" value="fr" />
38 <input type="text" name="query" size="24" style="width: 80%;" />
39 <input type="submit" name="search" value="Rechercher" />
40 </p>
41 </div>
42 Recherche de :
43 <select name="object">
44 <option value="Package">Paquet</option>
45 <option value="Desc">Description</option>
46 <option value="Tags">Tags</option>
47 <option value="Arch">Arch</option>
48 <option value="Bugs">Bugs</option>
49 <option value="Depends">Dépendances</option>
50 <option value="BuildDepends">Dépendances de fabrication</option>
51 <option value="File">Fichier</option>
52 <option value="File_list">Liste des fichiers</option>
53 <option value="FileOverlap">Fichiers commun</option>
54 <option value="Category">Catégorie</option>
55 <option value="Maintainer">Mainteneur</option>
56 <option value="License">License</option>
57 </select>
58 dans la version
59 <select name="version">
60 <option value="cooking">cooking</option>
61 <option value="stable">stable</option>
62 <option value="backports">backports</option>
63 <option value="3.0">3.0</option>
64 <option value="2.0">2.0</option>
65 <option value="1.0">1.0</option>
66 <option value="tiny">tiny</option>
67 <option value="undigest">undigest</option>
68 </select>
69 </form>
70 </div>
72 <?php if (false) { ?>
73 <h2>Recherche Google</h2>
75 <p>
76 Cette page vous permet de lancer une recherche, sur
77 l'ensemble du site web de SliTaz GNU/Linux, le wiki de
78 <a href="http://doc.slitaz.org/">documentation</a>, dans
79 l'archive de <a href="mailing-list.php">la liste de discussion</a>
80 et dans <a href="http://forum.slitaz.org/">le forum</a>. Ce
81 moteur de recherche a été créé pour SliTaz, via le service
82 Google Co-op, permettant de construire son propre moteur de
83 recherche personnalisé.
84 </p>
86 <div class="searchbox">
87 <div id="cse-search-form" style="width: 100%;"><img
88 src="/images/loader.gif" alt="*" /> Loading</div>
89 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
90 <script type="text/javascript">
91 google.load('search', '1', {language : 'fr', style : google.loader.themes.MINIMALIST});
92 google.setOnLoadCallback(function() {
93 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
94 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
95 var options = new google.search.DrawOptions();
96 options.setSearchFormRoot('cse-search-form');
97 customSearchControl.draw('cse', options);
98 }, true);
99 </script>
100 </div>
101 <?php } if (true) { ?>
102 <h2>Recherche DuckDuckGo</h2>
104 <p>
105 Cette page vous permet de lancer une recherche, sur
106 l'ensemble du site web de SliTaz GNU/Linux, le wiki de
107 <a href="http://doc.slitaz.org/">documentation</a>, dans
108 l'archive de <a href="mailing-list.php">la liste de discussion</a>
109 et dans <a href="http://forum.slitaz.org/">le forum</a>.
110 </p>
112 <div class="searchbox">
113 <iframe src="https://duckduckgo.com/search.html?t=slitaz&kl=fr-fr&duck=yes&site=www.slitaz.org,doc.slitaz.org,forum.slitaz.org,https://listengine.tuxfamily.org/lists.tuxfamily.org/slitaz/&prefill=Recherche personnalisée"
114 style="overflow:hidden;margin:0;padding:0;width:603px;height:60px;" frameborder="0">
115 </iframe>
116 </div>
117 <?php } ?>
119 <div id="cse"></div>
121 <!-- End of content -->
122 </div>
124 <?php include("../lib/html/footer.html"); ?>
126 </body>
127 </html>