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