X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=16ea7e40db4c01c9c32aa32f16cf2fa7671fc86e;hb=723a3070634d467e3328c41dfcd8f1da3b5f70d2;hp=9e82b3fb537d9eb843d00e82f2ad775cd362f671;hpb=601ac921e78e06538562327dad1001efa80b779b;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 9e82b3f..16ea7e4 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -63,13 +63,15 @@ [% END %] +[% 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' ], ]; + [ 'git', 'Git', 'git-core' ], + [ 'hg', 'Hg', 'mercurial' ], ]; 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"); @@ -77,7 +79,9 @@ IF vcs_info; %]

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

-[% END; END %] +[% IF vcs_link %] +

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

+[% END; END; END %] [% IF src %]

Download Source Package [% src.pkg %]: