summaryrefslogtreecommitdiff
path: root/www/daily.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/daily.t')
-rw-r--r--www/daily.t74
1 files changed, 0 insertions, 74 deletions
diff --git a/www/daily.t b/www/daily.t
deleted file mode 100644
index a1f7d8c5ac..0000000000
--- a/www/daily.t
+++ /dev/null
@@ -1,74 +0,0 @@
1#define _PAGE_ Daily builds
2#include "head.t"
3
4<h2>Daily Builds for Different Models</h2>
5
6<p>These are automated daily builds of the code in CVS. They contain all the
7latest features. They may also contain bugs and/or undocumented changes... <a
8href="/twiki/bin/view/Main/DeviceChart">identify your model</a>
9
10<h2>Daily Build</h2>
11<a name="target_builds"></a>
12<a name="daily_builds"></a>
13<!--#exec cmd="./dailymod.pl" -->
14<h2>Daily Changelog</h2>
15<!--#exec cmd="./dailysrc.pl" -->
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
34<h2>CVS Compile Status</h2>
35
36<p>CVS code build status: number of compiler warnings the build generates. 0
37(zero) means no warnings. The timestamp is GMT. <a
38href="http://www.rockbox.org/twiki/bin/view/Main/TargetStatus">Target
39Status</a>
40
41<p>
42<!--#include virtual="buildstatus.link" -->
43
44<a name="bleeding_edge"></a>
45<h2>Bleeding edge builds</h2>
46
47<p>These builds are as "bleeding edge" as you can get. They are updated on
48every source change. (See status on the first line in the above table).
49
50<p>These are complete installation archives.
51
52<p>
53
54<a href="auto/build-player/rockbox.zip">Player</a>
55<a href="auto/build-recorder/rockbox.zip">Recorder</a>
56<a href="auto/build-ondiosp/rockbox.zip">Ondio SP</a>
57<a href="auto/build-ondiofm/rockbox.zip">Ondio FM</a>
58<a href="auto/build-fmrecorder/rockbox.zip">FM Recorder</a>
59<a href="auto/build-recorderv2/rockbox.zip">V2 Recorder</a>
60<a href="auto/build-recorder8mb/rockbox.zip">8MB Recorder</a>
61<a href="auto/build-h100/rockbox.zip">iriver h100</a>
62<a href="auto/build-h120/rockbox.zip">iriver h120</a>
63<a href="auto/build-h300/rockbox.zip">iriver h300</a>
64<a href="auto/build-ipodcolor/rockbox.zip">iPod Color</a>
65<a href="auto/build-ipodnano/rockbox.zip">iPod Nano</a>
66<a href="auto/build-ipod4gray/rockbox.zip">iPod 4G Gray</a>
67<a href="auto/build-ipodvideo/rockbox.zip">iPod Video</a>
68<a href="auto/build-source/rockbox-bleeding.tar.gz">source</a>
69
70<p>
71<a href="/twiki/bin/view/Main/UsingCVS">How to use CVS</a>.
72#endif
73
74#include "foot.t"