[pypy-commit] pypy.org extradoc: add numbers to numpy as well

fijal noreply at buildbot.pypy.org
Wed Oct 19 19:22:16 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r288:6aecc698aa56
Date: 2011-10-19 19:22 +0200
http://bitbucket.org/pypy/pypy.org/changeset/6aecc698aa56/

Log:	add numbers to numpy as well

diff --git a/don3.html b/don3.html
--- a/don3.html
+++ b/don3.html
@@ -5,6 +5,20 @@
     <a href="#" onclick="numpy_donate(); return false;"><b>Donate towards NumPy in pypy</b></a><br/>
   </li>
   <li>
+<script>
+  $(function() {
+    $("#progressbar").progressbar({
+      value: 2.9
+   });
+  });
+</script>
+
+   $1750 of $60000 (2.9%)
+   <div id="progressbar">
+   </div>
+
+  </li>
+  <li>
     <span id="donate_text">This donation will go towards supporting NumPy in PyPy <a href="numpydonate.html">Read proposal</a>
   </li>
   <li>


More information about the pypy-commit mailing list