[git] gnupg-doc - branch, preview, updated. e35e714050cad15b2202a32fa1381cee3b7150f1

by Justus Winter cvs at cvs.gnupg.org
Tue May 16 14:20:21 CEST 2017


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 "The GnuPG website and other docs".

The branch, preview has been updated
       via  e35e714050cad15b2202a32fa1381cee3b7150f1 (commit)
      from  e0492ece1976fa99335a24dbdffefeed85d1a37c (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 e35e714050cad15b2202a32fa1381cee3b7150f1
Author: Justus Winter <justus at g10code.com>
Date:   Tue May 16 14:20:15 2017 +0200

    campaign,de: translate checkout-cc.org

diff --git a/web/donate/checkout-cc.de.org b/web/donate/checkout-cc.de.org
new file mode 100644
index 0000000..d02c34d
--- /dev/null
+++ b/web/donate/checkout-cc.de.org
@@ -0,0 +1,90 @@
+#+TITLE: GnuPG - Spenden - Zahlen mit Kreditkarte
+#+STARTUP: showall
+#+SETUPFILE: "../share/setup.inc"
+
+#+BEGIN_HTML
+<!--custom-page-->  <!-- this disables all standard processing. -->
+<link rel="stylesheet" href="/share/site.css" type="text/css" />
+</head>
+<body lang="en">
+
+<p>
+Informationen zu Ihrer gewünschten Spende:
+</p>
+
+<table border="0" cellpadding="0" cellspacing="4" id="checkoutSummary">
+ <tr>
+   <td align="right">Betrag:</td>
+   <td><!--AMOUNT-->
+       <!--CURRENCY-->
+       <!--RECUR_TEXT--></td>
+ </tr>
+ <tr>
+   <td align="right">Name:</td>
+   <td><!--NAME--></td>
+ </tr>
+ <tr>
+   <td align="right">E-Mail:</td>
+   <td><!--MAIL--></td>
+ </tr>
+ <tr>
+   <td align="right" valign="top">Nachricht:</td>
+   <td><!--MESSAGE_FMT--></td>
+ </tr>
+</table>
+
+<p>
+  Falls etwas nicht korrekt ist, benutzen Sie bitte den zurück Knopf
+  weiter unten auf dieser Seite.  Wenn die Daten korrekt sind, können
+  sie nun mit der Spende fortfahren.
+</p>
+
+  <noscript>
+    <p>
+      <strong>Bitte schalten Sie Javascript ein.</strong>
+    </p>
+    <p id="smallnote">
+      Aus Sicherheitsgründen ist es empfehlenswert Javascript im
+      Browser abzuschalten.  Wir möchten jedoch die
+      Kreditkarteninformationen nicht selbst verarbeiten, sondern den
+      Services eines Zahlungsabwicklers in Anspruch nehmen und die
+      sensiblen Informationen direkt von Ihrem Browser an diese
+      übermitteln.  Bitte schalten Sie deswegen Javascript
+      für <emph>gnupg.org</emph> und <emph>stripe.com</emph> ein.
+    </p>
+  </noscript>
+
+  <!--ERRORSTR-->
+  <div class="buttonbox">
+  <p>
+    <form action="/cgi-bin/procdonate.cgi" method="POST">
+      <input type="hidden" name="mode" value="checkout-stripe">
+      <input type="hidden" name="sessid" value="<!--SESSID-->">
+      <script
+        src="https://checkout.stripe.com/checkout.js"
+        class="stripe-button"
+        data-key="<!--STRIPEPUBKEY-->"
+        data-image="/share/gnupg-badge-128x128.png"
+        data-name="GnuPG"
+        data-description="Donation to the GnuPG project"
+        data-locale="<!--STRIPELOCALE-->"
+        data-amount="<!--STRIPEAMOUNT-->"
+        data-currency="<!--CURRENCY-->"
+        data-panel-label="Donate {{amount}} <!--RECUR_TEXT-->"
+        data-label="<!--STRIPE_DATA_LABEL_VALUE-->"
+        <!--STRIPE_DATA_EMAIL-->
+      >
+      </script>
+    </form>
+  </p>
+  <form action="/cgi-bin/procdonate.cgi" method="POST">
+    <input type="hidden" name="mode" value="re-main">
+    <input type="hidden" name="sessid" value="<!--SESSID-->">
+    <input type="hidden" name="lang" value="<!--LANG-->">
+    <input type="submit" class="donate-button-low" value="Back" />
+  </form>
+  </div>
+
+</body>
+</html>
+#+END_HTML

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

Summary of changes:
 web/donate/{checkout-cc.org => checkout-cc.de.org} | 31 +++++++++++-----------
 1 file changed, 16 insertions(+), 15 deletions(-)
 copy web/donate/{checkout-cc.org => checkout-cc.de.org} (66%)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list