X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=07fefe77b2e32798f8a6a5d9a452c89f2f5f1a0a;hp=fd10281c57e2e4d5f1aa481c3e3a4497ff2b1ce3;hb=9ee3fd3aa184ba974be690d0834883c54986986f;hpb=f894275000c49160da816e40e2dd0dfb6862e58a diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index fd10281..07fefe7 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -1,12 +1,24 @@ [% PROCESS 'config/archive_layout.tmpl' %] +[% PROCESS 'config/mirrors.tmpl' %] +[%- known_vcs = [ [ 'cvs', 'CVS', 'cvs' ], + [ 'svn', 'Subversion', 'subversion' ], + [ 'bzr', 'bzr', 'bzr' ], + [ 'darcs', 'Darcs', 'darcs' ], + [ 'arch', 'arch', 'tla' ], + [ 'git', 'Git', 'git-core' ], + [ 'hg', 'Hg', 'mercurial' ], ]; + vcs_link = page.get_newest("vcs-browser"); +-%] [%- nav_arr = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/','','source',''), name=>suite }, ]; nav_arr.push( { title => 'Source packages', url=>make_url('/'), name=>'Source' } ) IF is_source; nav_arr.push( { prefix=>'Section:', title=>'All packages in this section', url=>make_url("$subsection/"), name=>subsection } ); nav_arr.push( { prefix=>'Package:', name=>pkg } ); -%] +[% desclang = 'en'; + SET desclang = lang IF desc.$lang.long %] [%- PROCESS 'html/head.tmpl' title_tag = ( is_source ? "Details of source package $pkg in $suite" : "Details of package $pkg in $suite" ) - description = desc + description = desc.$desclang.short keywords = "$suite, $archive, $section, $subsection, $version" print_search_field = 'packages' search_field_values = { @@ -42,7 +54,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' %]

@@ -53,37 +64,30 @@ -[% vcs_link = page.get_newest("vcs-browser") %] -[% #FIXME: should this only be used for the PTS? - known_vcs = [ [ 'cvs', 'CVS', 'cvs' ], - [ 'svn', 'Subversion', 'subversion' ], - [ 'bzr', 'bzr', 'bzr' ], - [ 'darcs', 'Darcs', 'darcs' ], - [ 'arch', 'arch', 'tla' ], - [ 'git', 'Git', 'git-core' ], - [ 'hg', 'Hg', 'mercurial' ], ]; - FOREACH vcs IN known_vcs; +[% IF vcs_link %] +
  • Debian Source Repository +[%- FOREACH vcs IN known_vcs; vcs_id = vcs.0; vcs_name = vcs.1; vcs_pkg = vcs.2; vcs_info = page.get_newest("vcs-$vcs_id"); SET vcs_info = page.get_newest("x-vcs-$vcs_id") UNLESS vcs_info; - IF vcs_info; %] -

    Debian Package Repository (VCS: -[% vcs_name %]):
    [% vcs_info %]

    -[% IF vcs_link %] -

    Debian Package Repository (Browsable):
    [% vcs_link %]

    -[% END; END; END %] + IF vcs_info %] + ([% vcs_name %]) +[% END %] +
  • +[% END; END %] + + [% IF src %]

    Download Source Package [% src.pkg %]: @@ -99,27 +103,33 @@ [% 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 %]

    [% END %] +[% FOREACH sim IN similar %] + [% IF loop.first %] +

    Similar packages:

    + ' IF loop.last %] +[% END %] + [% END %] @@ -143,11 +153,16 @@ Do not install it on a normal Debian system.

    [% END %] +
    +
    + +[% IF desc %] +
    [% UNLESS is_virtual %] - [% IF desc.short %] -

    [% desc.short %]

    -

    [% desc.long %] + [% IF desc.$desclang.short %] +

    [% desc.$desclang.short %]

    +

    [% desc.$desclang.long %] [% END %] [% ELSE %]

    This is a virtual package. See the Debian policy for a definition of virtual packages.

    @@ -183,9 +198,11 @@ Do not install it on a normal Debian system.

    [% desc %]
    [% '
    ' IF loop.last %] [% END %] +
    +[% END %] [% FOREACH binaries %] - [% IF loop.first %]
    The following binary packages are built from this source package:
    [% END %] + [% IF loop.first %]
    The following binary packages are built from this source package:
    [% END %]
    [% IF available %][% name %][% ELSE %][% name %][% END %]
    [% desc %]
    [% '
    ' IF loop.last %] @@ -239,7 +256,7 @@ Do not install it on a normal Debian system.

    [%- END %] [% END %] -[% FOREACH downloads %] +[% FOREACH d IN downloads %] [% IF loop.first -%]

    Download [% pkg %]

    @@ -250,13 +267,23 @@ Do not install it on a normal Debian system.

    [%- END %] -[% download_url = pkg _ '/' _ arch _ '/download' - filelist_url = pkg _ '/' _ arch _ '/filelist' %] -[% arch %] -[% '' _ version _ '' IF versions.multiple %] -[% pkgsize %] kB[% instsize %] kB +[% download_url = pkg _ '/' _ d.arch _ '/download' + filelist_url = pkg _ '/' _ d.arch _ '/filelist' %] +[% d.arch %] +[%- SET a = d.archive; IF mirrors.$a.unofficial_port %] (unofficial port)[% END %] +[% vnorm = d.version.replace( '\+b\d+$', '' ); vlatest = version.replace( '\+b\d+$', '' ); + vup = vnorm.replace( '-[^-]+$', '' ); vuplatest = vlatest.replace( '-[^-]+$', '' ); + IF vnorm == vlatest; + version_class = 'vcurrent'; + ELSIF vup == vuplatest; + version_class = 'volder'; + ELSE; + version_class = 'vold'; + END %] +[% "$d.version" IF versions.multiple %] +[% d.pkgsize %] kB[% d.instsize %] kB -[% IF contents_avail %] +[% IF d.contents_avail %] [list of files] [% ELSE %] no current information @@ -289,7 +316,24 @@ Do not install it on a normal Debian system.

    [% IF loop.last -%] +[% FOREACH vcs IN known_vcs; + vcs_id = vcs.0; vcs_name = vcs.1; vcs_pkg = vcs.2; + vcs_info = page.get_newest("vcs-$vcs_id"); + SET vcs_info = page.get_newest("x-vcs-$vcs_id") UNLESS vcs_info; + IF vcs_info; %] +
    +
    Debian Package Source Repository (VCS: [% vcs_name %])
    +
    [% vcs_info %]
    +[% IF vcs_link %] +
    Debian Package Source Repository (Browsable)
    [% vcs_link %]
    +[% END %] +
    +[% END; END %] +
    [%- END %] [% END %] + + +[%- PROCESS 'html/foot.tmpl' -%]