[pypy-commit] pypy.org extradoc: close numpy donation campaign

mattip pypy.commits at gmail.com
Mon Feb 22 05:45:15 EST 2016


Author: mattip <matti.picus at gmail.com>
Branch: extradoc
Changeset: r705:62fbad1ffe3d
Date: 2016-02-22 11:44 +0100
http://bitbucket.org/pypy/pypy.org/changeset/62fbad1ffe3d/

Log:	close numpy donation campaign

diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -3,7 +3,7 @@
     <a href="#" onclick="stm_donate(); return false;">Donate towards STM in pypy</a><br/>
     <a href="#" onclick="py3k_donate(); return false;"><b>Donate towards py3k in pypy</b></a><br/>
     <a href="#" onclick="general_donate(); return false;">Donate towards general pypy progress</a><br/>
-    <a href="#" onclick="numpy_donate(); return false;">Donate towards NumPy in pypy</a><br/>
+    <!-- a href="#" onclick="numpy_donate(); return false;">Donate towards NumPy in pypy</a><br/ --!>
   </li>
   <li>
 <script>
diff --git a/don2.html b/don2.html
--- a/don2.html
+++ b/don2.html
@@ -3,7 +3,7 @@
     <a href="#" onclick="stm_donate(); return false;">Donate towards STM in pypy</a><br/>
     <a href="#" onclick="py3k_donate(); return false;">Donate towards py3k in pypy</a><br/>
     <a href="#" onclick="general_donate(); return false;"><b>Donate towards general pypy progress</b></a><br/>
-    <a href="#" onclick="numpy_donate(); return false;">Donate towards NumPy in pypy</a><br/>
+    <!-- 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
diff --git a/don3.html b/don3.html
--- a/don3.html
+++ b/don3.html
@@ -3,7 +3,7 @@
     <a href="#" onclick="stm_donate(); return false;">Donate towards STM in pypy</a><br/>
     <a href="#" onclick="py3k_donate(); return false;">Donate towards py3k in pypy</a><br/>
     <a href="#" onclick="general_donate(); return false;">Donate towards general pypy progress</a><br/>
-    <a href="#" onclick="numpy_donate(); return false;"><b>Donate towards NumPy in pypy</b></a><br/>
+    <!-- a href="#" onclick="numpy_donate(); return false;"><b>Donate towards NumPy in pypy</b></a><br/ --!>
   </li>
   <li>
 <script>
diff --git a/don4.html b/don4.html
--- a/don4.html
+++ b/don4.html
@@ -3,7 +3,7 @@
     <a href="#" onclick="stm_donate(); return false;"><b>Donate towards STM in pypy</b></a><br/>
     <a href="#" onclick="py3k_donate(); return false;">Donate towards py3k in pypy</a><br/>
     <a href="#" onclick="general_donate(); return false;">Donate towards general pypy progress</a><br/>
-    <a href="#" onclick="numpy_donate(); return false;">Donate towards NumPy in pypy</a><br/>
+    <!-- a href="#" onclick="numpy_donate(); return false;">Donate towards NumPy in pypy</a><br/ --!>
   </li>
   <li>
 <script>
diff --git a/js/script2.js b/js/script2.js
--- a/js/script2.js
+++ b/js/script2.js
@@ -18,9 +18,11 @@
     $.get("don3.html", set_sidebar_html);
 }
 
+/*
 if (location.href.indexOf("numpydonate.html") >= 0)
     f = numpy_donate;
-else if (location.href.indexOf("py3donate.html") >= 0)
+*/
+if (location.href.indexOf("py3donate.html") >= 0)
     f = py3k_donate;
 else
     f = stm_donate;
diff --git a/numpydonate.html b/numpydonate.html
--- a/numpydonate.html
+++ b/numpydonate.html
@@ -69,6 +69,12 @@
 <div>
 <div id="main">
 <h1 class="title">Call for donations - PyPy to support Numpy!</h1>
+<p>UPDATE (Febuary 2016):</p>
+<blockquote>
+<em>We have closed this campaign. We have achieved most of the goals
+of the orignal work plan while raising most of the funds. Work
+will continue to make Numpy and the rest of the numeric stack more
+usable on PyPy.</em></blockquote>
 <p>UPDATE (May 2014):</p>
 <blockquote>
 <em>Thanks to our donors, we have raised 80% of
@@ -83,7 +89,7 @@
 There is also an automatically generated</em> <a class="reference external" href="http://buildbot.pypy.org/numpy-status/latest.html">coverage dashboard</a> <em>showing
 what parts of NumPy are already usable.</em></blockquote>
 <p>This is a proposal to provide a fully compatible working <a class="reference external" href="http://numpy.scipy.org/">NumPy</a> implementation
-for PyPy. This has long been a very commonly <a class="reference external" href="http://morepypy.blogspot.com/2011/06/report-back-from-our-survey.html">requested feature</a> for PyPy
+for PyPy. This has long be en a very commonly <a class="reference external" href="http://morepypy.blogspot.com/2011/06/report-back-from-our-survey.html">requested feature</a> for PyPy
 as well as a worthy goal given that PyPy performs extremely well on numeric
 workloads.</p>
 <p>We already had some success providing a very basic <a class="reference external" href="http://morepypy.blogspot.com/2011/05/numpy-in-pypy-status-and-roadmap.html">NumPy implementation</a>,
diff --git a/source/numpydonate.txt b/source/numpydonate.txt
--- a/source/numpydonate.txt
+++ b/source/numpydonate.txt
@@ -3,6 +3,13 @@
 title: Call for donations - PyPy to support Numpy!
 ---
 
+UPDATE (Febuary 2016):
+
+  *We have closed this campaign. We have achieved most of the goals
+  of the orignal work plan while raising most of the funds. Work
+  will continue to make Numpy and the rest of the numeric stack more
+  usable on PyPy.*
+
 UPDATE (May 2014):
 
   *Thanks to our donors, we have raised 80% of
@@ -19,7 +26,7 @@
 
 
 This is a proposal to provide a fully compatible working `NumPy`_ implementation
-for PyPy. This has long been a very commonly `requested feature`_ for PyPy
+for PyPy. This has long be en a very commonly `requested feature`_ for PyPy
 as well as a worthy goal given that PyPy performs extremely well on numeric
 workloads.
 


More information about the pypy-commit mailing list