[Gpg4win-commits] [git] Gpg4win - branch, website, updated. gpg4win-2.1.0-247-g2739f84

by Emanuel Schuetze cvs at cvs.gnupg.org
Thu Aug 11 09:27:44 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, website has been updated
       via  2739f84f2b6283052d13542b6b838f3890cf490b (commit)
       via  f6852239dee58dc991df37f10b070b64d318ce48 (commit)
      from  8a6f563ce6281d40f5e90a5f4516f860c565ff38 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2739f84f2b6283052d13542b6b838f3890cf490b
Author: Emanuel Schuetze <emanuel at intevation.de>
Date:   Thu Aug 11 09:26:54 2016 +0200

    Fix encoding in German news section.
    
    Move older news to archive.

diff --git a/web/header.m4 b/web/header.m4
index bf1d363..50b2d35 100644
--- a/web/header.m4
+++ b/web/header.m4
@@ -26,7 +26,7 @@
    <span class="serif_word"><img src="img/bulletin.png" alt"" />
      m4_ifelse(LANG_DE, `1', `
       <a href="http://lists.wald.intevation.org/pipermail/gpg4win-announce-de/2016-July/000034.html">
-        Gpg4win 2.3.2 veröffentlicht
+        Gpg4win 2.3.2 veröffentlicht
       </a></span>',`
       <a href="http://lists.wald.intevation.org/pipermail/gpg4win-announce/2016-July/000069.html">
         Gpg4win 2.3.2 released
@@ -42,18 +42,6 @@
         Gpg4win 2.3.1 released
       </a></span>')
    <p></p>
-   <small>2015-11-25</small><br>
-   <span class="serif_word"><img src="img/bulletin.png" alt="" />
-     m4_ifelse(LANG_DE, `1', `
-     <a href="http://lists.wald.intevation.org/pipermail/gpg4win-announce-de/2015-November/000032.html">
-        Gpg4win 2.3.0 veröffentlicht
-     </a></span>
-     <br><small><a href="pm-20151125-de.html">Pressemitteilung</a></small>', `
-     <a href="http://lists.wald.intevation.org/pipermail/gpg4win-announce/2015-November/000067.html">
-        Gpg4win 2.3.0 released
-     </a></span>
-     <br><small><a href="pm-20151125-de.html">Presse release (German)</a></small>')
-   <p></p>
    <div class="limiter"></div>
    <p>
      m4_ifelse(LANG_DE, `1', `
diff --git a/web/newsarchive-de.htm4 b/web/newsarchive-de.htm4
index 93ecb09..8a39277 100644
--- a/web/newsarchive-de.htm4
+++ b/web/newsarchive-de.htm4
@@ -20,8 +20,7 @@ Aktuelle Meldungen gibt es auf der <a href="index-de.html">Startseite</a>.
 <h2>2016</h2>
 <ul>
     <li>
-    <a
-        href="http://lists.wald.intevation.org/pipermail/gpg4win-announce-de/2016-April/000033.html">2016-04-05 Gpg4win 2.3.1 veröffentlicht</a>
+      <a href="http://lists.wald.intevation.org/pipermail/gpg4win-announce-de/2016-April/000033.html">2016-04-05 Gpg4win 2.3.1 veröffentlicht</a>
     </li>
 </ul>
 
@@ -29,6 +28,10 @@ Aktuelle Meldungen gibt es auf der <a href="index-de.html">Startseite</a>.
 <h2>2015</h2>
 <ul>
     <li>
+        <a href="http://lists.wald.intevation.org/pipermail/gpg4win-announce-de/2015-November/000032.html">2015-11-25 Gpg4win 2.3.0 veröffentlicht</a>
+        <br><small><a href="pm-20151125-de.html">Pressemitteilung</a></small>
+    </li>
+    <li>
      <a
          href="http://lists.wald.intevation.org/pipermail/gpg4win-announce-de/2015-September/000030.html"">2015-09-09 Gpg4win 2.2.6 veröffentlicht</a>
     </li>
diff --git a/web/newsarchive.htm4 b/web/newsarchive.htm4
index 3dc1323..f2e09a4 100644
--- a/web/newsarchive.htm4
+++ b/web/newsarchive.htm4
@@ -21,14 +21,17 @@ The latest news are placed at the <a href="./">welcome page</a>.
 <h2>2016</h2>
 <ul>
     <li>
-    <a
-         href="http://lists.wald.intevation.org/pipermail/gpg4win-announce/2016-April/000068.html">2016-04-05 GPG4win 2.3.1 released</a>
+      <a href="http://lists.wald.intevation.org/pipermail/gpg4win-announce/2016-April/000068.html">2016-04-05 GPG4win 2.3.1 released</a>
     </li>
 </ul>
 
 <h2>2015</h2>
 <ul>
     <li>
+        <a href="http://lists.wald.intevation.org/pipermail/gpg4win-announce-de/2015-November/000032.html">2015-11-25 Gpg4win 2.3.0 released</a>
+        <br><small><a href="pm-20151125-de.html">Presse release (German)</a></small>
+    </li>
+    <li>
      <a
          href="http://lists.wald.intevation.org/pipermail/gpg4win-announce/2015-September/000065.html">2015-09-09 Gpg4win 2.2.6 released</a>
     </li>

commit f6852239dee58dc991df37f10b070b64d318ce48
Author: Emanuel Schuetze <emanuel at intevation.de>
Date:   Tue Aug 9 11:55:44 2016 +0200

    Fix donation paypal form.
    
    Use UTF-8 encoding.
    Use type 'number' for amount field.

diff --git a/web/donation-form-de.htm4 b/web/donation-form-de.htm4
index bff719d..d1d2da6 100644
--- a/web/donation-form-de.htm4
+++ b/web/donation-form-de.htm4
@@ -5,7 +5,7 @@
     <!-- amount -->
     <p>
     <form name="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
-    <input type="text" name="amount" value="20" size="4" id="amountfield"
+    <input type="number" name="amount" value="20" size="4" id="amountfield"
         onchange="amountslider.value=value; bitpayamountfield.value=value; checkAmount(value)">
     <select size="1" name="currency_code" id="currencyfield">
       <option selected="selected" value="EUR">EUR</option>
@@ -34,6 +34,7 @@
             <span>In die <a href="donate.html">Liste der Spender</a> eintragen
               (für Spenden ab 20,-)</span>
           </label>
+          <input type="hidden" name="charset" value="utf-8">
         
           <!-- feedback -->
           <p>
diff --git a/web/donation-form.htm4 b/web/donation-form.htm4
index dc8eade..9754d81 100644
--- a/web/donation-form.htm4
+++ b/web/donation-form.htm4
@@ -5,7 +5,7 @@
     <!-- amount -->
     <p>
     <form name="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
-    <input type="text" name="amount" value="20" size="4" id="amountfield"
+    <input type="number" name="amount" value="20" size="4" id="amountfield"
         onchange="amountslider.value=value; bitpayamountfield.value=value; checkAmount(value)">
     <select size="1" name="currency_code" id="currencyfield">
       <option selected="selected" value="EUR">EUR</option>
@@ -34,6 +34,7 @@
             <span>List me on the <a href="donate.html">list of sponsors</a>
               (for donations from 20,- up)</span>
           </label>
+          <input type="hidden" name="charset" value="utf-8">
         
           <!-- feedback -->
           <p>
diff --git a/web/gpg4win.css b/web/gpg4win.css
index c1c516b..2508bea 100644
--- a/web/gpg4win.css
+++ b/web/gpg4win.css
@@ -207,6 +207,7 @@ td {
     font-size: 14px;
     padding-left: 10px;
     height: 16px;
+    width: 125px;
     margin-bottom: 5px;
 }
 #currencyfield {

-----------------------------------------------------------------------

Summary of changes:
 web/donation-form-de.htm4 |  3 ++-
 web/donation-form.htm4    |  3 ++-
 web/gpg4win.css           |  1 +
 web/header.m4             | 14 +-------------
 web/newsarchive-de.htm4   |  7 +++++--
 web/newsarchive.htm4      |  7 +++++--
 6 files changed, 16 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list