From e86f7dbf94297bacc9e1d2e0046dfedb3659c820 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sat, 4 Jul 2009 22:35:43 +0200 Subject: [PATCH] Add a link to old releases on homepage Eliminates a Ubuntu patch and makes sense for Debian, too. --- templates/config.tmpl | 1 + templates/html/homepage.tmpl | 2 ++ 2 files changed, 3 insertions(+) diff --git a/templates/config.tmpl b/templates/config.tmpl index 77e6db1..1792ac5 100644 --- a/templates/config.tmpl +++ b/templates/config.tmpl @@ -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/' diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl index 40764e7..7aa276e 100644 --- a/templates/html/homepage.tmpl +++ b/templates/html/homepage.tmpl @@ -31,6 +31,8 @@

[% g('There is also a list of packages recently added to %s.', all_suites.-1, all_suites.-1) %]

+

[% g('Old releases can be found at %s.', old_releases, old_releases) %]

+

[% g('Search') %]

[% g('Search package directories') %]

-- 2.39.2