X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Fdownload.tmpl;h=27a4cf5b4733dff42d7cbd6e3595dfc62a5ffa41;hp=e30fa1dd30b1b2550ac38fc4807689311ac4092c;hb=bedf14e393ba83316aca3e442c14f24914a6cd84;hpb=66da5296de39b8db2673c698ea79dde436f37fb3 diff --git a/templates/html/download.tmpl b/templates/html/download.tmpl index e30fa1d..27a4cf5 100644 --- a/templates/html/download.tmpl +++ b/templates/html/download.tmpl @@ -92,10 +92,13 @@ please see our complete mirror list.

[% END %] [% IF a.unofficial_port %] -[% SET port = a.unofficial_port %] +[% SET port = a.unofficial_port.$architecture %] +[% IF port.url_name; + SET port.url = ports_url _ port.url_name _ '/'; + END -%]

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

+See the [% port.name %] ports page for current information.

[% END %]

Note that in some browsers you will need to tell your browser you want the file saved to a file. @@ -110,3 +113,5 @@ For example, in Firefox or Mozilla, you should hold the Shift key when you click SHA1 checksum [% sha1 || 'Not Available' %] SHA256 checksum [% sha256 || 'Not Available' %] + +[%- PROCESS 'html/foot.tmpl' -%]