diff options
author | Björn Stenberg <bjorn@haxx.se> | 2006-03-27 10:26:07 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2006-03-27 10:26:07 +0000 |
commit | f5c446f79e5abe592f5c814ab6f4d8a2107f5eb4 (patch) | |
tree | 49a5adb27e355fe9950a03d04d32f999bb6a156d /www/download | |
parent | be10f54eec53ab5426c570dd2500c4e3c34e976d (diff) |
Donation info added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9280 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/download')
-rw-r--r-- | www/download/index.t | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/download/index.t b/www/download/index.t index a456147ce0..d6aa4f45d6 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> |