# HG changeset patch # User Armin Rigo <arigo@tunes.org> # Date 1473537127 -7200 # Sat Sep 10 21:52:07 2016 +0200 # Branch extradoc # Node ID bdb3d0de7c452d0bc56ce37d10ec739ec75c5050 # Parent 91c9256c0b81abd5b5e1927a1e1a06b12b147f4d 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);