]> git.deb.at Git - deb/packages.git/blob - static/index.tmpl
Merge branch 'master' of ssh://source/srv/source.djpig.de/git/packages into ubuntu...
[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="[% 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 %]/newpkg_main">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>2007-10-21</dt>
133 <dd>
134 Add hardy.
135 </dd>
136 <dt>2007-10-18</dt>
137 <dd>
138 Change default release to gutsy.
139 </dd>
140 <dt>2007-07-28</dt>
141 <dd>
142 Drop old releases since they also got dropped from archive.ubuntu.com.
143 </dd>
144 <dt>2007-04-29</dt>
145 <dd>
146 Feisty is released. Pages updated accordingly.
147 </dd>
148 <dt>2006-11-20</dt>
149 <dd>
150 <ul>
151 <li>The hard drive of the server was replaced today after it began to act
152 up. Most stuff should be up and running again. I accidentally deleted the
153 info about new packages though, so that will be not reliable for the next
154 few days.
155 <li>Added edgy-backports to the homepage and the search forms
156 </ul>
157 </dd>
158 <dt>2006-10-29</dt>
159 <dd>
160 <ul>
161 <li>Add feisty. The changes for the edgy release were already done some days ago.
162 </ul>
163 </dd>
164 <dt>2006-10-18</dt>
165 <dd>
166 <ul>
167 <li>The "Bug reports" links now correctly point to Launchpad for all packages.
168 Thanks to all the people that reported this error to me.
169 <li>I added an <code>robots.txt</code> to ban some people trying to
170 mirror the site by means of <code>wget -r</code>. If forever reason
171 you need to mirror the site please contact me by mail so we can do
172 this by other means that won't stress the server as much.
173 </ul>
174 </dd>
175 <dt>2006-06-12</dt>
176 <dd>
177 Finally make dapper the default for searches and add edgy. Sorry for the delay.
178 </dd>
179 <dt>2006-01-17</dt>
180 <dd>
181 I hope everyone had a good start into the new year. Some small status
182 updates:
183 <ul>
184 <li>While looking at the log statistics I noticed that apparently
185 <code>packages.ubuntulinux.org</code> also points to my server
186 without me knowing. I fixed the apache configuration so that it now
187 knows about that and handles it correctly.</li>
188 <li>Linking to a CSS file on the official Ubuntu homepage
189 was a bad idea and the page had some glitches when it disappeared.
190 Most of the issues should be fixed by now.</li>
191 <li>Sorry for any performance issues with the site. My little server
192 is not always able to handle the many hits of this site (close to
193 2,000,000 per month). I guess I will have to search for another
194 hosting solution in the near future.</li>
195 </ul>
196 </dd>
197 <dt>2005-10-13</dt>
198 <dd>
199 Changed all defaults to point to breezy
200 </dd>
201 <dt>2005-09-28</dt>
202 <dd>
203 <ul>
204 <li>The contents files are updated again, so I removed any warnings
205 and added the appropriate links back</li>
206 <li>The "Check for bug reports" links now point to Launchpad for
207 universe/multiverse packages. Suggested by
208 <tt>j -at- bootlab -dot- org</tt>.
209 <li>Finally, I migrated to the "new" layout. Comments and Patches
210 about the remaining quirks welcome.
211 </ul>
212 </dd>
213 <dt>2005-09-25</dt>
214 <dd>
215 I've merged the new changelog to HTML conversion code from the Debian
216 branch. I still have no idea how to handle the requests to link Ubuntu
217 bugs to the Ubuntu BTS and Debian bugs to the Debian BTS. Suggestions
218 welcome.
219 </dd>
220 <dt>2005-08-30</dt>
221 <dd>
222 <ul>
223 <li>I've added a warning to this site about the outdated Contents
224 files in the Ubuntu archive which make the contents search completely
225 useless for anything after warty. I've actually no idea whom to ask
226 about this since I don't seem to be able to find out on the Ubuntu
227 web site who is ftp-master in Ubuntu?</li>
228 <li>You can now also browse the packages from
229 <a href="hoary-backports/">hoary-backports</a></li>
230 </ul>
231 </dd>
232 <dt>2005-06-10</dt>
233 <dd>
234 I have begun to work on integrating the current Ubuntu web design with
235 my pages. There are still some issues to work out but as a teaser I
236 already converted the front page. Feel free to mail me with comments
237 on how I could use the new layout better.
238 </dd>
239 <dt>2005-04-14</dt>
240 <dd>
241 hoary is released and now this fact is also beginning to show on this
242 page. Please report all errors you find with the new breezy pages.
243 </dd>
244 <dt>2005-04-06</dt>
245 <dd>
246 The transition should be completed by now and I've installed some
247 rewrite rules so that old URLs should also point to the new location.
248 The changelog extraction script is still running so there are still
249 some (more) broken links. Please report all other problems you might
250 encounter.
251 </dd>
252 <dt>2005-04-05</dt>
253 <dd>
254 From tomorrow on this site will be available at <a
255 href="http://packages.ubuntu.com/">packages.ubuntu.com</a>.
256 The necessary setup is done on both my side and on the side of the
257 ubuntu people but I will use the occasion for some configuration
258 clean-up and a full rebuild. Stay tuned <tt>;)</tt>
259 </dd>
260 <dt>2005-04-02</dt>
261 <dd>
262 <ul>
263 <li>On request of the MOTUs I've added links to the build logs for
264 hoary packages.</li>
265 <li>Also, the Portuguese LoCoTeam (hmm, Ubuntu teams have
266 all very l33t names ;) asked me
267 how to translate the pages. Here my answer:
268
269 <blockquote style="font-family: monospace">
270 <p>At http://cvs.infodrom.org/packages.debian.org/po/?cvsroot=debian.de
271 you can find some .pot files. Please translate them and send them back
272 to me (You may want to take a look at the translations available at
273 http://cvs.debian.org/webwml/portuguese/po/?cvsroot=webwml
274 especially for files like langs.pot). This will ensure that at least
275 the constant strings on all the pages are translated (Some of the
276 strings in these file are only needed on packages.debian.org)</p>
277
278 <p>The translations of package descriptions I took from the DDTP (Debian
279 Descriptions Translation Project) which seems to be rather inactive
280 lately. Unless this is fully revived or another similar project is
281 created there is little I can do on this front.</p>
282 </blockquote>
283 </li>
284 <li>Thanks to all people that provided me with positive feedback about
285 these pages.</li>
286 </ul>
287 </dd>
288 <dt>2005-03-02</dt>
289 <dd>I talked briefly with Daniel Silverstone of Canonical at
290 <a href="http:://www.fosdem.org">FOSDEM</a>. He said that Ubuntu
291 will get his own Packages page, but <q>It will be a while</q>.</dd>
292 <dt>2005-01-24</dt>
293 <dd>In the last two days there were several reboots of the server
294 needed (kernel upgrades, activation and testing of a new rescue
295 system). Sorry for any inconviences this caused.</dd>
296 <dt>2005-01-11</dt>
297 <dd>There are changelogs and copyright files available now. I also
298 added links to the Ubuntu bugzilla, but I'm not sure yet that they
299 work completly. Feedback welcome. (Changelogs and copyright files
300 may be missing for some packages since I can only mirror the
301 i386 and powerpc debs due to space constraints)</dd>
302 </dl>
303
304 [% PROCESS 'html/foot.tmpl'
305         langs.size = 0
306         copyright.years = '1997 - 2007' %]