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