X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fhomepage.tmpl;h=bebb31f760470911f4141f33e9e53702550b5c5a;hb=6a99f4714326a371636fae11a2613160a32d8c8f;hp=7aa276e08dea9bc4646535777ca2bd1a247cdae5;hpb=e86f7dbf94297bacc9e1d2e0046dfedb3659c820;p=deb%2Fpackages.git diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl index 7aa276e..bebb31f 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' ] - 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) %]

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