[geany/plugins.geany.org] a6791f: try to make kind of download more clear and obvious
Dominic Hopf
git-noreply at geany.org
Fri Jan 25 10:05:21 UTC 2013
Branch: refs/heads/master
Author: Dominic Hopf <dmaphy at googlemail.com>
Committer: Dominic Hopf <dmaphy at googlemail.com>
Date: Fri, 25 Jan 2013 10:05:21 UTC
Commit: a6791ff526bd9c42382fd678a377cbf02e00365d
https://github.com/geany/plugins.geany.org/commit/a6791ff526bd9c42382fd678a377cbf02e00365d
Log Message:
-----------
try to make kind of download more clear and obvious
Patch by Matthew Brush, thanks!
Modified Paths:
--------------
content/downloads.html
Modified: content/downloads.html
4 files changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -33,6 +33,7 @@
echo "<table>";
echo "<tr>";
echo " <th>Download</th>";
+ echo " <th>Type</th>";
echo " <th>SIG</th>";
echo " <th>";
@@ -67,6 +68,7 @@
{
echo "<tr>";
echo " <td><a href=\"./geany-plugins/geany-plugins-" . $version . ".tar.gz\">geany-plugins-" . $version . ".tar.gz</a></td>";
+ echo " <td>Source Code</td>";
echo " <td><a href=\"./geany-plugins/geany-plugins-" . $version . ".tar.gz.sig\">GPG Signature</a></td>";
if ($_GET['hash'] == "sha1")
{
@@ -83,6 +85,7 @@
{
echo "<tr>";
echo " <td><a href=\"./geany-plugins/geany-plugins-" . $version . ".tar.bz2\">geany-plugins-" . $version . ".tar.bz2</a></td>";
+ echo " <td>Source Code</td>";
echo " <td><a href=\"./geany-plugins/geany-plugins-" . $version . ".tar.bz2.sig\">GPG Signature</a></td>";
if ($_GET['hash'] == "sha1")
{
@@ -99,6 +102,7 @@
{
echo "<tr>";
echo " <td><a href=\"./geany-plugins/geany-plugins-" .$wversion . "_setup.exe\">geany-plugins-" . $wversion . "_setup.exe</a></td>";
+ echo " <td>Win32 Installer</td>";
echo " <td><a href=\"./geany-plugins/geany-plugins-" .$wversion . "_setup.exe.sig\">GPG Signature</a></td>";
if ($_GET['hash'] == "sha1")
{
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list