summaryrefslogtreecommitdiff
path: root/www/main.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/main.t')
-rw-r--r--www/main.t50
1 files changed, 14 insertions, 36 deletions
diff --git a/www/main.t b/www/main.t
index 8a55b3a0ce..4ec106bb4b 100644
--- a/www/main.t
+++ b/www/main.t
@@ -9,57 +9,35 @@
9 9
10<h2>News</h2> 10<h2>News</h2>
11 11
12<p><i>2003-04-01</i>: <a href="/doom/">Play Doom on the Archos Recorder</a>! 12<p><i>2003-04-15</i>: Version 2.0 is <a href="/download/">released</a>
13
14<p><i>2003-02-17</i>: Rockbox <a href="/daily.shtml">daily builds</a> works on
15the FM Recorder now.
16
17<p><i>2003-02-14</i>: Matthew P. O'Reilly gave Linus an FM Recorder for his birthday!
18Linus had it for 2 hours before he took it apart and started drawing schematics...
19
20<p><i>2003-01-10</i>: Full ISO-8859-1 font support added for Players, using the <a href="/docs/rocklatin.html">Rocklatin1</a> dynamic charset system.
21 13
22<p><i>2002-12-21</i>: You can now donate to the Rockbox project via PayPal. See the new button in the left menu. 14<p><i>2003-04-01</i>: <a href="/doom/">Play Doom on the Archos Recorder</a>!
23
24<p><i>2002-11-10</i>: Added recording functionality.
25
26<p><i>2002-10-15</i>: Now the Player/Studio models run the same firmware. No more Old and New player firmware.
27 15
28<p><i>2002-10-11</i>: Version 1.4 is released. <a href="download/">Grab it</a>. 16<p><i>2003-02-17</i>: Rockbox <a href="/daily.shtml">daily builds</a> now work on
17the FM Recorder.
29 18
30<p><i><small>(Old news items have moved to a 19<p><i><small>(Old news items have moved to a
31<a href="history.html">separate page</a>.)</small></i> 20<a href="history.html">separate page</a>.)</small></i>
32 21
33<h2>Recent CVS activity</h2>
34<p>
35<!--#include file="lastcvs.link" -->
36
37<h2>Roadmap</h2> 22<h2>Roadmap</h2>
38<p>This is a rough indication of which features we plan/expect/hope to be 23<p>This is a rough indication of which features we plan/expect/hope to be
39included in which versions. Naturally, this is all subject to change without 24included in which versions. Naturally, this is all subject to change without
40notice. 25notice.
41 26
42<dl> 27<dl>
43<dt><b>Version 2.0</b> 28<dt><b>Version 2.1</b>
44<dd> Recording, Autobuild playlists, File/directory management 29<dd> Lots of features and fixes that were held off for 2.0
45</dl>
46 30
47<h2>About the hardware</h2> 31<dt><b>Version 2.2</b>
32<dd> User interface overhaul
48 33
49<p>I wrote a <a href="internals/bjorn.html">"dissection" page</a> some months ago, 34<dt><b>Version 2.3</b>
50showing the inside of the Archos and listing the main components. 35<dd> Plugin loader, opening the door for a bucketful of new applications
51I have also collected a couple of <a href="docs/">data sheets</a>.
52Also, don't miss the <a href="notes.html">research notes</a>
53from my reverse-engineering the firmware.
54 36
55<h2>About the software</h2> 37</dl>
56 38
57<p>The player has one version of the firmware in ROM. 39<h2>Recent CVS activity</h2>
58The first thing this version does after boot is to look for a file called 40<p>
59"archos.mod" on the Player/Studio or "ajbrec.ajz" on the recorder in the 41<!--#include file="lastcvs.link" -->
60root directory of the harddisk.
61If it exists, it is loaded into RAM and started.
62This is how firmware upgrades are loaded. Note that you can revert to the ROM
63version by just deleting the firmware file.
64 42
65#include "foot.t" 43#include "foot.t"