[Pkg-octave-commit] rev 181 - trunk/www
Rafael Laboissiere
pkg-octave-devel@lists.alioth.debian.org
Wed, 30 Mar 2005 09:02:00 +0000
Author: rafael
Date: 2005-03-30 09:01:59 +0000 (Wed, 30 Mar 2005)
New Revision: 181
Modified:
trunk/www/index.html.in
Log:
Added link to the octave2.9 apt-getable repository
Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in 2005-03-30 09:01:11 UTC (rev 180)
+++ trunk/www/index.html.in 2005-03-30 09:01:59 UTC (rev 181)
@@ -156,9 +156,18 @@
<h2>Packages not yet released</h2>
<ul>
+<:
+@packages = (
+ "octave-gtk",
+ "octave2.9",
+);
+for my $pkg (@packages) { _:>
<li>
- <a href="octave-gtk">octave-gtk</a>
+ <a href="<:=$pkg:>"><:=$pkg:></a>
</li>
+<:
+}
+:>
</ul>
<h2>Other Octave-related packages</h2>