From 6c8a0c0cc0bb19056dfe6f47c1ee526ea00c9987 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sun, 24 Aug 2008 10:55:13 +0800 Subject: [PATCH] Show tooltips for non-main sections and non-main archives --- templates/config/mirrors.tmpl | 9 +++++++++ templates/html/search.tmpl | 8 ++++---- templates/html/show.tmpl | 6 +++--- templates/html/util.inc | 2 +- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/templates/config/mirrors.tmpl b/templates/config/mirrors.tmpl index c5c1d33..8a0d18e 100644 --- a/templates/config/mirrors.tmpl +++ b/templates/config/mirrors.tmpl @@ -70,6 +70,7 @@ mirrors = { }, volatile => { + title => g('volatile packages that need major changes during the life of a stable release'), mirror_list => 'http://www.debian.org/devel/debian-volatile/volatile-mirrors', europa => [ "volatile.debian.net/debian-volatile", @@ -91,6 +92,7 @@ mirrors = { }, backports => { + title => g('newer packages that have been adapted to stable releases of Debian'), mirror_list => 'http://www.backports.org/debian/README.mirrors.html', europa => [ "www.backports.org/debian", @@ -118,6 +120,7 @@ mirrors = { }, debports => { + title => g('ports of packages to architectures not yet available in Debian'), mirror_list => 'http://wiki.debian.org/DebianPorts/Mirrors', unofficial_port => { 'kfreebsd-amd64' => { @@ -153,5 +156,11 @@ continents = { africa => g('Africa'), } +section_titles = { + 'main' => g('packages that meet the Debian Free Software Guidelines'), + 'contrib' => g('packages that meet the Debian Free Software Guidelines but need software not in Debian main'), + 'non-free' => g('packages that do not meet the Debian Free Software Guidelines'), + } + %] diff --git a/templates/html/search.tmpl b/templates/html/search.tmpl index 3cd004c..ede09ea 100644 --- a/templates/html/search.tmpl +++ b/templates/html/search.tmpl @@ -118,13 +118,13 @@

[% g('Package %s', pkg) %]