[Gpg4win-commits] r1694 - in trunk/doc: . website
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Mon Mar 5 08:10:27 CET 2012
Author: emanuel
Date: 2012-03-05 08:10:26 +0100 (Mon, 05 Mar 2012)
New Revision: 1694
Modified:
trunk/doc/ChangeLog
trunk/doc/website/download-de.htm4
trunk/doc/website/download.htm4
trunk/doc/website/versions.m4
Log:
Fixed download link of light version. Minor CSS updates.
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2012-02-29 09:24:29 UTC (rev 1693)
+++ trunk/doc/ChangeLog 2012-03-05 07:10:26 UTC (rev 1694)
@@ -1,3 +1,9 @@
+2012-03-05 Emanuel Schuetze <emanuel at intevation.de>
+
+ * website/download-de.htm4, website/download.htm4: Remove
+ unnecessary CSS class.
+ * website/versions.m4: Fix download link of light version.
+
2012-02-29 Emanuel Schuetze <emanuel at intevation.de>
* website/SPONSOR: Add new sponsor.
Modified: trunk/doc/website/download-de.htm4
===================================================================
--- trunk/doc/website/download-de.htm4 2012-02-29 09:24:29 UTC (rev 1693)
+++ trunk/doc/website/download-de.htm4 2012-03-05 07:10:26 UTC (rev 1694)
@@ -23,7 +23,7 @@
kann hier herunter geladen werden:</p>
<div class="dlbutton2">
<img src="img/dl_arrow.png" alt="" />
- <a href="DOWNLOAD_URL" class="dlbutton2">Gpg4win VERSION<br />
+ <a href="DOWNLOAD_URL">Gpg4win VERSION<br />
<span class="version"><small>Größe: DL_SIZE | Veröffentlicht: DL_DATE</small></span>
</a>
</div>
@@ -44,7 +44,7 @@
<a href="LDOWNLOAD_URL">Gpg4win-Light VERSION<br/>
<span class="version"><small>Größe: LDL_SIZE</small><span></a>
</div></li>
- <li><a http://files.gpg4win.org/gpg4win-light-VERSION.exe.sig"
+ <li><a href="http://files.gpg4win.org/gpg4win-light-VERSION.exe.sig"
>OpenPGP signatur</a> (für gpg4win-light-VERSION.exe)</li>
<li><a
href="http://files.gpg4win.org/gpg4win-VERSION.tar.bz2">gpg4win-VERSION.tar.bz2</a>
Modified: trunk/doc/website/download.htm4
===================================================================
--- trunk/doc/website/download.htm4 2012-02-29 09:24:29 UTC (rev 1693)
+++ trunk/doc/website/download.htm4 2012-03-05 07:10:26 UTC (rev 1694)
@@ -24,7 +24,7 @@
<div class="dlbutton2">
<img src="img/dl_arrow.png" alt="" />
-<a href="DOWNLOAD_URL" class="dlbutton2">Gpg4win VERSION<br>
+<a href="DOWNLOAD_URL">Gpg4win VERSION<br>
<span class="version"><small>Size: DL_SIZE | Released: DL_DATE</small></span>
</a>
</div>
@@ -42,7 +42,7 @@
<li>
<div class="dlbutton2">
Full version but <em>without</em> Kleopatra and manuals:
- <a href="LDOWNLOAD_URL" class="dlbutton2">Gpg4win-Light VERSION<br/>
+ <a href="LDOWNLOAD_URL">Gpg4win-Light VERSION<br/>
<span class="version"><small>Size: LDL_SIZE</small></span></a>
</div></li>
<li><a href="http://files.gpg4win.org/gpg4win-light-VERSION.exe.sig"
Modified: trunk/doc/website/versions.m4
===================================================================
--- trunk/doc/website/versions.m4 2012-02-29 09:24:29 UTC (rev 1693)
+++ trunk/doc/website/versions.m4 2012-03-05 07:10:26 UTC (rev 1694)
@@ -1,7 +1,7 @@
m4_define(`VERSION',`2.1.0')
m4_define(`DOWNLOAD_URL',`http://files.gpg4win.org/gpg4win-VERSION.exe')
m4_define(`DL_SIZE',`38 MByte')
-m4_define(`LDOWNLOAD_URL',`http://files.gpg4win.org/gpg4win-VERSION.exe')
+m4_define(`LDOWNLOAD_URL',`http://files.gpg4win.org/gpg4win-light-VERSION.exe')
m4_define(`LDL_SIZE',`15 MByte')
m4_define(`DL_DATE',`2011-03-15')
m4_define(`SHA1_SRC',`c56c27502c664c38935c1589cd1315dc6de9beae')
More information about the Gpg4win-commits
mailing list