]> git.deb.at Git - deb/packages.git/commitdiff
Add a link to old releases on homepage
authorFrank Lichtenheld <frank@lichtenheld.de>
Sat, 4 Jul 2009 20:35:43 +0000 (22:35 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sat, 4 Jul 2009 20:35:43 +0000 (22:35 +0200)
Eliminates a Ubuntu patch and makes sense for Debian, too.

templates/config.tmpl
templates/html/homepage.tmpl

index 77e6db13984fe4f7fbb116c57f29f702b771e852..1792ac5ac6eb446833489cb78b2dc7633ecac919 100644 (file)
@@ -7,6 +7,7 @@
    project_homepage = 'http://www.debian.org/'
    packages_homepage = '/'
    packages_homepage_abs = 'http://packages.debian.net/'
+   old_releases = 'http://archive.debian.net/'
    searchformurl = packages_homepage
    search_url = '/search'
    tags_url = 'http://debtags.alioth.debian.org/'
index 40764e7758f386988b92bbfe1ee90e4bfe841578..7aa276e08dea9bc4646535777ca2bd1a247cdae5 100644 (file)
@@ -31,6 +31,8 @@
 
 <p>[% g('There is also a list of <a href="%s/main/newpkg">packages recently added to %s</a>.', all_suites.-1, all_suites.-1) %]</p>
 
+<p>[% g('Old releases can be found at <a href="%s">%s</a>.', old_releases, old_releases) %]</p>
+
 <h2>[% g('Search') %]</h2>
 
 <h3>[% g('Search package directories') %]</h3>