]> git.deb.at Git - deb/packages.git/blob - static/index.tmpl
html/show.tmpl: Improve dependency list readability for blind people
[deb/packages.git] / static / index.tmpl
1 [% PROCESS 'html/head.tmpl' 
2         title_tag = "$organisation Packages Search"
3         page_title = "$organisation Packages Search"
4         keywords = "$organisation, Packages"
5 %]
6
7
8 <p>This site provides you with information about all the packages
9 available in the <a href="[% homepage %]">[% organisation %]</a>
10 Package archive.
11
12 <p><em>Please contact <a href="mailto:[% admin.mail %]">[% admin.name %]</a>
13 if you encounter any problems!</em></p>
14
15 <h2>Browse through the lists of packages:</h2>
16
17 <ul style="font-size:large">
18 <!-- FIXME -->
19 </ul>
20
21 <!-- FIXME -->
22 <p>There is also a list of <a href="unstable/newpkg">packages
23 recently added to unstable</a>.</p>
24
25 <h2>Search</h2>
26
27 <h3>Search package directories</h3>
28
29 <form method="GET" action="/search">
30 <label for="kw">Keyword:</label>
31 <input type="text" size="30" name="keywords" id="kw">
32 <input type="submit" value="Search"> <input type="reset" value="Reset">
33 <br>
34 Search on:
35 <input type="radio" name="searchon" value="names" id="onlynames" checked="checked">
36 <label for="onlynames">Package names only</label>&nbsp;&nbsp;
37 <input type="radio" name="searchon" value="all" id="descs">
38 <label for="descs">Descriptions</label>
39
40 <input type="radio" name="searchon" value="sourcenames" id="src">
41 <label for="src">Source package names</label>
42 <br>
43 Only show exact matches:
44 <input type="checkbox" name="exact" value="1">
45 <br>
46 Distribution:
47 <select name="suite">
48
49 <!-- FIXME -->
50   <option value="all">any</option>
51 </select>
52 Section:
53 <select name="section">
54 <!-- FIXME -->
55   <option value="all" selected="selected">any</option>
56 </select>
57 </form>
58 <p>There are shortcuts for some searches available:</p>
59 <ul>
60       <li><code>[% packages_homepage %]/<var>name</var></code> for
61       the search on package names.</li>
62
63       <li><code>[% packages_homepage %]/src:<var>name</var></code>
64       for the search on source package names.</li>
65 </ul>
66 <hr>
67
68 <h3><a name="search_contents">Search the contents of packages</a></h3>
69
70 <P>This search engine allows you to search the contents of [% organisation %]
71 distributions for any files (or just parts of file names) that are
72 part of packages.
73 You can also get a full list of files in a given package.
74 <BR>
75 <form method="GET" action="/search">
76 <input type="hidden" name="searchon" value="contents">
77
78 <label for="keyword">Keyword:</label>
79 <input type="text" size="30" name="keywords" id="keyword"> &nbsp;
80
81 <input type="submit" value="Search">
82 &nbsp;<input type="reset" value="Reset">
83 <br>
84 Display:
85 <br>
86 <input type="radio" name="mode" value="exactfilename" id="exactfilename" checked="checked">
87   <label for="exactfilename">packages that contain files named like this</label>
88 <br>
89 <input type="radio" name="mode" value="" id="suffixpathname">
90   <label for="suffixpathname">packages that contain files whose names end with the keyword</label>
91 <br>
92 <input type="radio" name="mode" value="filename" id="filename">
93   <label for="filename">packages that contain files whose names contain the keyword</label>
94
95 <label for="distro">Distribution:</label>
96
97 <select name="suite" id="distro">
98   <option value="stable" selected="selected">stable</option>
99 </select>
100 <label for="architecture">Architecture:</label>
101 <select name="arch" id="architecture">
102   <option value="i386" selected="selected">Intel x86</option>
103 </select>
104 </form>
105
106 [% PROCESS 'html/foot.tmpl'
107         langs.size = 0
108         copyright.years = '1997 - 2007' %]