X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=544fe2ecb8895488bbd8ee222b194f3e8160b119;hb=481894d0140e4c0ce1b1e4b339cec691837b5ac5;hp=88274f4b81dc7bcc3819fe0eb55244edd86303e2;hpb=9f0c86ad48e5ccdd89c2ae10fc35baee286f3adf;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 88274f4..544fe2e 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -45,7 +45,6 @@

Package: [% pkg %] ([% versions.short %]) [% END %] [%- PROCESS marker text=archive IF archive && archive != main_archive %] -[%- PROCESS marker text=subsection IF subsection == 'non-US' and archive != 'non-US' %] [%- PROCESS marker text=section IF section && section != main_section %] [%- PROCESS marker text='essential' IF page.get_newest('essential') == 'yes' %]

@@ -62,7 +61,7 @@
  • Developer Information (PTS)
  • [%- END %] -[% IF files %] +[% IF files && (!archive or archive == main_archive or archive == 'security') %]
  • Debian Changelog
  • Copyright File
  • [% END %] @@ -102,22 +101,19 @@ [% IF maintainers.size == 1 -%]

    Maintainer:

    - [%- FOREACH maintainers -%] - [% name | html %] - (QA Page) - [%- END -%] [%- ELSE -%]

    Maintainers:

    - [%- FOREACH maintainers -%] - [%- '' IF loop.last -%] +[%- END -%] [% url = page.get_newest('url'); + url = page.get_newest('homepage'); IF url %]

    External Resources:

    Homepage: [% url | html %]