]> git.deb.at Git - deb/packages.git/blob - static/index.tmpl
309397fffa8566007b372356f889bd12ccfc5504
[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     all_suites = [ 'dapper', 'dapper-updates', 'dapper-backports',
8                    'edgy', 'edgy-updates', 'edgy-backports',
9                    'feisty', 'feisty-updates', 'feisty-backports',
10                    'gutsy', 'gutsy-updates', 'gutsy-backports',
11                    'hardy' ]
12     current_release = 'gutsy'
13     all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ]
14     all_architectures = [ 'i386', 'amd64', 'powerpc' ]
15 -%]
16
17 <p>This site provides you with information about all the packages
18 available in the <a href="[% homepage %]">[% organisation %]</a>
19 Package archive.
20
21 <p><em>Please contact <a href="mailto:[% admin.mail %]">[% admin.name %]</a>
22 if you encounter any problems!</em></p>
23
24 <h2>Browse through the lists of packages:</h2>
25
26 <ul style="font-size:large">
27 [% FOREACH s IN all_suites %]
28 <li><a href="[% s %]/">[% s %]</a></li>
29 [% END %]
30 </ul>
31
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>
34
35 <h2>Search</h2>
36
37 <h3>Search package directories</h3>
38
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">
43 <br>
44 Search on:
45 <input type="radio" name="searchon" value="names" id="onlynames" checked="checked">
46 <label for="onlynames">Package names only</label>&nbsp;&nbsp;
47 <input type="radio" name="searchon" value="all" id="descs">
48 <label for="descs">Descriptions</label>
49
50 <input type="radio" name="searchon" value="sourcenames" id="src">
51 <label for="src">Source package names</label>
52 <br>
53 Only show exact matches:
54 <input type="checkbox" name="exact" value="1">
55 <br>
56 Distribution:
57 <select name="suite">
58 [% FOREACH s IN all_suites %]
59   <option value="[% s %]" [% 'selected="selected"' IF s == current_release %]>[% s %]</option>
60 [% END %]
61   <option value="all">any</option>
62 </select>
63 Section:
64 <select name="section">
65 [% FOREACH s IN all_sections %]
66   <option value="[% s %]">[% s %]</option>
67 [% END %]
68   <option value="all" selected="selected">any</option>
69 </select>
70 </form>
71 <p>There are shortcuts for some searches available:</p>
72 <ul>
73       <li><code>[% packages_homepage %]<var>name</var></code> for
74       the search on package names.</li>
75
76       <li><code>[% packages_homepage %]src:<var>name</var></code>
77       for the search on source package names.</li>
78 </ul>
79 <hr>
80
81 <h3><a name="search_contents">Search the contents of packages</a></h3>
82
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
85 part of packages.
86 You can also get a full list of files in a given package.
87 <BR>
88 <form method="GET" action="/search">
89 <input type="hidden" name="searchon" value="contents">
90
91 <label for="keyword">Keyword:</label>
92 <input type="text" size="30" name="keywords" id="keyword"> &nbsp;
93
94 <input type="submit" value="Search">
95 &nbsp;<input type="reset" value="Reset">
96 <br>
97 Display:
98 <br>
99 <input type="radio" name="mode" value="exactfilename" id="exactfilename" checked="checked">
100   <label for="exactfilename">packages that contain files named like this</label>
101 <br>
102 <input type="radio" name="mode" value="" id="suffixpathname">
103   <label for="suffixpathname">packages that contain files whose names end with the keyword</label>
104 <br>
105 <input type="radio" name="mode" value="filename" id="filename">
106   <label for="filename">packages that contain files whose names contain the keyword</label>
107
108 <label for="distro">Distribution:</label>
109
110 <select name="suite" id="distro">
111 [% FOREACH s IN all_suites %]
112   <option value="[% s %]" [% 'selected="selected"' IF s == current_release %]>[% s %]</option>
113 [% END %]
114 </select>
115 <label for="architecture">Architecture:</label>
116 <select name="arch" id="architecture">
117 [% FOREACH a IN all_architectures %]
118   <option value="[% a %]">[% a %]</option>
119 [% END %]
120   <option value="any" selected="selected">any</option>
121 </select>
122 </form>
123
124 <hr>
125 <h2>News</h2>
126 <dl>
127 <dt>2007-10-21</dt>
128 <dd>
129 Add hardy.
130 </dd>
131 <dt>2007-10-18</dt>
132 <dd>
133 Change default release to gutsy.
134 </dd>
135 <dt>2007-07-28</dt>
136 <dd>
137 Drop old releases since they also got dropped from archive.ubuntu.com.
138 </dd>
139 <dt>2007-04-29</dt>
140 <dd>
141 Feisty is released. Pages updated accordingly.
142 </dd>
143 <dt>2006-11-20</dt>
144 <dd>
145 <ul>
146 <li>The hard drive of the server was replaced today after it began to act
147 up. Most stuff should be up and running again. I accidentally deleted the
148 info about new packages though, so that will be not reliable for the next
149 few days.
150 <li>Added edgy-backports to the homepage and the search forms
151 </ul>
152 </dd>
153 <dt>2006-10-29</dt>
154 <dd>
155 <ul>
156 <li>Add feisty. The changes for the edgy release were already done some days ago.
157 </ul>
158 </dd>
159 <dt>2006-10-18</dt>
160 <dd>
161 <ul>
162 <li>The "Bug reports" links now correctly point to Launchpad for all packages.
163 Thanks to all the people that reported this error to me.
164 <li>I added an <code>robots.txt</code> to ban some people trying to
165 mirror the site by means of <code>wget -r</code>. If forever reason
166 you need to mirror the site please contact me by mail so we can do
167 this by other means that won't stress the server as much.
168 </ul>
169 </dd>
170 <dt>2006-06-12</dt>
171 <dd>
172 Finally make dapper the default for searches and add edgy. Sorry for the delay.
173 </dd>
174 <dt>2006-01-17</dt>
175 <dd>
176 I hope everyone had a good start into the new year. Some small status
177 updates:
178 <ul>
179 <li>While looking at the log statistics I noticed that apparently
180 <code>packages.ubuntulinux.org</code> also points to my server
181 without me knowing. I fixed the apache configuration so that it now
182 knows about that and handles it correctly.</li>
183 <li>Linking to a CSS file on the official Ubuntu homepage
184 was a bad idea and the page had some glitches when it disappeared.
185 Most of the issues should be fixed by now.</li>
186 <li>Sorry for any performance issues with the site. My little server
187 is not always able to handle the many hits of this site (close to
188 2,000,000 per month). I guess I will have to search for another
189 hosting solution in the near future.</li>
190 </ul>
191 </dd>
192 <dt>2005-10-13</dt>
193 <dd>
194 Changed all defaults to point to breezy
195 </dd>
196 <dt>2005-09-28</dt>
197 <dd>
198 <ul>
199 <li>The contents files are updated again, so I removed any warnings
200 and added the appropriate links back</li>
201 <li>The "Check for bug reports" links now point to Launchpad for
202 universe/multiverse packages. Suggested by
203 <tt>j -at- bootlab -dot- org</tt>.
204 <li>Finally, I migrated to the "new" layout. Comments and Patches
205 about the remaining quirks welcome.
206 </ul>
207 </dd>
208 <dt>2005-09-25</dt>
209 <dd>
210 I've merged the new changelog to HTML conversion code from the Debian
211 branch. I still have no idea how to handle the requests to link Ubuntu
212 bugs to the Ubuntu BTS and Debian bugs to the Debian BTS. Suggestions
213 welcome.
214 </dd>
215 <dt>2005-08-30</dt>
216 <dd>
217 <ul>
218 <li>I've added a warning to this site about the outdated Contents
219 files in the Ubuntu archive which make the contents search completely
220 useless for anything after warty. I've actually no idea whom to ask
221 about this since I don't seem to be able to find out on the Ubuntu
222 web site who is ftp-master in Ubuntu?</li>
223 <li>You can now also browse the packages from
224 <a href="hoary-backports/">hoary-backports</a></li>
225 </ul>
226 </dd>
227 <dt>2005-06-10</dt>
228 <dd>
229 I have begun to work on integrating the current Ubuntu web design with
230 my pages. There are still some issues to work out but as a teaser I
231 already converted the front page. Feel free to mail me with comments
232 on how I could use the new layout better.
233 </dd>
234 <dt>2005-04-14</dt>
235 <dd>
236 hoary is released and now this fact is also beginning to show on this
237 page. Please report all errors you find with the new breezy pages.
238 </dd>
239 <dt>2005-04-06</dt>
240 <dd>
241 The transition should be completed by now and I've installed some
242 rewrite rules so that old URLs should also point to the new location.
243 The changelog extraction script is still running so there are still
244 some (more) broken links. Please report all other problems you might
245 encounter.
246 </dd>
247 <dt>2005-04-05</dt>
248 <dd>
249 From tomorrow on this site will be available at <a
250 href="http://packages.ubuntu.com/">packages.ubuntu.com</a>.
251 The necessary setup is done on both my side and on the side of the
252 ubuntu people but I will use the occasion for some configuration
253 clean-up and a full rebuild. Stay tuned <tt>;)</tt>
254 </dd>
255 <dt>2005-04-02</dt>
256 <dd>
257 <ul>
258 <li>On request of the MOTUs I've added links to the build logs for
259 hoary packages.</li>
260 <li>Also, the Portuguese LoCoTeam (hmm, Ubuntu teams have
261 all very l33t names ;) asked me
262 how to translate the pages. Here my answer:
263
264 <blockquote style="font-family: monospace">
265 <p>At http://cvs.infodrom.org/packages.debian.org/po/?cvsroot=debian.de
266 you can find some .pot files. Please translate them and send them back
267 to me (You may want to take a look at the translations available at
268 http://cvs.debian.org/webwml/portuguese/po/?cvsroot=webwml
269 especially for files like langs.pot). This will ensure that at least
270 the constant strings on all the pages are translated (Some of the
271 strings in these file are only needed on packages.debian.org)</p>
272
273 <p>The translations of package descriptions I took from the DDTP (Debian
274 Descriptions Translation Project) which seems to be rather inactive
275 lately. Unless this is fully revived or another similar project is
276 created there is little I can do on this front.</p>
277 </blockquote>
278 </li>
279 <li>Thanks to all people that provided me with positive feedback about
280 these pages.</li>
281 </ul>
282 </dd>
283 <dt>2005-03-02</dt>
284 <dd>I talked briefly with Daniel Silverstone of Canonical at
285 <a href="http:://www.fosdem.org">FOSDEM</a>. He said that Ubuntu
286 will get his own Packages page, but <q>It will be a while</q>.</dd>
287 <dt>2005-01-24</dt>
288 <dd>In the last two days there were several reboots of the server
289 needed (kernel upgrades, activation and testing of a new rescue
290 system). Sorry for any inconviences this caused.</dd>
291 <dt>2005-01-11</dt>
292 <dd>There are changelogs and copyright files available now. I also
293 added links to the Ubuntu bugzilla, but I'm not sure yet that they
294 work completly. Feedback welcome. (Changelogs and copyright files
295 may be missing for some packages since I can only mirror the
296 i386 and powerpc debs due to space constraints)</dd>
297 </dl>
298
299 [% PROCESS 'html/foot.tmpl'
300         langs.size = 0
301         copyright.years = '1997 - 2007' %]