diff options
| -rw-r--r-- | www/daily.t | 20 | ||||
| -rw-r--r-- | www/download/index.t | 15 |
2 files changed, 32 insertions, 3 deletions
diff --git a/www/daily.t b/www/daily.t index 22136d5..a1f7d8c 100644 --- a/www/daily.t +++ b/www/daily.t @@ -14,11 +14,25 @@ href="/twiki/bin/view/Main/DeviceChart">identify your model</a> <h2>Daily Changelog</h2> <!--#exec cmd="./dailysrc.pl" --> +<h2>Donate</h2> + +<p>If you enjoy using Rockbox, consider donating to the project. While we +develop the software in our spare time, equipment and players cost real money. +<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> +<input type="hidden" name="cmd" value="_xclick"> +<input type="hidden" name="business" value="bjorn@haxx.se"> +<input type="hidden" name="item_name" value="Donation to the Rockbox project"> +<input type="hidden" name="no_shipping" value="1"> +<input type="hidden" name="cn" value="Note to the Rockbox team"> +<input type="hidden" name="currency_code" value="USD"> +<input type="hidden" name="tax" value="0"> +<input type="image" src="/paypal-donate.gif" border="0" name="submit"> +</form> + + +#if 0 <h2>CVS Compile Status</h2> -#if 1 -The CVS builds are now <a href="cvs.shtml">here</a> in its <a href="cvs.shtml">own page</a>. -#else <p>CVS code build status: number of compiler warnings the build generates. 0 (zero) means no warnings. The timestamp is GMT. <a href="http://www.rockbox.org/twiki/bin/view/Main/TargetStatus">Target diff --git a/www/download/index.t b/www/download/index.t index a456147..d6aa4f4 100644 --- a/www/download/index.t +++ b/www/download/index.t @@ -79,6 +79,21 @@ written by Christi Scarborough. Please read it. Check out the <a href="/twiki/bin/view/Main/DocsIndex">documentation</a> page for further info. +<h2>Donate</h2> + +<p>If you enjoy using Rockbox, consider donating to the project. While we +develop the software in our spare time, equipment and players cost real money. +<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> +<input type="hidden" name="cmd" value="_xclick"> +<input type="hidden" name="business" value="bjorn@haxx.se"> +<input type="hidden" name="item_name" value="Donation to the Rockbox project"> +<input type="hidden" name="no_shipping" value="1"> +<input type="hidden" name="cn" value="Note to the Rockbox team"> +<input type="hidden" name="currency_code" value="USD"> +<input type="hidden" name="tax" value="0"> +<input type="image" src="/paypal-donate.gif" border="0" name="submit"> +</form> + <h2>Daily Builds</h2> <!--#exec cmd="./dailymod.pl" --> <h2>Bug reports</h2> |