SF.net SVN: geany-plugins:[1552] www/staging/content/downloads.html
dmaphy at users.sourceforge.net
dmaphy at xxxxx
Sat Sep 4 20:29:50 UTC 2010
Revision: 1552
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1552&view=rev
Author: dmaphy
Date: 2010-09-04 20:29:50 +0000 (Sat, 04 Sep 2010)
Log Message:
-----------
fixed.
Modified Paths:
--------------
www/staging/content/downloads.html
Modified: www/staging/content/downloads.html
===================================================================
--- www/staging/content/downloads.html 2010-09-04 20:25:23 UTC (rev 1551)
+++ www/staging/content/downloads.html 2010-09-04 20:29:50 UTC (rev 1552)
@@ -30,7 +30,7 @@
echo " <th>Download</th>";
echo " <th>SIG</th>";
echo "</tr>";
-
+
if(file_exists($dir . "geany-plugins-" . $version . ".tar.gz") &&
file_exists($dir . "geany-plugins-" . $version . ".tar.gz.sig"))
{
@@ -53,18 +53,18 @@
- if(file_exists($dir . "geany-plugins-" . $version . ".exe") &&
- file_exists($dir . "geany-plugins-" . $version . ".exe.sig"))
+ if(file_exists($dir . "geany-plugins-" . $version . "_setup.exe") &&
+ file_exists($dir . "geany-plugins-" . $version . "_setup.exe.sig"))
{
echo "<tr>";
echo " <td>geany-plugins-" . $version . ".exe</td>";
- echo " <td><a href=\"./geany-plugins/geany-plugins-" .$version . ".exe\">Download</a></td>";
- echo " <td><a href=\"./geany-plugins/geany-plugins-" .$version . ".exe.sig\">SIG</a></td>";
+ echo " <td><a href=\"./geany-plugins/geany-plugins-" .$version . "_setup.exe\">Download</a></td>";
+ echo " <td><a href=\"./geany-plugins/geany-plugins-" .$version . "_setup.exe.sig\">SIG</a></td>";
echo "</tr>";
}
-
+
echo "</table>";
-
+
echo "<br /><a href=\"./geany-plugins\">Older versions of Geany-Plugins can be downloaded</a>.";
} else {
echo "No plugins available at the moment.";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list