]> git.deb.at Git - deb/packages.git/blobdiff - static/index.tmpl
index.tmpl: Use packages_homepage_abs for shortcut explanation
[deb/packages.git] / static / index.tmpl
index f64e53962720dd68d87e728d7bdc516776d6fb22..cbd3c07058992d47a696ba79d880073abfa0194b 100644 (file)
@@ -5,14 +5,15 @@
 -%]
 [%-
     all_suites = [ 'etch', 'etch-m68k', 'etch-volatile', 'etch-backports',
-                  'lenny', 'lenny-volatile', 'sid' ]
+                  'lenny', 'lenny-volatile', 'lenny-backports', 'squeeze', 'sid' ]
     version_numbers = { sarge => '3.1',
-                       etch   => '4.0' }
-    current_release = 'etch'
+                       etch  => '4.0',
+                       lenny => '5.0' }
+    current_release = 'lenny'
     all_sections = [ 'main', 'contrib', 'non-free' ]
-    all_architectures = [ 'alpha', 'arm', 'armel', 'amd64', 'hppa', 'i386',
+    all_architectures = [ 'alpha', 'arm', 'armel', 'amd64', 'avr32', 'hppa', 'i386',
                          'ia64', 'kfreebsd-amd64', 'kfreebsd-i386', 'mips',
-                         'mipsel', 'powerpc', 's390', 'sparc' ]
+                         'mipsel', 'm68k', 'powerpc', 's390', 'sparc' ]
 -%]
 
 <p>This site provides you with information about all the packages
@@ -72,10 +73,10 @@ Section:
 </form>
 <p>There are shortcuts for some searches available:</p>
 <ul>
-      <li><code>[% packages_homepage %]<var>name</var></code> for
+      <li><code>[% packages_homepage_abs %]<var>name</var></code> for
       the search on package names.</li>
 
-      <li><code>[% packages_homepage %]src:<var>name</var></code>
+      <li><code>[% packages_homepage_abs %]src:<var>name</var></code>
       for the search on source package names.</li>
 </ul>
 <hr>