]> git.deb.at Git - deb/packages.git/blobdiff - static/index.tmpl
[UBUNTU] Add link to old-releases.ubuntu.com on front-page
[deb/packages.git] / static / index.tmpl
index 309397fffa8566007b372356f889bd12ccfc5504..b1e7dea63edc058daaf3eab04f7345be513b271e 100644 (file)
@@ -2,20 +2,25 @@
        title_tag = "$organisation Packages Search"
        page_title = "$organisation Packages Search"
        keywords = "$organisation, Packages"
+       html_meta = '<meta name="verify-v1" content="Rg2bDR1kWPGd8k8v9NOgnmtUQHO6UaKX2glZWVDptok=">'
 -%]
 [%-
     all_suites = [ 'dapper', 'dapper-updates', 'dapper-backports',
-                  'edgy', 'edgy-updates', 'edgy-backports',
-                  'feisty', 'feisty-updates', 'feisty-backports',
                   'gutsy', 'gutsy-updates', 'gutsy-backports',
-                  'hardy' ]
-    current_release = 'gutsy'
+                  'hardy', 'hardy-updates', 'hardy-backports',
+                  'intrepid', 'intrepid-updates', 'intrepid-backports',
+                  'jaunty', ]
+    version_numbers = { dapper => '6.06LTS',
+                       gutsy  => '7.10',
+                       hardy  => '8.04LTS',
+                       intrepid => '8.10'}
+    current_release = 'intrepid'
     all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ]
     all_architectures = [ 'i386', 'amd64', 'powerpc' ]
 -%]
 
 <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,13 +30,16 @@ 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>
 
+<p>Old releases can be found at <a href="http://old-releases.ubuntu.com/">old-releases.ubuntu.com</a></p>
+
 <h2>Search</h2>
 
 <h3>Search package directories</h3>
@@ -84,7 +92,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 +112,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">
@@ -124,6 +132,41 @@ Display:
 <hr>
 <h2>News</h2>
 <dl>
+<dt>2009-02-21</dt>
+<dd>Remove feisty.</dd>
+<dt>2008-11-03</dt>
+<dd>Add jaunty.</dd>
+<dt>2008-10-30</dt>
+<dd>Reflect intrepid release.</dd>
+<dt>2008-06-10</dt>
+<dd>
+<p>Removed edgy</p>
+</dd>
+<dt>2008-04-28</dt>
+<dd>
+<p>Added intrepid</p>
+</dt>
+<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
+include information about <tt>ports.ubuntu.com</tt> packages here. Since <tt>archive.ubuntu.com</tt> is currently unusable
+I use <tt>nl.archive.ubuntu.com</tt> as source for the data until the situation normalizes again.</p>
+</dd>
+<dt>2008-02-21</dt>
+<dd>
+<p>The downtime today was caused by some yet undiagnosed kernel troubles after
+a faulty hard disk was exchanged. Sorry for any inconvenience.
+</dd>
+<dt>2008-02-19</dt>
+<dd>
+<p>Switched packages.ubuntu.com to the newer codebase that also runs
+on packages.debian.org. The two most important changes for users
+are that most pages are now generated dynamically (which makes
+for faster updates and more flexibility) and that the search
+functions should be much faster now.
+<p>Still waiting for a volunteer that optimizes the used stylesheets,
+I myself have not much talent in this area...
+</dd>
 <dt>2007-10-21</dt>
 <dd>
 Add hardy.
@@ -298,4 +341,4 @@ i386 and powerpc debs due to space constraints)</dd>
 
 [% PROCESS 'html/foot.tmpl'
        langs.size = 0
-       copyright.years = '1997 - 2007' %]
+       copyright.years = '1997 - 2008' %]