]> git.deb.at Git - deb/packages.git/blobdiff - templates/html/homepage.tmpl
Reflect oneiric release: +oneiric, -dapper
[deb/packages.git] / templates / html / homepage.tmpl
index fd72725e842b65b2eca9541fb2db673210019952..de0e9c47659c504b84b2eab6a30d6c5e78edb1b8 100644 (file)
@@ -5,20 +5,20 @@
        html_meta = '<meta name="verify-v1" content="Rg2bDR1kWPGd8k8v9NOgnmtUQHO6UaKX2glZWVDptok=">'
 -%]
 [%-
-    all_suites = [ 'dapper', 'dapper-updates', 'dapper-backports',
-                  'hardy', 'hardy-updates', 'hardy-backports',
-                  'jaunty', 'jaunty-updates', 'jaunty-backports',
-                  'karmic', 'karmic-updates', 'karmic-backports',
+    all_suites = [ 'hardy', 'hardy-updates', 'hardy-backports',
                   'lucid', 'lucid-updates', 'lucid-backports',
                   'maverick', 'maverick-updates', 'maverick-backports',
-                  'natty' ]
+                  'natty', 'natty-updates', 'natty-backports',
+                  'oneiric', 'oneiric-updates', 'oneiric-backports',
+                  'precise' ]
     version_numbers = { dapper => '6.06LTS',
                        hardy  => '8.04LTS',
-                       karmic => '9.10',
                        lucid  => '10.04LTS',
                        maverick => '10.10',
+                       natty => '11.04',
+                       oneiric => '11.10',
                      }
-    current_release = 'maverick'
+    current_release = 'oneiric'
     all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ]
     all_architectures = [ 'i386', 'amd64', 'powerpc' ]
 -%]
@@ -47,6 +47,7 @@
 <h3>[% g('Search package directories') %]</h3>
 
 <form method="GET" action="/search">
+<p>
 <label for="kw">[% g('Keyword:') %]</label>
 <input type="text" size="30" name="keywords" id="kw">
 <input type="submit" value="[% g('Search') %]"> <input type="reset" value="[% g('Reset') %]">
@@ -76,6 +77,7 @@ Distribution:
 [% END %]
   <option value="all" selected="selected">[% g('any') %]</option>
 </select>
+</p>
 </form>
 <p>[% g('There are shortcuts for some searches available:') %]</p>
 <ul>
@@ -89,6 +91,7 @@ Distribution:
 
 <p>[% 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) %]<br>
 <form method="GET" action="/search">
+<p>
 <input type="hidden" name="searchon" value="contents">
 
 <label for="keyword">[% g('Keyword:') %]</label>
@@ -122,11 +125,16 @@ Distribution:
 [% END %]
   <option value="any" selected="selected">[% g('any') %]</option>
 </select>
+</p>
 </form>
 
 <hr>
 <h2>News</h2>
 <dl>
+<dt>2011-10-14</dt>
+<dd>Reflect oneiric release, add oneiric, remove dapper.</dd>
+<dt>2011-04-28</dt>
+<dd>Reflect natty release, add natty, remove karmic.</dd>
 <dt>2010-10-10</dt>
 <dd>Reflect maverick release, add maverick, remove jaunty.</dd>
 <dt>2010-05-05</dt>
@@ -148,7 +156,7 @@ Distribution:
 <dt>2008-04-28</dt>
 <dd>
 <p>Added intrepid</p>
-</dt>
+</dd>
 <dt>2008-04-26</dt>
 <dd>
 <p>Adapted for hardy release. Removed the obsolete powerpc data for hardy. I'm currently evaluation if and how I should
@@ -342,4 +350,4 @@ may be missing for some packages since I can only mirror the
 i386 and powerpc debs due to space constraints)</dd>
 </dl>
 
-[% PROCESS 'html/foot.tmpl' page_name=packages_homepage copyright.years = '1997 - 2010' %]
+[% PROCESS 'html/foot.tmpl' page_name=packages_homepage copyright.years = '1997 - 2011' %]