blob: 0356204cf9f5aa0e297d07ba05f53b26829023c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
#define _LOGO_ <img src="rockbox400.png" align=center width=400 height=123 alt="Rockbox Logo">
#define _PAGE_ Open Source Jukebox Firmware
#define MAIN_PAGE
#include "head.t"
<p class="ingress"> Rockbox is an Open Source replacement firmware for the
Archos Jukebox 5000, 6000, Studio, Recorder, FM Recorder, Recorder V2 and
Ondio MP3 players.
<p> Rockbox is a complete rewrite and uses no fragments of the original
firmware. It boasts <a href="/twiki/bin/view/Main/FeatureComparison">numerous
features</a> while remaining <a
href="/twiki/pub/Main/RockboxManual/rockbox-manual-2.4.pdf">easy to use</a>.
<p> Installing Rockbox does not harm your Archos, it works the same way you
upgrade your ordinary Archos firmware.
<p> Development in progress might take Rockbox to <a
href="http://www.rockbox.org/twiki/bin/view/Main/TargetStatus">other music
players</a>.
<h2>News</h2>
<p><i>2005-12-06</i>: Unicode support!
<p><i>2005-09-22</i>: Rockbox v2.5 is <a href="download/">released</a>.
<p><i>2005-09-21</i>: The Wiki pages are now restored as much as possible with the exception of the <a href="http://www.rockbox.org/twiki/bin/view/Main/WpsGallery">WPS Gallery</a>. The Wiki has been upgraded and the hole is plugged. Backups are done manually currently - work is underway to fix the automatic system that failed us.
<p><i>2005-09-19</i>: An oldish backup restored, work in progress on getting pages more up-to-date. Mailing lists are up again, but check that you are still subscribed!
<p><i>2005-09-17</i>: Some nice gentleman deleted our entire Wiki (and more) using a security hole in TWiki. The mailing list is also dead until we sort this out.
<p><i>2005-08-24</i>: Linus ran his first <a href=/twiki/bin/view/Main/IriverBDM>BDM session</a> on his H320.
<p><i><small>(Old news items have moved to a
<a href="history.html">separate page</a>.)</small></i>
<h2>Recent CVS activity</h2>
<i><small><a href="since25.html">all commits since 2.5</a>.</small></i>
<p>
<!--#include file="lastcvs.link" -->
#include "foot.t"
|