[Gpg4win-commits] r167 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Feb 17 12:13:31 CET 2006
Author: wilde
Date: 2006-02-17 12:13:31 +0100 (Fri, 17 Feb 2006)
New Revision: 167
Modified:
trunk/doc/website/template_header.m4
trunk/doc/website/versions.m4
Log:
Added simple mechanism to switch index page based on host name in uri.
Using this to present visitors of www.gpg4win.de the German page.
Note: the DirectoryIndex is now swith.php as set by dothtaccess
which must be installed as .htaccess of cause.
New variable DL_SIZE in versions.m4, used for big download button.
Modified: trunk/doc/website/template_header.m4
===================================================================
--- trunk/doc/website/template_header.m4 2006-02-17 11:03:20 UTC (rev 166)
+++ trunk/doc/website/template_header.m4 2006-02-17 11:13:31 UTC (rev 167)
@@ -31,12 +31,13 @@
<table id="bigbar">
<tr><td id="vertable" style="white-space: nowrap;">
I18N(`EN',`Current Version VERSION includes:')
- I18N(`DE',`Aktuelle Version VERSION enthält:' )
+ I18N(`DE',`Aktuelle Version VERSION enthält:')
<br><pre class="swlist">SOFTWARE</pre>
</td>
<td class="center">
<a href="DOWNLOAD_URL" class="dlbutton">Download<br>
- <span class="version">gpg4win VERSION</span></a>
+ <span class="version">gpg4win VERSION<br>
+ I18N(`EN',`Size: ')I18N(`DE',`Größe: ')DL_SIZE</span></a>
</td></tr>
</table>
<div id="main">
Modified: trunk/doc/website/versions.m4
===================================================================
--- trunk/doc/website/versions.m4 2006-02-17 11:03:20 UTC (rev 166)
+++ trunk/doc/website/versions.m4 2006-02-17 11:13:31 UTC (rev 167)
@@ -1,5 +1,6 @@
m4_define(`VERSION',`0.7.0')
m4_define(`DOWNLOAD_URL',`ftp://ftp.gpg4win.org/gpg4win/gpg4win-VERSION.exe')
+m4_define(`DL_SIZE',`4.04 MiB')
m4_define(`SOFTWARE',`
I18N(`EN', `<a href="http://www.gnupg.org/">GnuPG</a>')I18N(`DE', `<a href="http://www.gnupg.de/">GnuPG</a>') 1.4.3rc1
<a href="http://www.winpt.org/">WinPT</a> 0.11.8rc1
More information about the Gpg4win-commits
mailing list