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