website view en/search.php @ rev 1201

en: tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Apr 14 19:29:18 2014 +0100 (2014-04-14)
parents 66964b8f0217
children 61994df002ca
line source
1 <!DOCTYPE html>
2 <html lang="en">
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="en" 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.html");
16 include("../lib/lang.php");
17 ?>
19 <!-- Content -->
20 <div id="content">
22 <h2>Packages Search</h2>
24 <p>
25 Search for <a href="http://pkgs.slitaz.org/">packages</a>,
26 files, build logs, receipts, etc. All packages are installable
27 via the package manager Tazpkg using the GUI or the command
28 <code>tazpkg get-install pkgname</code>.
29 </p>
31 <div style="text-align: center; margin-bottom: 40px;">
32 <form method="post" action="http://pkgs.slitaz.org/">
33 <div class="searchbox">
34 <p>
35 <input type="hidden" name="lang" value="en" />
36 <input type="text" name="query" size="24" style="width: 80%;" />
37 <input type="submit" name="search" value="Search" />
38 </p>
39 </div>
40 Search for:
41 <select name="object">
42 <option value="Package">Package</option>
43 <option value="Desc">Description</option>
44 <option value="Tags">Tags</option>
45 <option value="Depends">Depends</option>
46 <option value="BuildDepends">BuildDepends</option>
47 <option value="File">File</option>
48 <option value="File_list">File list</option>
49 <option value="FileOverlap">common files</option>
50 </select>
51 in
52 <select name="version">
53 <option value="cooking">cooking</option>
54 <option value="stable">stable</option>
55 <option value="2.0">2.0</option>
56 <option value="1.0">1.0</option>
57 </select>
58 </form>
59 </div>
61 <h2>Google Search</h2>
63 <p>
64 This page lets you also search the entire website Slitaz GNU/Linux,
65 the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
66 the archives of the <a href="mailing-list.php">Mailing List</a>
67 and also in the <a href="http://forum.slitaz.org/">Forum</a>.
68 This search engine was created for SliTaz by the Google Co-op custom
69 search engine.
70 </p>
72 <div class="searchbox">
73 <div id="cse-search-form" style="width: 100%;"><img
74 src="/images/loader.gif" alt="*" /> Loading</div>
75 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
76 <script type="text/javascript">
77 google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
78 google.setOnLoadCallback(function() {
79 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
80 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
81 var options = new google.search.DrawOptions();
82 options.setSearchFormRoot('cse-search-form');
83 customSearchControl.draw('cse', options);
84 }, true);
85 </script>
86 </div>
88 <div id="cse"></div>
90 <!-- End of content -->
91 </div>
93 <?php include("../lib/html/footer.html"); ?>
95 </body>
96 </html>