Revision: 1545
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1545&view=rev
Author: any0n3
Date: 2010-09-04 18:45:50 +0000 (Sat, 04 Sep 2010)
Log Message:
-----------
Changed another link
Modified Paths:
--------------
www/staging/content/downloads.html
Modified: www/staging/content/downloads.html
===================================================================
--- www/staging/content/downloads.html 2010-09-04 18:44:35 UTC (rev 1544)
+++ www/staging/content/downloads.html 2010-09-04 18:45:50 UTC (rev 1545)
@@ -46,4 +46,4 @@
<td><a href="./geany-plugins/geany-plugins-<?php echo $version; ?>.exe.sig">SIG</a></td>
</tr>
</table>
-<br />Older versions of Geany-Plugins can be downloaded <a href="./geany-plugins">here</a>.
+<br /><a href="./geany-plugins">Older versions of Geany-Plugins can be downloaded</a>.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1544
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1544&view=rev
Author: any0n3
Date: 2010-09-04 18:44:35 +0000 (Sat, 04 Sep 2010)
Log Message:
-----------
changed link text
Modified Paths:
--------------
www/staging/content/downloads.html
Modified: www/staging/content/downloads.html
===================================================================
--- www/staging/content/downloads.html 2010-09-04 18:33:36 UTC (rev 1543)
+++ www/staging/content/downloads.html 2010-09-04 18:44:35 UTC (rev 1544)
@@ -22,7 +22,7 @@
$version = max($versions);
}
- echo "The latest version is " . $version . ", you should take a look on the release notes <a href=\"./geany-plugins/geany-plugins-" . $version . ".NEWS\">here.</a>.<br />\n";
+ echo "The latest version is " . $version . ", you should take a look on the <a href=\"./geany-plugins/geany-plugins-" . $version . ".NEWS\">release notes</a>.<br />\n";
?>
<table>
<tr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1543
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1543&view=rev
Author: any0n3
Date: 2010-09-04 18:33:36 +0000 (Sat, 04 Sep 2010)
Log Message:
-----------
Made the indrodution more sweet :-).
Modified Paths:
--------------
www/staging/content/downloads.html
Modified: www/staging/content/downloads.html
===================================================================
--- www/staging/content/downloads.html 2010-09-04 18:13:26 UTC (rev 1542)
+++ www/staging/content/downloads.html 2010-09-04 18:33:36 UTC (rev 1543)
@@ -22,7 +22,7 @@
$version = max($versions);
}
- echo "Download the latest <a href=\"./geany-plugins/geany-plugins-" . $version . ".NEWS\">Geany-Plugins</a> in version " . $version . ".<br />\n";
+ echo "The latest version is " . $version . ", you should take a look on the release notes <a href=\"./geany-plugins/geany-plugins-" . $version . ".NEWS\">here.</a>.<br />\n";
?>
<table>
<tr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1541
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1541&view=rev
Author: any0n3
Date: 2010-09-03 17:49:14 +0000 (Fri, 03 Sep 2010)
Log Message:
-----------
Removing table border because it is no styled by css main file.
Modified Paths:
--------------
www/staging/content/downloads.html
Modified: www/staging/content/downloads.html
===================================================================
--- www/staging/content/downloads.html 2010-09-03 17:48:30 UTC (rev 1540)
+++ www/staging/content/downloads.html 2010-09-03 17:49:14 UTC (rev 1541)
@@ -24,7 +24,7 @@
echo "Download the latest <a href=\"./geany-plugins/geany-plugins-" . $version . ".NEWS\">Geany-Plugins</a> in version " . $version . ".<br />\n";
?>
-<table border="1">
+<table>
<tr>
<th>Name</th>
<th>Download</th>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.