summaryrefslogtreecommitdiff
path: root/www/download.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/download.t')
-rw-r--r--www/download.t68
1 files changed, 0 insertions, 68 deletions
diff --git a/www/download.t b/www/download.t
deleted file mode 100644
index ee77e195fb..0000000000
--- a/www/download.t
+++ /dev/null
@@ -1,68 +0,0 @@
1#define _PAGE_ Download
2#define DOWNLOAD_PAGE
3#include "head.t"
4
5<h2>Version 1.0</h2>
6
7<p>This first version is more a proof-of-concept than a serious replacement for the stock firmware.
8Read the <a href="rockbox-1.0-notes.txt">release notes</a>.
9
10<h3>player-old</h3>
11<p>This version is for old Archos Jukebox 6000 models with ROM firmware older than 4.50.
12
13<ul>
14<li><a href="rockbox-1.0-player-old.zip">rockbox-1.0-player-old.zip</a>
15</ul>
16
17<h3>player</h3>
18<p>This version is for Archos Jukebox 6000 with ROM firmware 4.50 or later, and all Studio models.
19
20<ul>
21<li><a href="rockbox-1.0-player.zip">rockbox-1.0-player.zip</a>
22</ul>
23
24<h3>recorder</h3>
25<p>Version 1.0 does not support the Recorder. Future versions will.
26
27<h3>Source code</h3>
28<ul>
29<li><a href="rockbox-1.0.tar.gz">rockbox-1.0.tar.gz</a>
30</ul>
31
32<h3>User interface simulators</h3>
33<p><img src="player-sim.png" alt="Player simulator">
34<img src="recorder-sim.png" alt="Recorder simulator">
35
36<ul>
37<li><a href="player-sim-1.0">player simulator 1.0 for linux</a> (42880 bytes)
38(if you don't have libgcc_s.so.1, get it <a href="libgcc_s.so.1">here</a>)
39<li><a href="recorder-sim-1.0">recorder simulator 1.0 for linux</a> (51976 bytes)
40<li><a href="recorder-sim-1.0.exe">recorder simulator 1.0 for win32</a> (167936 bytes)
41</ul>
42
43<p>The simulators browse a directory called 'archos' in the directory they are started from. Create it and copy some mp3 files there. The buttons are simulated on the numeric keypad:
44<dl>
45<dt><b>Player</b>
46<dd>4/6 = prev/next, 8 = play, 2 = stop, enter = menu, + = on
47
48<dt><b>Recorder</b>
49<dd>4/6 = left/right, 8/2 = up/down, 5 = play/pause, / * - = menu keys
50</dl>
51
52<h2>Installation</h2>
53<p>Unzip the archive. Rename your current archos.mod (if any) in the root of your archos, then copy the rockbox archos.mod there.
54
55<p>To remove the Rockbox firmware, just reverse the process: Rename the rockbox archos.mod file and replace it with your original firmware file. If you had no firmware file, just renaming or removing the rockbox file is sufficient.
56
57<p>(Note that some models cannot shut off while the power adapter is plugged in.)
58
59<h2>Bug reports</h2>
60
61<p>Please use our
62<a href="http://sourceforge.net/projects/rockbox/">Sourceforge page</a>
63for all bug reports and feature requests. If you have a sourceforge account,
64please log in first so we have a name to connect to the report.
65
66<p>If you are interested in helping with the development of Rockbox, please join the mailing list.
67
68#include "foot.t"