Revision: 1565 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1565&view=re... Author: dmaphy Date: 2010-09-05 11:20:13 +0000 (Sun, 05 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-05 10:55:11 UTC (rev 1564) +++ www/staging/content/downloads.html 2010-09-05 11:20:13 UTC (rev 1565) @@ -49,7 +49,7 @@ { echo "<tr>"; echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.gz">geany-plugins-" . $version . ".tar.gz</a></td>"; - echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.gz.sig">SIG</a></td>"; + echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.gz.sig">GPG Signature</a></td>"; if ($_GET['hash'] == "sha1") { echo " <td><pre>" . sha1_file($dir . "geany-plugins-" . $version . ".tar.gz") . "</pre></td>"; @@ -64,7 +64,7 @@ { echo "<tr>"; echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.bz2">geany-plugins-" . $version . ".tar.bz2</a></td>"; - echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.bz2.sig">SIG</a></td>"; + echo " <td><a href="./geany-plugins/geany-plugins-" . $version . ".tar.bz2.sig">GPG Signature</a></td>"; if ($_GET['hash'] == "sha1") { echo " <td><pre>" . sha1_file($dir . "geany-plugins-" . $version . ".tar.bz2") . "</pre></td>"; @@ -81,7 +81,7 @@ { echo "<tr>"; echo " <td><a href="./geany-plugins/geany-plugins-" .$version . "_setup.exe">geany-plugins-" . $version . "_setup.exe</a></td>"; - echo " <td><a href="./geany-plugins/geany-plugins-" .$version . "_setup.exe.sig">SIG</a></td>"; + echo " <td><a href="./geany-plugins/geany-plugins-" .$version . "_setup.exe.sig">GPG Signature</a></td>"; if ($_GET['hash'] == "sha1") { echo " <td><pre>" . sha1_file($dir . "geany-plugins-" . $version . "_setup.exe") . "</pre></td>";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org