X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fdownload.tmpl;h=bfb4a2314a84a819999fc969473a471f01b10a27;hb=ba5be70ae27ddcb97cae5b9e5ceb9c97c06649f3;hp=66b921204a177ac1c0f32d45c13a084803868ffc;hpb=65c3333549a7b7db89fd908a68cc337431e8189b;p=deb%2Fpackages.git diff --git a/templates/html/download.tmpl b/templates/html/download.tmpl index 66b9212..bfb4a23 100644 --- a/templates/html/download.tmpl +++ b/templates/html/download.tmpl @@ -23,15 +23,20 @@

[% g('If you are running %s, it is strongly suggested to use a package manager like aptitude or synaptic to download and install packages, instead of doing so manually via this website.', organisation, make_url('aptitude','','arch',''), make_url('synaptic','','arch','')) %]

[% g('You should be able to use any of the listed mirrors by adding a line to your /etc/apt/sources.list like this:') %]

-[% IF archive != "security" %] +[% IF archive == "volatile" %]
-deb http://[% mirrors.$archive.europa.0 %] [% suite %] main [% section IF section != main_section %]
+deb http://[% mirrors.$archive.europa.0 %] [% suite.replace('-','/') %] main [% section IF section != main_section %]
 

[% g('Replacing %s with the mirror in question.', mirrors.$archive.europa.0) %] -[% ELSE %] +[% ELSIF archive == "security" %]

 deb [% 'http://' _ security_mirror_url %] [% suite _ security_suite_suffix %] main [% section IF section != main_section %]
 
+[% ELSE %] +
+deb http://[% mirrors.$archive.europa.0 %] [% suite %] main [% section IF section != main_section %]
+
+

[% g('Replacing %s with the mirror in question.', mirrors.$archive.europa.0) %] [%- END %] [% IF suite == "experimental" %]

[% g('Experimental package') %]

@@ -60,7 +65,7 @@ deb [% 'http://' _ security_mirror_url %] [% suite _ security_suite_suffix %] ma [% END %] [% END %]
- [% FOREACH continent IN [ 'europa','australia' ] %] + [% FOREACH continent IN [ 'europa', 'australia' ] %] [% IF a.$continent %]

[% continents.$continent %]

[% ELSE %]

[% g('You can download the requested file from the %s subdirectory at:', filename.directory) %]

- +

[% g('%s security updates are officially distributed only via %s.', organisation, security_mirror) %]

[% END %] @@ -89,7 +94,7 @@ deb [% 'http://' _ security_mirror_url %] [% suite _ security_suite_suffix %] ma [% IF port.url_name; SET port.url = ports_url _ port.url_name _ '/'; END -%] -

[% g('Note that %s is not officially included in the %s archive yet, but the %s porter group keeps their archive in sync with the official archive as close as possible. See the %s ports page for current information.', +

[% g('Note that %s is not officially included in the %s archive, but the %s porter group keeps their archive in sync with the official archive as close as possible. See the %s ports page for current information.', port.name, organisation, port.name, port.url, port.name) %]

[% END %] @@ -99,10 +104,10 @@ deb [% 'http://' _ security_mirror_url %] [% suite _ security_suite_suffix %] ma

[% g('More information on %s:', filename.file) %]

- +
[% g('Exact Size') %] [% g('%s Byte (%s %s)', size, pkgsize, pkgsize_unit) %]
[% g('Exact Size') %] [% g('%s Byte (%s %s)', size, num.format_number(pkgsize,1), pkgsize_unit) %]
[% g('MD5 checksum') %] [% md5sum %]
[% g('SHA1 checksum') %] [% sha1 || g('Not Available') %]
[% g('SHA256 checksum') %] [% sha256 || g('Not Available') %]
-[%- PROCESS 'html/foot.tmpl' -%] +[%- PROCESS 'html/foot.tmpl' page_name="$pkg/download" -%]