diff --git a/source/_layouts/sponsor.genshi b/source/_layouts/sponsor.genshi index 41d5a0a92d16c16a18412b4fb4fabc0c0b2e7179_c291cmNlL19sYXlvdXRzL3Nwb25zb3IuZ2Vuc2hp..24acd671ff2befa8acd284f08d775b1408c4973e_c291cmNlL19sYXlvdXRzL3Nwb25zb3IuZ2Vuc2hp 100644 --- 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 index 41d5a0a92d16c16a18412b4fb4fabc0c0b2e7179_c291cmNlL3Nwb25zb3IudHh0..24acd671ff2befa8acd284f08d775b1408c4973e_c291cmNlL3Nwb25zb3IudHh0 100644 --- 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 index 41d5a0a92d16c16a18412b4fb4fabc0c0b2e7179_c3BvbnNvci5odG1s..24acd671ff2befa8acd284f08d775b1408c4973e_c3BvbnNvci5odG1s 100644 --- a/sponsor.html +++ b/sponsor.html @@ -46,9 +46,9 @@ <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, @@ -50,10 +50,10 @@ }); }); </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"> @@ -58,6 +58,6 @@ <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>