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