[Pkg-octave-commit] rev 166 - trunk/www
Rafael Laboissiere
pkg-octave-devel@lists.alioth.debian.org
Thu, 17 Mar 2005 08:03:51 +0100
Author: rafael
Date: 2005-03-17 08:03:50 +0100 (Thu, 17 Mar 2005)
New Revision: 166
Modified:
trunk/www/index.html.in
Log:
Added link to kmatplot
Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in 2005-03-15 15:09:37 UTC (rev 165)
+++ trunk/www/index.html.in 2005-03-17 07:03:50 UTC (rev 166)
@@ -157,11 +157,19 @@
<h2>Other Octave-related packages</h2>
<ul>
+<:
+@packages = (
+ "octave-plplot",
+ "kmatplot",
+);
+for my $pkg (@packages) { _:>
<li>
<a
- href="http://packages.debian.org/octave-plplot">octave-plplot</a>
+ href="http://packages.debian.org/<:=$pkg:>"><:=$pkg:></a>
</li>
- </ul>
+<:
+}
+:>
<h2 id="stuff">Other interesting Octave stuff</h2>
@@ -334,4 +342,4 @@
Local Variables:
mode: html
End:
--->
\ No newline at end of file
+-->