# HG changeset patch # User Maciej Fijalkowski <fijall@gmail.com> # Date 1312211941 -7200 # Mon Aug 01 17:19:01 2011 +0200 # Branch extradoc # Node ID 24acd671ff2befa8acd284f08d775b1408c4973e # Parent 41d5a0a92d16c16a18412b4fb4fabc0c0b2e7179 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>