]> git.deb.at Git - deb/packages.git/commitdiff
Be more verbose in the suggestion to use apt and explain how to
authorFrank Lichtenheld <frank@lichtenheld.de>
Tue, 28 Nov 2006 00:40:11 +0000 (00:40 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Tue, 28 Nov 2006 00:40:11 +0000 (00:40 +0000)
use one of the listed mirrors in the own sources.list

templates/html/download.tmpl

index c59a6e5d88517c3d1d58e90a71c936793761b093..e980f2fb526f0dafc50701eaffc573e90558aba7 100644 (file)
@@ -8,6 +8,7 @@
                  { name => 'Download' },
                ]
 -%]
                  { name => 'Download' },
                ]
 -%]
+[%- PROCESS 'config/archive_layout.tmpl' -%]
 [%- PROCESS 'config/mirrors.tmpl' -%]
 [%- PROCESS 'config/architectures.tmpl' -%]
 [%- PROCESS 'html/messages.tmpl' -%]
 [%- PROCESS 'config/mirrors.tmpl' -%]
 [%- PROCESS 'config/architectures.tmpl' -%]
 [%- PROCESS 'html/messages.tmpl' -%]
 package manager like <a href="[% make_url('aptitude','','arch','') %]">aptitude</a> or
 <a href="[% make_url('synaptic','','arch','') %]">synaptic</a> to download and install
 packages, instead of doing so manually via this website.</p>
 package manager like <a href="[% make_url('aptitude','','arch','') %]">aptitude</a> or
 <a href="[% make_url('synaptic','','arch','') %]">synaptic</a> to download and install
 packages, instead of doing so manually via this website.</p>
+<p>You should be able to use any of the listed mirrors by adding a
+line to your <kbd>/etc/apt/sources.list</kbd> like this:</p>
+<pre>
+deb http://<em>[% mirrors.$archive.europa.0 %]</em> [% suite %] main [% section IF section != main_section %]
+</pre>
+<p>Replacing <em>[% mirrors.$archive.europa.0 %]</em> with the mirror in question.
 [% IF suite == "experimental" %]
 <h2>Experimental package</h2>
 <p>Warning: This package is from the <strong>experimental</strong> distribution.
 [% IF suite == "experimental" %]
 <h2>Experimental package</h2>
 <p>Warning: This package is from the <strong>experimental</strong> distribution.