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