]> git.deb.at Git - deb/packages.git/blobdiff - static/index.tmpl
The Lenny Release Commit
[deb/packages.git] / static / index.tmpl
index c12bc7a5d50753033ed31f92af0d57ac3d87b33e..136f89e50258b45cd5ffc773c0c1d0d0a2a61609 100644 (file)
@@ -4,18 +4,20 @@
        keywords = "$organisation, Packages"
 -%]
 [%-
-    all_suites = [ 'sarge', 'sarge-volatile', 'sarge-backports',
-                  'etch', 'etch-m68k', 'etch-volatile', 'etch-backports',
-                  'lenny', 'sid' ]
-    current_release = 'etch'
+    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_sections = [ 'main', 'contrib', 'non-free' ]
     all_architectures = [ 'alpha', 'arm', 'armel', 'amd64', '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
-available in the <a href="[% homepage %]">[% organisation %]</a>
+available in the <a href="[% project_homepage %]">[% organisation %]</a>
 Package archive.
 
 <p><em>Please contact <a href="mailto:[% admin.mail %]">[% admin.name %]</a>
@@ -25,11 +27,12 @@ if you encounter any problems!</em></p>
 
 <ul style="font-size:large">
 [% FOREACH s IN all_suites %]
-<li><a href="[% s %]/">[% s %]</a></li>
+<li><a href="[% s %]/">[% s %]</a>
+[% IF version_numbers.$s %]([% version_numbers.$s %])[% END %]</li>
 [% END %]
 </ul>
 
-<p>There is also a list of <a href="[% all_suites.-1 %]/newpkg_main">packages
+<p>There is also a list of <a href="[% all_suites.-1 %]/main/newpkg">packages
 recently added to [% all_suites.-1 %]</a>.</p>
 
 <h2>Search</h2>
@@ -84,7 +87,7 @@ Section:
 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.
-<BR>
+<br>
 <form method="GET" action="/search">
 <input type="hidden" name="searchon" value="contents">
 
@@ -104,7 +107,7 @@ Display:
 <br>
 <input type="radio" name="mode" value="filename" id="filename">
   <label for="filename">packages that contain files whose names contain the keyword</label>
-
+<br>
 <label for="distro">Distribution:</label>
 
 <select name="suite" id="distro">
@@ -123,4 +126,4 @@ Display:
 
 [% PROCESS 'html/foot.tmpl'
        langs.size = 0
-       copyright.years = '1997 - 2007' %]
+       copyright.years = '1997 - 2008' %]