[Gpg4win-commits] r138 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 9 14:38:32 CET 2006
Author: wilde
Date: 2006-02-09 14:38:32 +0100 (Thu, 09 Feb 2006)
New Revision: 138
Modified:
trunk/doc/website/template_header.m4
trunk/doc/website/versions.m4
Log:
Moved definition of URL for the big download-button to versions.m4.
Modified: trunk/doc/website/template_header.m4
===================================================================
--- trunk/doc/website/template_header.m4 2006-02-09 13:36:45 UTC (rev 137)
+++ trunk/doc/website/template_header.m4 2006-02-09 13:38:32 UTC (rev 138)
@@ -30,8 +30,7 @@
<br><pre class="swlist">SOFTWARE</pre>
</td>
<td class="center">
- <a href="ftp://ftp.gpg4win.org/gpg4win/gpg4win-VERSION.exe"
- class="dlbutton">Download<br>
+ <a href="DOWNLOAD_URL" class="dlbutton">Download<br>
<span class="version">gpg4win VERSION</span></a>
</td></tr>
</table>
Modified: trunk/doc/website/versions.m4
===================================================================
--- trunk/doc/website/versions.m4 2006-02-09 13:36:45 UTC (rev 137)
+++ trunk/doc/website/versions.m4 2006-02-09 13:38:32 UTC (rev 138)
@@ -1,4 +1,5 @@
m4_define(`VERSION',`0.6.0')
+m4_define(`DOWNLOAD_URL',`ftp://ftp.gpg4win.org/gpg4win/gpg4win-VERSION.exe')
m4_define(`SOFTWARE',`
<a href="http://www.gpg.org/">GnuPG</a> 1.4.2
<a href="http://www.winpt.org/">WinPT</a> 0.11.7
More information about the Gpg4win-commits
mailing list