4/6 = left/right, 8/2 = up/down, 5 = play/pause, / * - = menu keys, +/enter = on/off
Installation
-Unzip the archive. Rename your current archos.mod (if any) in the root of your archos, then copy the rockbox archos.mod there.
+
Rename your current archos.mod (if any) in the root of your archos, then copy the rockbox archos.mod there. Make sure it's called "archos.mod" (5000,6000,Studio) or "ajbrec.ajz" (Recorder).
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.
@@ -59,7 +95,7 @@ Read the release notes.
Bug reports
Please use our
-Sourceforge page
+Sourceforge page
for all bug reports and feature requests. If you have a sourceforge account,
please log in first so we have a name to connect to the report.
diff --git a/www/head.t b/www/head.t
index c573491e2f..748c051caa 100644
--- a/www/head.t
+++ b/www/head.t
@@ -33,7 +33,7 @@
-
+
diff --git a/www/history.t b/www/history.t
index d1902c53d8..1f5421100a 100644
--- a/www/history.t
+++ b/www/history.t
@@ -2,6 +2,12 @@
#define HISTORY_PAGE
#include "head.t"
+
2002-06-19: Recorder sound support checked into CVS. Good news: No background noise!
+
+
2002-06-10: Playlist and scroll support added. Testing for release v1.1.
+
+
2002-06-07: The ATA driver now works for the Recorder models too.
+
2002-06-01: Version 1.0 is released! Download it here.
2002-06-01: Web site has been down three days due to a major power loss.
diff --git a/www/main.t b/www/main.t
index 4e3ad64d50..057cceab7b 100644
--- a/www/main.t
+++ b/www/main.t
@@ -16,17 +16,24 @@ firmware for the Archos Jukebox 5000, 6000, Studio and R
2002-06-19: Version 1.1 is released. Download it here.
-
2002-06-19: Recorder sound support checked into CVS. Good news: No background noise!
-
-
2002-06-10: Playlist and scroll support added. Testing for release v1.1.
-
-
2002-06-07: The ATA driver now works for the Recorder models too.
-
(Old news items have moved to a
separate page.)
-
We have a mailing list: rockbox@cool.haxx.se.
-To subscribe, send a message to majordomo@cool.haxx.se with the words "subscribe rockbox" in the body.
+
Recent CVS activity
+
+
+
+
Open bug reports
+
+
+Note: Don't file bug reports on daily builds. They are work in progress.
+
+
Vacations
+Parts of the core team is currently away on vacation:
+
+- Björn Stenberg (Zagor): Back friday july 5, reads mail
+
- Daniel Stenberg (Bagder): Back thursday july 25, does not read mail
+
Roadmap
This is a rough indication of which features we plan/expect/hope to be
@@ -60,31 +67,4 @@ The first thing this version does after boot is to look for a file called
If it exists, it is loaded into RAM and started.
This is how firmware upgrades are loaded.
-
Dreams
-Ok, forget about reality, what could we do with this?
-
-
-- All those simple mp3-play features we sometimes miss:
-
- - No pause between songs
-
- Mid-song resume
-
- Mid-playlist resume
-
- No-scan playlists
-
- Unlimited playlist size
-
- Autobuild playlists (such as "all songs in this directory tree")
-
- Auto-continue play in the next directory
-
- Current folder and all sub-folder random play
-
- Full disk random play
-
- REAL random (if press back it goes to the previous song that was played)
-
- Multi song queue (folder queue)
-
- - Faster scroll speed
-
- Archos Recorder support. Most of the hardware is the same, but the display and some other things differ.
-
- All kinds of cool features done from the wire remote control, including controlling your Archos from your car radio (req hw mod)
-
- Ogg Vorbis support [unverified: the MAS is somewhat programmable, but enough?]
-
- Support for megabass switch (req hw mod) [unverified: I just saw the DAC docs shows how to do it switchable. we need a free port pin to be able to switch]
-
- Player control via USB [unverified]
-
- Memory expansion? [doubtful: the current DRAM chip only has 10 address lines. we'd have to pull off one heck of a hw mod to expand that]
-
-
#include "foot.t"
diff --git a/www/style.css b/www/style.css
index eaad1e3833..8bc9965091 100644
--- a/www/style.css
+++ b/www/style.css
@@ -42,7 +42,7 @@ A {
.bgbox {
left-border-width: 1px;
- border-color: black;
+ border-color: #000000;
}
.menulink {
@@ -56,7 +56,7 @@ A {
}
.buildwarn {
- background-color: yellow;
+ background-color: #ffff00;
width: 3em;
}
@@ -66,5 +66,18 @@ A {
}
.gccwarn {
+ color: #ff4040;
+}
+
+.gccerror {
color: #ff0000;
-}
\ No newline at end of file
+}
+
+.changetable, .bugs, .dailymod {
+ border: outset 2px #ffffff;
+}
+
+.changetable td, .bugs td {
+ background-color: #c6d6f5;
+ padding: 4px;
+}