]> git.deb.at Git - deb/packages.git/blob - cgi-bin/index.html
Remove non-US support
[deb/packages.git] / cgi-bin / index.html
1 <h2><a name="search_packages" id="search_packages">Search package directories</a></h2>
2 <form method="GET" action="search">
3 <p>
4 <label for="kw">Keyword:</label>
5 <input type="text" size="30" name="keywords" id="kw">
6 <input type="submit" value="Search"> <input type="reset" value="Reset">
7 <br>
8 Search on:
9 <input type="radio" name="searchon" value="names" id="onlynames" checked="checked">
10 <label for="onlynames">Package names only</label>&nbsp;&nbsp;
11 <input type="radio" name="searchon" value="all" id="descs">
12
13 <label for="descs">Descriptions</label>
14 <input type="radio" name="searchon" value="sourcenames" id="src">
15 <label for="src">Source package names</label>
16 <br>
17 Distribution:
18 <select name="version">
19   <option value="experimental">experimental</option>
20
21   <option value="unstable">unstable</option>
22   <option value="testing">testing</option>
23   <option value="stable">stable</option>
24   <option value="oldstable">oldstable</option>
25   <option value="all" selected="selected">any</option>
26 </select>
27 Section:
28
29 <select name="release">
30   <option value="main">main</option>
31   <option value="contrib">contrib</option>
32   <option value="non-free">non-free</option>
33   <option value="all" selected="selected">any</option>
34 </select>
35
36 </p>
37 </form>
38 <p>There are shortcuts for some searches available:</p>
39 <ul>
40       <li><code>http://packages.debian.org/<var>name</var></code> for
41       the search on package names.</li>
42       <li><code>http://packages.debian.org/src:<var>name</var></code>
43       for the search on source package names.</li>
44
45 </ul>
46 <HR>
47 <h2><a name="search_contents" id="search_contents">Search the contents of packages</a></h2>
48 <P>This search engine allows you to search the contents of Debian
49 distributions for any files (or just parts of file names) that are
50 part of packages.
51 You can also get a full list of files in a given package.
52 <BR>
53 <form method="GET" action="http://packages.debian.org/cgi-bin/search_contents.pl">
54 <p>
55 <label for="keyword">Keyword:</label>
56 <input type="text" size="30" name="word" id="keyword"> &nbsp;
57 <input type="submit" value="Search">
58 &nbsp;<input type="reset" value="Reset">
59 <br>
60 Display:
61 <br>
62
63 <input type="radio" name="searchmode" value="searchfiles" id="searchfiles" checked="checked">
64   <label for="searchfiles">packages that contain files named like this</label>
65 <br>
66 <input type="radio" name="searchmode" value="searchfilesanddirs" id="searchfilesanddirs">
67   <label for="searchfilesanddirs">packages that contain files or directories named like this</label>
68 <br>
69 <input type="radio" name="searchmode" value="searchword" id="searchword">
70   <label for="searchword">packages that contain files or directories whose names contain the keyword</label>
71 <br>
72 <input type="radio" name="searchmode" value="filelist" id="filelist">
73   <label for="filelist">all files in this package</label>
74
75 <br>
76 <label for="casesens">Case sensitive:</label>
77 <select name="case" id="casesens">
78   <option value="insensitive" selected="selected">no</option>
79   <option value="sensitive">yes</option>
80 </select>
81 <label for="distro">Distribution:</label>
82 <select name="version" id="distro">
83   <option value="oldstable">oldstable</option>
84
85   <option value="stable" selected="selected">stable</option>
86   <option value="testing">testing</option>
87   <option value="unstable">unstable</option>
88 </select>
89 <label for="architecture">Architecture:</label>
90 <select name="arch" id="architecture">
91   <option value="i386" selected="selected">Intel x86</option>
92   <option value="m68k">Motorola 680x0</option>
93
94   <option value="alpha">Alpha</option>
95   <option value="amd64">AMD64</option>
96   <option value="sparc">SPARC</option>
97   <option value="powerpc">PowerPC</option>
98   <option value="arm">ARM</option>
99   <option value="hppa">HP PA/RISC</option>
100
101   <option value="ia64">Intel IA-64</option>
102   <option value="mips">MIPS</option>
103   <option value="mipsel">MIPS (DEC)</option>
104   <option value="s390">IBM S/390</option>
105   <option value="hurd-i386">Hurd (i386)</option>
106 </select>
107 </p>
108
109 </form>
110 <div class="clr"></div>
111 </div> <!-- end inner -->