X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fhomepage.tmpl;h=90f428b6013ee0fc2ade731b3a5f8a3ff4c62331;hb=1e80ad6aa16dd270f2b4fefc702963ba50fac32b;hp=6dabe9f5b66b39cf28db5823443b2278ec550a8a;hpb=0e2a94fd63e8f95dac115fde72163cf44aba9290;p=deb%2Fpackages.git diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl index 6dabe9f..90f428b 100644 --- a/templates/html/homepage.tmpl +++ b/templates/html/homepage.tmpl @@ -1,19 +1,20 @@ [%- PROCESS 'html/head.tmpl' - title_tag = "$organisation Packages Search" - page_title = "$organisation Packages Search" - keywords = "$organisation, Packages" + 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' ] + 'lenny', 'lenny-volatile', 'lenny-backports', 'squeeze', 'squeeze-backports', 'sid' ] version_numbers = { sarge => '3.1', etch => '4.0', lenny => '5.0' } current_release = 'lenny' 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', 'armel', 'amd64', 'avr32', 'hppa', 'i386', + 'ia64', 'kfreebsd-amd64', 'kfreebsd-i386', 'mips', + 'mipsel', 'm68k', 'powerpc', 'powerpcspe', 's390', 'sh4', + 'sparc', 'sparc64' ] -%]

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

@@ -31,7 +32,9 @@

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

+[% IF old_releases %]

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

+[% END %]

[% g('Search') %]

@@ -115,4 +118,4 @@ Distribution: -[% PROCESS 'html/foot.tmpl' page_name=packages_homepage copyright.years = '1997 - 2009' %] +[% PROCESS 'html/foot.tmpl' page_name=packages_homepage copyright.years = '1997 - 2010' %]