new left-side menu
[kugel-rb.git] / www / daily.t
bloba1f7d8c5ac6e6354083448664420f7690d8ca10b
1 #define _PAGE_ Daily builds
2 #include "head.t"
4 <h2>Daily Builds for Different Models</h2>
6 <p>These are automated daily builds of the code in CVS. They contain all the
7 latest features. They may also contain bugs and/or undocumented changes... <a
8 href="/twiki/bin/view/Main/DeviceChart">identify your model</a>
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" -->
17 <h2>Donate</h2>
19 <p>If you enjoy using Rockbox, consider donating to the project. While we
20 develop 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>
33 #if 0
34 <h2>CVS Compile Status</h2>
36 <p>CVS code build status: number of compiler warnings the build generates. 0
37 (zero) means no warnings. The timestamp is GMT. <a
38 href="http://www.rockbox.org/twiki/bin/view/Main/TargetStatus">Target
39 Status</a>
41 <p>
42 <!--#include virtual="buildstatus.link" -->
44 <a name="bleeding_edge"></a>
45 <h2>Bleeding edge builds</h2>
47 <p>These builds are as "bleeding edge" as you can get. They are updated on
48 every source change. (See status on the first line in the above table).
50 <p>These are complete installation archives.
52 <p>
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>
70 <p>
71 <a href="/twiki/bin/view/Main/UsingCVS">How to use CVS</a>.
72 #endif
74 #include "foot.t"