1 [%- PROCESS 'html/head.tmpl'
2 title_tag = "$organisation Packages Search"
3 page_title = "$organisation Packages Search"
4 keywords = "$organisation, Packages"
7 all_suites = [ 'sarge', 'sarge-volatile', 'sarge-backports',
8 'etch', 'etch-m68k', 'etch-volatile', 'etch-backports',
10 current_release = 'etch'
11 all_sections = [ 'main', 'contrib', 'non-free' ]
12 all_architectures = [ 'alpha', 'arm', 'armel', 'amd64', 'hppa', 'i386',
13 'ia64', 'kfreebsd-amd64', 'kfreebsd-i386', 'mips',
14 'mipsel', 'powerpc', 's390', 'sparc' ]
17 <p>This site provides you with information about all the packages
18 available in the <a href="[% homepage %]">[% organisation %]</a>
21 <p><em>Please contact <a href="mailto:[% admin.mail %]">[% admin.name %]</a>
22 if you encounter any problems!</em></p>
24 <h2>Browse through the lists of packages:</h2>
26 <ul style="font-size:large">
27 [% FOREACH s IN all_suites %]
28 <li><a href="[% s %]/">[% s %]</a></li>
32 <p>There is also a list of <a href="[% all_suites.-1 %]/newpkg_main">packages
33 recently added to [% all_suites.-1 %]</a>.</p>
37 <h3>Search package directories</h3>
39 <form method="GET" action="/search">
40 <label for="kw">Keyword:</label>
41 <input type="text" size="30" name="keywords" id="kw">
42 <input type="submit" value="Search"> <input type="reset" value="Reset">
45 <input type="radio" name="searchon" value="names" id="onlynames" checked="checked">
46 <label for="onlynames">Package names only</label>
47 <input type="radio" name="searchon" value="all" id="descs">
48 <label for="descs">Descriptions</label>
50 <input type="radio" name="searchon" value="sourcenames" id="src">
51 <label for="src">Source package names</label>
53 Only show exact matches:
54 <input type="checkbox" name="exact" value="1">
58 [% FOREACH s IN all_suites %]
59 <option value="[% s %]" [% 'selected="selected"' IF s == current_release %]>[% s %]</option>
61 <option value="all">any</option>
64 <select name="section">
65 [% FOREACH s IN all_sections %]
66 <option value="[% s %]">[% s %]</option>
68 <option value="all" selected="selected">any</option>
71 <p>There are shortcuts for some searches available:</p>
73 <li><code>[% packages_homepage %]<var>name</var></code> for
74 the search on package names.</li>
76 <li><code>[% packages_homepage %]src:<var>name</var></code>
77 for the search on source package names.</li>
81 <h3><a name="search_contents">Search the contents of packages</a></h3>
83 <P>This search engine allows you to search the contents of [% organisation %]
84 distributions for any files (or just parts of file names) that are
86 You can also get a full list of files in a given package.
88 <form method="GET" action="/search">
89 <input type="hidden" name="searchon" value="contents">
91 <label for="keyword">Keyword:</label>
92 <input type="text" size="30" name="keywords" id="keyword">
94 <input type="submit" value="Search">
95 <input type="reset" value="Reset">
99 <input type="radio" name="mode" value="exactfilename" id="exactfilename" checked="checked">
100 <label for="exactfilename">packages that contain files named like this</label>
102 <input type="radio" name="mode" value="" id="suffixpathname">
103 <label for="suffixpathname">packages that contain files whose names end with the keyword</label>
105 <input type="radio" name="mode" value="filename" id="filename">
106 <label for="filename">packages that contain files whose names contain the keyword</label>
108 <label for="distro">Distribution:</label>
110 <select name="suite" id="distro">
111 [% FOREACH s IN all_suites %]
112 <option value="[% s %]" [% 'selected="selected"' IF s == current_release %]>[% s %]</option>
115 <label for="architecture">Architecture:</label>
116 <select name="arch" id="architecture">
117 [% FOREACH a IN all_architectures %]
118 <option value="[% a %]">[% a %]</option>
120 <option value="any" selected="selected">any</option>
124 [% PROCESS 'html/foot.tmpl'
126 copyright.years = '1997 - 2007' %]