]> git.deb.at Git - deb/packages.git/blob - templates/html/show.tmpl
html/show.tmpl: Fix corner case in dependency display
[deb/packages.git] / templates / html / show.tmpl
1 [% PROCESS 'config/archive_layout.tmpl' %]
2 [% PROCESS 'config/mirrors.tmpl' %]
3 [%- known_vcs = [ [ 'cvs', 'CVS', 'cvs' ],
4                 [ 'svn', 'Subversion', 'subversion' ],
5                 [ 'bzr', 'bzr', 'bzr' ],
6                 [ 'darcs', 'Darcs', 'darcs' ],
7                 [ 'arch', 'arch', 'tla' ],
8                 [ 'git', 'Git', 'git-core' ],
9                 [ 'hg', 'Hg', 'mercurial' ], ];
10    vcs_link = page.get_newest("vcs-browser");
11 -%]
12 [%- suite_name = suite;
13     SET suite_name = suite_name _ ' (' _ suite_aliases.$suite _ ')' IF suite_aliases.$suite;
14     nav_arr = [ { prefix=>g('Distribution:'), title=>g('Overview over this suite'), url=>make_url('/','','source',''), name=>suite_name }, ];
15     nav_arr.push( { title =>g('Source packages'), url=>make_url('/'), name=>g('Source') } ) IF is_source;
16     nav_arr.push( { prefix=>g('Section:'), title=>g('All packages in this section'), url=>make_url("$subsection/"), name=>subsection } );
17     nav_arr.push( { prefix=>g('Package:'), name=>pkg } ); -%]
18 [% desclang = 'en';
19    SET desclang = po_lang IF desc.$po_lang.long;
20    SET desclang = ddtp_lang IF desc.$ddtp_lang.long %]
21 [%- PROCESS 'html/head.tmpl'
22    title_tag = is_source ? g('Details of source package %s in %s', pkg, suite)
23                          : g('Details of package %s in %s', pkg, suite)
24    description = desc.$desclang.short
25    keywords = "$suite, $archive, $section, $subsection, $version"
26    print_search_field = 'packages'
27    search_field_values = { 
28                           searchon => is_source ? 'sourcenames' : 'names',
29                          }
30   navigation = nav_arr
31 -%]
32 <!-- show.tmpl -->
33 [% PROCESS 'html/util.inc' %]
34 [% FOREACH s IN suites %]
35    [% '<div id="pothers">' IF loop.first %]
36    [%- IF s == suite -%]
37      [% PROCESS menuitem name=s url='' %]
38    [%- ELSE -%]
39      [% PROCESS menuitem name=s url=make_url(pkg,'','suite',s) %]
40    [%- END -%]
41    [%- '</div>' IF loop.last -%]
42 [% END %]
43
44 [% IF src %]
45 <div id="psource">
46 [% PROCESS menuitem prefix=g('Source:') title=g('Source package building this package') url=make_url(src.pkg,'','source','source') name=src.pkg %]
47 </div>
48 [% END %]
49
50 [%- PROCESS 'html/messages.tmpl' -%]
51
52 [% IF is_virtual %]
53 <h1>[% g('Virtual Package: %s', pkg) %]
54 [% ELSIF is_source %]
55 <h1>[% g('Source Package: %s (%s)', pkg, version) %]
56 [% ELSE %]
57 <h1>[% g('Package: %s (%s)', pkg, versions.short) %]
58 [% END %]
59 [%- PROCESS marker text=archive IF archive && archive != main_archive %]
60 [%- PROCESS marker text=section IF section && section != main_section %]
61 [%- PROCESS marker text=g('essential') IF page.get_newest('essential') == 'yes' %]</h1>
62
63 [% UNLESS is_virtual %]
64 <div id="pmoreinfo">
65 <h2>[% g('Links for %s', pkg) %]</h2>
66 <h3>[% g('%s Resources:', organisation) %]</h3>
67 <ul>
68 <li><a href="[% (is_source ? src_bugs_url : bugs_url) _ pkg %]">[% g('Bug Reports') %]</a></li>
69
70 [% IF src.pkg -%]
71 <li><a href="[% pts_url _ src.pkg %]">[% g('Developer Information (PTS)') %]</a></li>
72 [% ELSIF is_source %]
73 <li><a href="[% pts_url _ pkg %]">[% g('Developer Information (PTS)') %]</a></li>
74 [%- END %]
75
76 [% IF files && (!archive or archive == main_archive or archive == 'security') %]
77 <li><a href="[% changelogs_url _ files.changelog.path %]">[% g('%s Changelog', organisation) %]</a></li>
78 <li><a href="[% changelogs_url _ files.copyright.path %]">[% g('Copyright File') %]</a></li>
79 [% END %]
80
81 [% IF vcs_link %]
82 <li><a href="[% vcs_link %]" class="pvcslink">[% g('Debian Source Repository') %]</a>
83 [%- FOREACH vcs IN known_vcs;
84         vcs_id = vcs.0; vcs_name = vcs.1; vcs_pkg = vcs.2;
85         vcs_info = page.get_newest("vcs-$vcs_id");
86         SET vcs_info = page.get_newest("x-vcs-$vcs_id") UNLESS vcs_info;
87    IF vcs_info %]
88  (<a href="[% vcs_info %]" class="pvcslink">[% vcs_name %]</a>)
89 [% END; END %]
90 </li>
91 [% END %]
92
93 </ul>
94
95 [% IF src %]
96   <p>[% g('Download Source Package <a href="%s">%s</a>:', src.url, src.pkg) %]
97   [% FOREACH src.downloads %]
98     [% '<ul>' IF loop.first %]
99     <li><a href="[% server _ path %]">[[% name %]]</a></li>
100     [% '</ul>' IF loop.last %]
101   [% END %]
102   [% IF src.downloads.size == 0 %]
103   [% g('Not found') %]
104   [% END %]
105 [% END %]
106
107 [% IF maintainers.size == 1 -%]
108   <h3>[% g('Maintainer:') %]</h3>
109 [%- ELSE -%]
110   <h3>[% g('Maintainers:') %]</h3>
111 [%- END %]
112 [%- FOREACH maintainers;
113   mailarchiveurl = '';
114   IF (matches = mail.match('^(.*)@lists\.debian\.org$'));
115         mailarchiveurl = 'http://lists.debian.org/' _ uri_escape(matches.0) _ '/';
116   ELSIF (matches = mail.match('^(.*)@lists\.alioth\.debian\.org$'));
117         mailarchiveurl = 'http://lists.alioth.debian.org/pipermail/' _ uri_escape(matches.0) _ '/';
118   ELSIF (matches = mail.match('^(.*)@lists\.ubuntu\.com$'));
119         mailarchiveurl = 'http://lists.ubuntu.com/archives/' _ uri_escape(matches.0) _ '/';
120   END -%]
121   [%- '<ul>' IF loop.first -%]
122         <li><a href="mailto:[% mail | html %]">[% name | html %]</a>
123         (<a href="[% ddpo_url %][% uri_escape(mail) %]" title="[% g("An overview over the maintainer's packages and uploads") %]">[% g('QA&nbsp;Page') %]</a>
124         [%- IF mailarchiveurl %], <a href="[% mailarchiveurl %]" title="[% g('Archive of the Maintainer Mailinglist') %]">[% g('Mail&nbsp;Archive') %]</a>[% END %])
125         </li>
126   [%- '</ul>' IF loop.last -%]
127 [%- END -%]
128
129 [% url = page.get_newest('url');
130    SET url = page.get_newest('homepage') IF page.get_newest('homepage');
131    IF url %]
132 <h3>[% g('External Resources:') %]</h3>
133 <ul>
134 <li><a href="[% url | html %]">[% g('Homepage') %]</a> [[% extract_host(url) | html %]]</li>
135 </ul>
136 [% END %]
137
138 [% FOREACH sim IN similar %]
139         [% IF loop.first %]
140         <h3>[% g('Similar packages:') %]</h3>
141         <ul>
142         [% END %]
143         <li><a href="/[% sim %]">[% sim %]</a></li>
144         [% '</ul>' IF loop.last %]
145 [% END %]
146
147 </div> <!-- end pmoreinfo -->
148 [% END %]
149
150 [% IF suite == "experimental" || subsection == "debian-installer" %]
151 <div class="pconstantnag">
152 [% IF suite == "experimental" %]
153 [% changelog_link = 'changelog';
154    changelog_link = "$changelogs_url$files.changelog.path" %] 
155 <h2>[% g('Experimental package') %]</h2>
156 <p>[% g('Warning: This package is from the <strong>experimental</strong> distribution. That means it is likely unstable or buggy, and it may even cause data loss. Please be sure to consult the <a href="%s">changelog</a> and other possible documentation before using it.',
157         changelog_link) %]</p>
158 [% END %]
159 [% IF subsection == "debian-installer" %]
160 <h2>[% g('debian-installer udeb package') %]</h2>
161 <p>[% g('Warning: This package is intended for the use in building <a href="http://www.debian.org/devel/debian-installer">debian-installer</a> images only. Do not install it on a normal %s system.',
162         organisation ) %]</p>
163 [% END %]
164 </div>
165 [% END %]
166
167 <div id="ptablist">
168 </div>
169
170 [% IF desc %]
171 <div id="pdesctab">
172 [% UNLESS is_virtual %]
173 <div id="pdesc" [% "lang=\"$desclang\"" IF desclang != po_lang %]>
174         [% IF desc.$desclang.short %]
175         <h2>[% desc.$desclang.short %]</h2>
176         <p>[% desc.$desclang.long %]
177         [% END %]
178 [% ELSE %]
179 <div id="pdesc">
180         <p>[% g('This is a <em>virtual package</em>. See the <a href="%s">Debian policy</a> for a <a href="%sch-binary.html#s-virtual_pkg">definition of virtual packages</a>.',
181                 policy_url, policy_url) %]</p>
182 [% END %]
183 </div> <!-- end pdesc -->
184
185 [% FOREACH tag IN tags %]
186   [% IF loop.first -%]
187     <div id="ptags"><p>
188     <a href="[% tags_url %]edit.html?pkg=[% uri_escape(pkg) %]">[% g('Tags') %]</a>:
189   [%- END %]
190   [% facet = tag.0; lfacet = "$facet-$po_lang"; 
191      facet_name = debtags_voc.$lfacet;
192      SET facet_name = debtags_voc.$facet UNLESS facet_name;
193      tag_id = "$tag.0::$tag.1"; ltag = "$tag_id-$po_lang";
194      tag_name = debtags_voc.$ltag;
195      SET tag_name = debtags_voc.$tag_id UNLESS tag_name;
196    %]
197   [% facet_name _ ': ' UNLESS old_facet && facet == old_facet %]
198   [% IF tag_name %]
199    <a href="/about/debtags#[% string2id(tag_id) %]">[% tag_name | html %]</a>[% ', ' UNLESS loop.last %]
200   [% ELSE %]
201   [% tag_id %][% ', ' UNLESS loop.last %]
202   [% END %]
203   [% old_facet = facet %]
204   [% IF loop.last -%]
205     </p>
206     </div> <!-- end ptags -->
207   [%- END %]
208 [% END %]
209
210 [% FOREACH p IN providers %]
211   [% IF loop.first %]<div id="pdeps"><h2>[% g('Packages providing %s', pkg) %]</h2><dl>[% END %]
212     <dt>[% IF p.available %]<a href="[% make_url(p.name,'','source','') %]">[% p.name %]</a>[% ELSE; p.name; END %]</dt>
213     [% PROCESS desc_i18n_dd trans_desc=p.trans_desc desc=p.desc %]
214   [% '</dl></div>' IF loop.last %]
215 [% END %]
216 </div> <!-- pdesctab -->
217 [% END %]
218
219 [% FOREACH b IN binaries %]
220   [% IF loop.first %]<div id="pbinaries">[% g('The following binary packages are built from this source package:') %]<dl>[% END %]
221     <dt>[% IF b.available %]<a href="[% make_url(b.name,'','source','') %]">[% b.name %]</a>[% ELSE; b.name; END %]</dt>
222     [% PROCESS desc_i18n_dd trans_desc=b.trans_desc desc=b.desc %]
223   [% '</dl></div>' IF loop.last %]
224 [% END %]
225
226 [% FOREACH relations %]
227   [% IF loop.first -%]
228     <div id="pdeps">
229     <h2>[% g('Other Packages Related to %s', pkg) %]</h2>
230
231     <table id="pdeplegend" class="visual" summary="[% g('legend') %]"><tr>
232     [% IF is_source %]
233     <td><ul class="uladep"><li>[% g('build-depends') %]</li></ul></td>
234     <td><ul class="ulidep"><li>[% g('build-depends-indep') %]</li></ul></td>
235     [% ELSE %]
236     <td><ul class="uldep"><li>[% g('depends') %]</li></ul></td>
237     <td><ul class="ulrec"><li>[% g('recommends') %]</li></ul></td>
238     <td><ul class="ulsug"><li>[% g('suggests') %]</li></ul></td>
239     [% END %]
240     </tr></table>
241   [%- END %]
242
243   <ul class="ul[% id %]">
244   [% FOREACH t IN terms %]
245     [% '<li>' UNLESS t.is_old_pkgs %]
246     [% FOREACH a IN t.alternatives %]
247       [% '<dl>' IF loop.first %]
248       <dt>[% IF loop.first %]<span class="nonvisual">[% id %]:</span>[% ELSE %][% g('or ') %][% END %]
249         [% IF a.suite %]<a href="[% make_url(a.name,'','suite',a.suite,'source','') %]">[% a.name %]</a>[% ELSE %][% a.name %][% END %]
250         [% ' (' _ a.version _ ')' IF a.version %]
251         [% ' [' _ a.arch_str _ ']' IF a.arch_str %]</dt>
252       [%- IF !t.is_old_pkgs -%]
253         [% PROCESS desc_i18n_dd no_end_tag=1 trans_desc=a.trans_desc desc=a.desc -%]
254         [%- IF a.providers.pkgs.size > 0 -%]
255           [% IF a.providers.also;
256                 '<br>' _ g('also a virtual package provided by');
257              ELSE;
258                 g('virtual package provided by');
259              END; %]
260           [% js_id = a.name %]
261             <span id="js_[% js_id %]" class="p_js_elem"></span> <span id="html_[% js_id %]">[% FOREACH provider IN a.providers.pkgs.sort %]<a href="[% make_url(provider,'','suite',a.suite,'source','') %]">[% provider %]</a>[% ', ' UNLESS loop.last %][% END %]</span>
262         [% IF a.providers.pkgs.size > 10 %]
263         <script type="text/javascript">init_toggle_elem("[% js_id %]","[% g('show %u providing packages', a.providers.pkgs.size) %]", "[% g('hide %u providing packages', a.providers.pkgs.size) %]")</script>
264         [% END %]
265         [% END %]
266         </dd>
267       [% END %]
268       [% '</dl>' IF loop.last %]
269     [% END %]
270   [% END %]
271   </ul>
272
273   [% IF loop.last -%]
274     </div> <!-- end pdeps -->
275   [%- END %]
276 [% END %]
277
278 [% FOREACH d IN downloads %]
279   [% IF loop.first -%]
280     <div id="pdownload">
281     <h2>[% g('Download %s', pkg) %]</h2>
282     
283     <table summary="[% g('The download table links to the download of the package and a file overview. In addition it gives information about the package size and the installed size.') %]">
284     <caption class="hidecss">[% g('Download for all available architectures') %]</caption>
285     <tr><th>[% g('Architecture') %]</th>
286         [% '<th>'_ g('Version') _'</th>' IF versions.multiple %]
287         <th>[% g('Package Size') %]</th>
288         <th>[% g('Installed Size') %]</th>
289         <th>[% g('Files') %]</th>
290     </tr>
291   [%- END %]
292
293 <tr>
294 [% download_url = pkg _ '/download'
295    filelist_url = pkg _ '/filelist' %]
296 <th><a href="[% make_url(download_url,'','arch',d.arch) %]">[% d.arch %]</a>
297 [%- SET a = d.archive; IF mirrors.$a.unofficial_port  %] <strong>[% g('(unofficial port)') %]</strong>[% END %]</th>
298 [% vnorm = d.version.replace( '\+b\d+$', '' ); vlatest = version.replace( '\+b\d+$', '' );
299    vup = vnorm.replace( '-[^-]+$', '' ); vuplatest = vlatest.replace( '-[^-]+$', '' );
300    IF vnorm == vlatest;
301         version_class = 'vcurrent';
302    ELSIF vup == vuplatest;
303         version_class = 'volder';
304    ELSE;
305         version_class = 'vold';
306    END %]
307 [% "<td class='$version_class'>$d.version</td>" IF versions.multiple %]
308 <td class="size">[% g('%s&nbsp;kB', num.format_number(d.pkgsize,1)) %]</td><td class="size">[% g('%s&nbsp;kB', d.instsize) %]</td>
309 <td>
310 [% IF d.contents_avail %]
311   [<a href="[% make_url(filelist_url,'','arch',d.arch) %]">[% g('list of files') %]</a>]
312 [% ELSE %]
313   [% g('no current information') %]
314 [% END %]
315 </td>
316 </tr>
317
318   [% IF loop.last -%]
319     </table>
320
321     </div> <!-- end pdownload -->
322   [%- END %]
323 [% END %]
324
325 [% FOREACH srcfiles %]
326   [% IF loop.first -%]
327     <div id="pdownload">
328     <h2>Download [% pkg %]</h2>
329     
330     <table summary="[% g('Download information for the files of this source package') %]">
331     <tr><th>[% g('File') %]</th><th>[% g('Size (in kB)') %]</th><th>[% g('MD5 checksum') %]</th></tr>
332   [%- END %]
333
334 <tr>
335 <td><a href="[% server _ path %]">[% filename %]</a></td>
336 <td>[% g('%s&nbsp;kB', num.format_number(size,1)) %]</td>
337 <td class="md5sum">[% md5sum %]</td>
338 </tr>
339
340   [% IF loop.last -%]
341     </table>
342
343 [% FOREACH vcs IN known_vcs;
344         vcs_id = vcs.0; vcs_name = vcs.1; vcs_pkg = vcs.2;
345         vcs_info = page.get_newest("vcs-$vcs_id");
346         SET vcs_info = page.get_newest("x-vcs-$vcs_id") UNLESS vcs_info;
347         LAST IF vcs_info;
348    END;
349    IF vcs_info || vcs_link; %]
350 <dl>
351 [% IF vcs_info %]
352 <dt>[% g('Debian Package Source Repository (<acronym title="Version Control System">VCS</acronym>: <a href="%s">%s</a>)',
353         make_url(vcs_pkg,'','source',''), vcs_name ) %]</dt>
354 <dd><a href="[% vcs_info %]" class="pvcslink">[% vcs_info %]</a></dd>
355 [% END;
356    IF vcs_link %]
357 <dt>[% g('Debian Package Source Repository (Browsable)') %]</dt>
358 <dd><a href="[% vcs_link %]" class="pvcslink">[% vcs_link %]</a></dd>
359 [% END %]
360 </dl>
361 [% END %]
362
363     </div> <!-- end pdownload -->
364   [%- END %]
365 [% END %]
366
367 [%# <script type="text/javascript">init_tab_list("ptablist")</script> %]
368
369 [%- PROCESS 'html/foot.tmpl' page_name=pkg -%]