diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-10-11 12:15:49 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-10-11 12:15:49 +0000 |
commit | 3a44d4def66f0641426a719ce02db1b5688594c3 (patch) | |
tree | 98d42d5f945988d1374006387d4c3147c2f3381e /www/download | |
parent | 2931a4b838f960ff98ed90ba05ee590cd06f689c (diff) |
Updated web
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2584 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/download')
-rw-r--r-- | www/download/index.t | 56 |
1 files changed, 22 insertions, 34 deletions
diff --git a/www/download/index.t b/www/download/index.t index 7580335d0f..7cc9b791bb 100644 --- a/www/download/index.t +++ b/www/download/index.t @@ -2,69 +2,57 @@ #define DOWNLOAD_PAGE #include "head.t" -<h2>Changes for version 1.3</h2> +<h2>Latest version: 1.4</h2> -<p>Please read the <a href="rockbox-1.3-notes.txt">release notes</a>. (<a href="old.html">Older releases</a>) +<p>Please read the <a href="rockbox-1.4-notes.txt">release notes</a>. (<a href="old.html">Older releases</a>) <p> -<table><tr valign="top"><td> -<h3>player-old</h3> -<p>This version is for old Archos Jukebox 6000 models with ROM firmware older than 4.50. +<table class=rockbox><tr> +<th>player-old</th> +<th>player</th> +<th>recorder</th> +</tr><tr> +<td> +This version is for old Archos Jukebox 6000 models with ROM firmware older than 4.50. <ul> -<li><a href="rockbox-1.3-player-old.mod">rockbox-1.3-player-old.mod</a> +<li><a href="rockbox-1.4-player-old.zip">rockbox-1.4-player-old.zip</a> </ul> </td><td> - -<h3>player</h3> -<p>This version is for Archos Jukebox 5000, 6000 with ROM firmware 4.50 or later, and all Studio models. +This version is for Archos Jukebox 5000, 6000 with ROM firmware 4.50 or later, and all Studio models. <ul> -<li><a href="rockbox-1.3-player.mod">rockbox-1.3-player.mod</a> +<li><a href="rockbox-1.4-player-new.zip">rockbox-1.4-player-new.zip</a> </ul> </td><td> - -<h3>recorder</h3> -<p>This version is for all Archos Jukebox Recorder models. +This version is for all Archos Jukebox Recorder models. <ul> -<li><a href="rockbox-1.3-recorder.ajz">rockbox-1.3-recorder.ajz</a> +<li><a href="rockbox-1.4-recorder.zip">rockbox-1.4-recorder.zip</a> </ul> </td></tr></table> <h3>Source code</h3> <ul> -<li><a href="rockbox-1.3.tar.gz">rockbox-1.3.tar.gz</a> +<li><a href="rockbox-1.4.tar.gz">rockbox-1.4.tar.gz</a> </ul> -<h3>User interface simulators</h3> - -<p> +<h3>Auxiliary files</h3> <ul> -<li><a href="rockbox-1.3-player-sim">player simulator 1.3 for linux-x86</a> -<li><a href="rockbox-1.3-recorder-sim">recorder simulator 1.3 for linux-x86</a> -<li><a href="rockbox-1.2-player-sim.exe">player simulator 1.2 for win32</a> -<li><a href="rockbox-1.2-recorder-sim.exe">recorder simulator 1.2 for win32</a> +<li><a href="/lang/">Languages</a> +<li><a href="/fonts/">Fonts</a> </ul> -<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: -<dl> -<dt><b>Player</b> -<dd>4/6 = prev/next, 8 = play, 2 = stop, enter = menu, + = on - -<dt><b>Recorder</b> -<dd>4/6 = left/right, 8/2 = up/down, 5 = play/pause, / * - = menu keys, +/enter = on/off -</dl> - <h2>Installation</h2> -<p>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). -<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. +<p>Unpack the zip archive in the root of your Archos disk. Make sure you 'eject' (unmount) the usb disk before you unplug it. + +<h2>Uninstallation</h2> -<p>(Note that some models cannot shut off while the power adapter is plugged in.) +<p>If you ever want to remove the Rockbox firmware, simply delete archos.mod (player) or ajbrec.ajz (recorder) from the root of your Archos disk. <h2>Bug reports</h2> |