From abcf8c929ed521af29e28d670468630577993d25 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 9 Aug 2002 10:10:32 +0000 Subject: Updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1640 a1c6a512-1295-4272-9138-f99709370657 --- www/daily.t | 2 -- www/download/index.t | 47 ++++++++++++++++++----------------------------- www/head.t | 3 ++- www/history.t | 9 +++++++++ www/internals/index.t | 15 ++++++++++++--- www/irc/irclogs.pl | 5 +++++ www/main.t | 21 +++------------------ 7 files changed, 49 insertions(+), 53 deletions(-) diff --git a/www/daily.t b/www/daily.t index 4a1f34232e..31d5279027 100644 --- a/www/daily.t +++ b/www/daily.t @@ -42,7 +42,6 @@ The batch timestamp is GMT. Player
Player debug
Player simulator (linux)
-Player simulator (win32) Player-old
@@ -53,7 +52,6 @@ The batch timestamp is GMT. Recorder
Recorder debug
Recorder simulator (linux)
-Recorder simulator (win32) diff --git a/www/download/index.t b/www/download/index.t index a0e9a24de0..fefa487b03 100644 --- a/www/download/index.t +++ b/www/download/index.t @@ -2,15 +2,9 @@ #define DOWNLOAD_PAGE #include "head.t" -

Note

+

Changes for version 1.2

-

The 1.1 version is now quite old. We didn't manage to release the 1.2 -version before the summer vacation, so we would recommend you to try one -of the daily builds if you want to experience the true Rockbox power. - -

Version 1.1

- -

Recorder support, playlists and scrolling are the main new features of this version. Read the release notes. +

Very much has changed since last version. Read the release notes.

@@ -18,7 +12,7 @@ of the daily builds if you want to experience the true Rockbox power.

This version is for old Archos Jukebox 6000 models with ROM firmware older than 4.50.

@@ -27,45 +21,41 @@ of the daily builds if you want to experience the true Rockbox power.

This version is for Archos Jukebox 5000, 6000 with ROM firmware 4.50 or later, and all Studio models.

-

Bug: Bass and treble adjustment does not work. -

recorder

This version is for all Archos Jukebox Recorder models.

-

Bug: MP3 playback only works on Recorder 20, not 6 or 10. PLAY key is not detected, use RIGHT. -

-

Source code

+

Screen shots (from simulator)

- -\n" if $lastm != 0; +# if ( $m % 6 == 0 ) { +# print "\n"; +# } print "
Player simulator + + - - + - - - + + +
Player simulator
Player boot screen
Recorder simulator +Recorder simulator
Recorder boot screen
File browser
Recorder file browser
Dir browser
Recorder dir browser
ID3 display
Recorder ID3 display
Tetris
Tetris (recorder only)
WPS
Recorder "While Playing Screen"
Tetris
Tetris (recorder only)
Sokoban
Sokoban (recorder only)
Bounce
Bouncing text (recorder only)
@@ -75,11 +65,10 @@ of the daily builds if you want to experience the true Rockbox power.

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: diff --git a/www/head.t b/www/head.t index de006f2516..d32e092a86 100644 --- a/www/head.t +++ b/www/head.t @@ -29,8 +29,9 @@

main page
download
-t-shirt contest
+manual
FAQ
+t-shirt contest
research notes
data sheets
schematics
diff --git a/www/history.t b/www/history.t index 7fe07fa292..455f1f5e18 100644 --- a/www/history.t +++ b/www/history.t @@ -2,6 +2,15 @@ #define HISTORY_PAGE #include "head.t" +

2002-07-28: Configuration saving implemented for all models. Experimental saving to disk +is not yet enabled on the players by default. + +

2002-06-30: USB cable detection added. + +

2002-06-27: MP3 playback now works for Recorder 6000 and Recorder 10 too. + +

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. diff --git a/www/internals/index.t b/www/internals/index.t index cc3417059e..9edd05a65a 100644 --- a/www/internals/index.t +++ b/www/internals/index.t @@ -1,14 +1,23 @@ -#define _PAGE_ Photos of Jukebox internals +#define _PAGE_ Photos of Jukeboxes #include "head.t" -

Jukebox 6000

+

External view

+ +photo + +photo + +photo + + +

Jukebox 6000 internals

-

Jukebox Recorder

+

Jukebox Recorder internals

diff --git a/www/irc/irclogs.pl b/www/irc/irclogs.pl index 361c1f5682..e04e28b053 100755 --- a/www/irc/irclogs.pl +++ b/www/irc/irclogs.pl @@ -24,10 +24,15 @@ for ( @logs ) { $mname = ucfirst MonthNameEng($m); if ( $m != $lastm ) { print "
$mname $y\n"; print "
    \n"; $lastm = $m; } +# $lines = `wc -l $file` + 0; +# print "
  • $mname $d ($lines lines)\n"; print "
  • $mname $d\n"; } } diff --git a/www/main.t b/www/main.t index 8927ca612c..711e949861 100644 --- a/www/main.t +++ b/www/main.t @@ -10,23 +10,14 @@ firmware for the Archos Jukebox 5000, 6000, Studio and R

    News

    -

    2002-08-09: Version 1.1 is released. Download it here. +

    2002-08-09: Version 1.2 is released. Download it here. -

    2002-08-06: Web site moved to new domain: rockbox.haxx.se. Bear with us while we chase down the last bad links. +

    2002-08-06: Web site moved to new domain: rockbox.haxx.se.

    2002-08-06: Battery charging added for the Recorders (players have hardware charging).

    2002-08-02: Rockbox T-Shirt Design Contest -

    2002-07-28: Configuration saving implemented for all models. Experimental saving to disk -is not yet enabled on the players by default. - -

    2002-06-30: USB cable detection added. - -

    2002-06-27: MP3 playback now works for Recorder 6000 and Recorder 10 too. - -

    2002-06-19: Version 1.1 is released. Download it here. -

    (Old news items have moved to a separate page.) @@ -45,14 +36,8 @@ included in which versions. Naturally, this is all subject to change without notice.

    -
    Version 1.1 -
    Playlist support, scrolling, recorder support - -
    Version 1.2 -
    UI improvements -
    Version 1.3 -
    Resume, persistent settings, autobuild playlists, UI improvements +
    Resume, persistent settings, autobuild playlists, proportional fonts

    About the hardware

    -- cgit v1.2.3