summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/daily.t20
-rw-r--r--www/download/index.t15
2 files changed, 32 insertions, 3 deletions
diff --git a/www/daily.t b/www/daily.t
index 22136d5f51..a1f7d8c5ac 100644
--- a/www/daily.t
+++ b/www/daily.t
@@ -14,11 +14,25 @@ href="/twiki/bin/view/Main/DeviceChart">identify your model</a>
14<h2>Daily Changelog</h2> 14<h2>Daily Changelog</h2>
15<!--#exec cmd="./dailysrc.pl" --> 15<!--#exec cmd="./dailysrc.pl" -->
16 16
17<h2>Donate</h2>
18
19<p>If you enjoy using Rockbox, consider donating to the project. While we
20develop the software in our spare time, equipment and players cost real money.
21<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
22<input type="hidden" name="cmd" value="_xclick">
23<input type="hidden" name="business" value="bjorn@haxx.se">
24<input type="hidden" name="item_name" value="Donation to the Rockbox project">
25<input type="hidden" name="no_shipping" value="1">
26<input type="hidden" name="cn" value="Note to the Rockbox team">
27<input type="hidden" name="currency_code" value="USD">
28<input type="hidden" name="tax" value="0">
29<input type="image" src="/paypal-donate.gif" border="0" name="submit">
30</form>
31
32
33#if 0
17<h2>CVS Compile Status</h2> 34<h2>CVS Compile Status</h2>
18 35
19#if 1
20The CVS builds are now <a href="cvs.shtml">here</a> in its <a href="cvs.shtml">own page</a>.
21#else
22<p>CVS code build status: number of compiler warnings the build generates. 0 36<p>CVS code build status: number of compiler warnings the build generates. 0
23(zero) means no warnings. The timestamp is GMT. <a 37(zero) means no warnings. The timestamp is GMT. <a
24href="http://www.rockbox.org/twiki/bin/view/Main/TargetStatus">Target 38href="http://www.rockbox.org/twiki/bin/view/Main/TargetStatus">Target
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 @@
79written by Christi Scarborough. Please read it. Check out the <a 79written by Christi Scarborough. Please read it. Check out the <a
80href="/twiki/bin/view/Main/DocsIndex">documentation</a> page for further info. 80href="/twiki/bin/view/Main/DocsIndex">documentation</a> page for further info.
81 81
82<h2>Donate</h2>
83
84<p>If you enjoy using Rockbox, consider donating to the project. While we
85develop the software in our spare time, equipment and players cost real money.
86<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
87<input type="hidden" name="cmd" value="_xclick">
88<input type="hidden" name="business" value="bjorn@haxx.se">
89<input type="hidden" name="item_name" value="Donation to the Rockbox project">
90<input type="hidden" name="no_shipping" value="1">
91<input type="hidden" name="cn" value="Note to the Rockbox team">
92<input type="hidden" name="currency_code" value="USD">
93<input type="hidden" name="tax" value="0">
94<input type="image" src="/paypal-donate.gif" border="0" name="submit">
95</form>
96
82<h2>Daily Builds</h2> 97<h2>Daily Builds</h2>
83<!--#exec cmd="./dailymod.pl" --> 98<!--#exec cmd="./dailymod.pl" -->
84<h2>Bug reports</h2> 99<h2>Bug reports</h2>