[pypy-commit] pypy.org extradoc: Update the donation numbers.

arigo noreply at buildbot.pypy.org
Fri Aug 10 10:33:58 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r362:9493f644d255
Date: 2012-08-10 10:33 +0200
http://bitbucket.org/pypy/pypy.org/changeset/9493f644d255/

Log:	Update the donation numbers.

diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -9,12 +9,13 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 41.5
+      value: 42.3
    });
   });
 </script>
 
-   $43563 of $105000 (41.5%)
+   <!-- Income:PyPy:Donations:Py3k / 0.95 -->
+   $44419 of $105000 (42.3%)
    <div id="progressbar">
    </div>
 
diff --git a/don3.html b/don3.html
--- a/don3.html
+++ b/don3.html
@@ -9,12 +9,13 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 74.2
+      value: 75.4
    });
   });
 </script>
 
-   $44502 of $60000 (74.2%)
+   <!-- Income:PyPy:Donations:Numpy / 0.95 -->
+   $45211 of $60000 (75.4%)
    <div id="progressbar">
    </div>
 
diff --git a/don4.html b/don4.html
--- a/don4.html
+++ b/don4.html
@@ -9,12 +9,13 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 43.2
+      value: 44.7
    });
   });
 </script>
 
-   $21791 of $50400 (43%)
+   <!-- Income:PyPy:Donations:Transactional Memory / 0.95 -->
+   $22540 of $50400 (44.7%)
    <div id="progressbar">
    </div>
 


More information about the pypy-commit mailing list