[pypy-commit] pypy.org extradoc: regen and reset values to 0

fijal noreply at buildbot.pypy.org
Mon Aug 1 17:18:33 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r221:24acd671ff2b
Date: 2011-08-01 17:19 +0200
http://bitbucket.org/pypy/pypy.org/changeset/24acd671ff2b/

Log:	regen and reset values to 0

diff --git a/source/_layouts/sponsor.genshi b/source/_layouts/sponsor.genshi
--- a/source/_layouts/sponsor.genshi
+++ b/source/_layouts/sponsor.genshi
@@ -8,7 +8,7 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 37
+      value: 0
    });
   });
 </script>
diff --git a/source/sponsor.txt b/source/sponsor.txt
--- a/source/sponsor.txt
+++ b/source/sponsor.txt
@@ -16,7 +16,7 @@
 
    <div id="progressbar">
      <div class="progresstext">
-     1234 of 20000 (5%)
+     0 of 20000 (0%)
      </div>
    </div>
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
diff --git a/sponsor.html b/sponsor.html
--- a/sponsor.html
+++ b/sponsor.html
@@ -46,18 +46,18 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 37
+      value: 0
    });
   });
 </script>
 <h1 class="title">Sponsor PyPy</h1>
 <p>As an Open Source project, PyPy is mostly an effort of volunteers. However,
-we decided to run a <a class="reference external" href="xxx">pilot program</a> of <a class="reference external" href="xxx">crowdfunding</a> to implement numpy.</p>
-<p>Our goal is to raise 20000 euros by 1st of October 2011. That should allow us
-to finish implementing NumPy by the end of 2011.</p>
+we've decided to run a <a class="reference external" href="xxxbloglink">pilot program</a> of <a class="reference external" href="http://en.wikipedia.org/wiki/Crowdfunding">crowdfunding</a> to implement NumPy.</p>
+<p>Our goal is to raise 20000 Euros by the 1st of October 2011. That should allow
+us to finish implementing NumPy by the end of 2011.</p>
 <div id="progressbar">
   <div class="progresstext">
-  1234 of 20000 (5%)
+  0 of 20000 (0%)
   </div>
 </div>
 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
@@ -69,6 +69,7 @@
   <option value="GBP">GBP</option>
 </select>
 <input type="hidden" name="cmd" value=" _xclick"/>
+<input type="hidden" name="hosted_button_id" value="QVB9EDQXBUPJY">
 <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_paynowCC_LG.gif" name="submit"/>
 </form>
 </div>


More information about the pypy-commit mailing list