This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/main by this push:
new d16b48e Don't manage donation links.
d16b48e is described below
commit d16b48ed095d7cd1dec17f4e6212a775137a967e
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jun 29 14:54:35 2021 -0700
Don't manage donation links.
The ASF removed Bitcoin donations sometime ago on www.apache.org. We should
not manage any of these links as it is always possible for details to change
and central services has no reason to expect that the AOO PMC is also managing
these links.
---
content/donations.html | 55 ++------------------------------------------------
1 file changed, 2 insertions(+), 53 deletions(-)
diff --git a/content/donations.html b/content/donations.html
index 5b57dee..a99b716 100644
--- a/content/donations.html
+++ b/content/donations.html
@@ -7,19 +7,6 @@
<meta name="Keywords" content="Apache, ASF, OpenOffice, donations
contributions">
<meta name="Description" content="Information on how to donate to the
Apache Software Foundation to benefit Apache OpenOffice and other Apache
projects">
- <script type="text/javascript">
-
- function trackSubmissions(form, category, name, value) {
- // try {
- // _gaq.push(['_trackEvent', category, name, value]);
- // } catch(err){}
- setTimeout(function() {
- form.submit();
- }, 100);
- }
- </script>
-
-
<style>
.left {
@@ -66,51 +53,13 @@ Sub-contractors to "fill in the holes" for administrative
and secretarial duties
</div>
-
<div class="right">
-
<h2>How to Donate</h2>
-
-Donations can easily be made via PayPal or Amazon. We have another page that
describes <a href="https://www.apache.org/foundation/contributing.html">other
ways to donate</a>.
+<p>
+We have another page that describes <a
href="https://www.apache.org/foundation/contributing.html#make-a-donation">ways
to donate to the ASF</a>.
The Apache Software Foundation is a registered non-profit, charitable
organization under Section 501(c)(3) of the U.S. Internal Revenue Code. This
means that,
for individuals within the U.S., donations to the ASF should be
<strong>tax-deductible</strong>. (Check with your tax accountant to confirm
details for your personal situation.)</p>
-
-<p>You can contribute via PayPal by clicking on the PayPal icon:</p>
-<p>
-<center>
-<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
onsubmit="trackSubmissions(this, 'form', 'donate', 'paypal'); return false;">
-<input type="hidden" name="cmd" value="_donations"></input>
-<input type="hidden" name="business" value="[email protected]"></input>
-<input type="hidden" name="return" value="https://www.apache.org"></input>
-<input type="hidden" name="no_shipping" value="1"></input>
-<input type="hidden" name="cancel_return"
value="https://www.apache.org"></input>
-<input type="hidden" name="item_name" value="The Apache Software
Foundation"></input>
-<input type="image" src="images/pp.gif" border="0" name="submit" title="Donate
to ASF
-with PayPal - it's fast, free and secure" alt="Donate to ASF with PayPal -
it's fast,
-free and secure"></input></form>
-</center>
</p>
-
-<p>If you have an Amazon account, you can donate using Amazon Payments by
choosing a pre-defined donation amount or filling an individual amount and
clicking the [Donate with Amazon] button below:
-
-<script async
src="https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js"></script>
-
-<center>
-<div data-ap-payment-action="AuthorizeAndCapture"
data-ap-shipping-address-required="false"
-data-ap-currency-code="USD" data-ap-note="Thank you for your donation!"
data-ap-return-url="https://www.apache.org"
-data-ap-widget-theme="ap-dark"
data-ap-lwa-client-id="amzn1.application-oa2-client.a1c02356ef9245aa97cb16bbd6a94859"
-data-ap-amount="25" data-ap-access-key="AKIAIOQ6IDLL52GFQ33A"
data-ap-seller-id="A3AAQXMTGPL1GN"
-data-ap-widget-amount-presets="5,25,50,100"
data-ap-signature="JUgOpxW0Clcj26ViJ0YsVFbIRWnMEj2fRaimKGx77sY%3D"
-data-ap-widget-type="expressDonationWidget"
-class="ap-dw-container ap-dark">
-</div>
-</center>
-
-</p>
-
-<p>If you have a <strong>Bitcoins</strong> account, you can donate by making a
transfer to the following address:
<strong>1BtjAzWGLyAavUkbw3QsyzzNDKdtPXk95D</strong> or scanning the following
QR code:</p>
-<img style="padding-left:20%;"
src="https://www.apache.org/foundation/images/bitcoin.png" alt="Apache Bitcoin
QR Code" />
-
</div>
</body>