From: Frank Lichtenheld Date: Sun, 5 Jul 2009 22:16:40 +0000 (+0200) Subject: Merge branch 'master' into archive-master X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=6a99f4714326a371636fae11a2613160a32d8c8f Merge branch 'master' into archive-master Conflicts: static/index.tmpl templates/config.tmpl --- 6a99f4714326a371636fae11a2613160a32d8c8f diff --cc templates/html/homepage.tmpl index 0000000,aa17ea6..bebb31f mode 000000,100644..100644 --- a/templates/html/homepage.tmpl +++ b/templates/html/homepage.tmpl @@@ -1,0 -1,118 +1,119 @@@ + [%- PROCESS 'html/head.tmpl' + title_tag = g('%s Packages Search', organisation) + page_title = g('%s Packages Search', organisation) + keywords = g('Packages') + -%] + [%- - all_suites = [ 'etch', 'etch-m68k', 'etch-volatile', 'etch-backports', - 'lenny', 'lenny-volatile', 'lenny-backports', 'squeeze', 'sid' ] - version_numbers = { sarge => '3.1', - etch => '4.0', - lenny => '5.0' } - current_release = 'lenny' ++ all_suites = [ 'bo', 'hamm', 'slink', 'potato', 'woody', 'sarge' ] ++ version_numbers = { sarge => '3.1', ++ woody => '3.0', ++ potato => '2.2', ++ slink => '2.1', ++ hamm => '2.0', ++ bo => '1.3.1'} ++ current_release = 'sarge' + all_sections = [ 'main', 'contrib', 'non-free' ] - all_architectures = [ 'alpha', 'arm', 'armel', 'amd64', 'avr32', 'hppa', 'i386', - 'ia64', 'kfreebsd-amd64', 'kfreebsd-i386', 'mips', - 'mipsel', 'm68k', 'powerpc', 's390', 'sparc' ] ++ all_architectures = [ 'alpha', 'arm', 'hppa', 'i386', 'ia64', ++ 'mips', 'mipsel', 'powerpc', 's390', 'sparc' ] + -%] + +

[% g('This site provides you with information about all the packages available in the %s Package archive.', project_homepage, organisation) %]

+ +

[% g('Please contact %s if you encounter any problems!', admin.mail, admin.name) %]

+ +

[% g('Browse through the lists of packages:') %]

+ + + +

[% 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') %]

+ +
+ + + +
+ [% g('Search on:') %] + +    + + + + +
+ [% g('Only show exact matches:') %] + +
+ Distribution: + + [% g('Section:') %] + +
+

[% g('There are shortcuts for some searches available:') %]

+ +
+ +

[% g('Search the contents of packages') %]

+ +

[% g('This search engine allows you to search the contents of %s distributions for any files (or just parts of file names) that are part of packages. You can also get a full list of files in a given package.', organisation) %]
+

+ + + +   + + +   +
+ [% g('Display:') %] +
+ + +
+ + +
+ + +
+ + + + + +
+ + [% PROCESS 'html/foot.tmpl' page_name=packages_homepage copyright.years = '1997 - 2009' %]