[pypy-commit] pypy.org extradoc: remove donation button temporarily

arigo pypy.commits at gmail.com
Tue Apr 2 02:24:46 EDT 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r945:9dacd393c375
Date: 2019-04-02 08:24 +0200
http://bitbucket.org/pypy/pypy.org/changeset/9dacd393c375/

Log:	remove donation button temporarily

diff --git a/don2.html b/don2.html
--- a/don2.html
+++ b/don2.html
@@ -6,16 +6,21 @@
     <!-- a href="#" onclick="numpy_donate(); return false;">Donate towards NumPy in pypy</a><br/ --!>
   </li>
   <li>
+  <!--
     <span id="donate_text">This donation will go towards general PyPy progress
+    --!>
+    <span id="donate_text">PyPy cannot accept donations at the moment
   </li>
   <li>
   <div class="sidepic">
+  <!--
   <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
 <input type="hidden" name="cmd" value="_s-xclick" />
 <input type="hidden" name="hosted_button_id" value="J268ZTLRE2BW8" />
 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" />
 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
 </form>
+--!>
     </div>
   </li>
   <li>
diff --git a/source/contact.txt b/source/contact.txt
--- a/source/contact.txt
+++ b/source/contact.txt
@@ -10,7 +10,7 @@
 
 * mailing list: `pypy-dev at python.org`__
 
-* for security related issues, non-public funding enquiries etc. please contact pypy at sfconservancy.org
+* for security related issues, non-public funding enquiries etc. please contact pypy-z at python.org
 
 * the bitbucket `bug tracker`_ (registration required to open new issues or to comment)
 


More information about the pypy-commit mailing list