Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r792:bdb3d0de7c45
Date: 2016-09-10 21:52 +0200
http://bitbucket.org/pypy/pypy.org/changeset/bdb3d0de7c45/
Log: Close the STM donation button, as per the January 22 mail on pypy-z.
diff --git a/don4.html b/don4.html
--- a/don4.html
+++ b/don4.html
@@ -23,7 +23,11 @@
</li>
<li>
- <span id="donate_text">This donation goes towards supporting the
Transactional Memory in PyPy.
+ <span id="donate_text">At this time, donations towards supporting the
+ Transactional Memory in PyPy are closed. We cannot promise that the
+ work will finish soon, sorry.</span>
+
+ <!--
Current status:
we have $48204 left
in the account.</br> <a href="tmdonate2.html">Read proposal (2nd
call)</a></span>
@@ -42,7 +46,7 @@
<li>
<div class="sidepic">
<a id="main_download" href="download.html">Download PyPy</a>
- </div>
+ </div-->
</li>
</ul>
diff --git a/js/script2.js b/js/script2.js
--- a/js/script2.js
+++ b/js/script2.js
@@ -25,5 +25,5 @@
if (location.href.indexOf("py3donate.html") >= 0)
f = py3k_donate;
else
- f = stm_donate;
+ f = general_donate;
$(document).ready(f);
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit