From 3a44d4def66f0641426a719ce02db1b5688594c3 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 11 Oct 2002 12:15:49 +0000 Subject: Updated web git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2584 a1c6a512-1295-4272-9138-f99709370657 --- www/Makefile | 2 ++ www/dailymod.pl | 13 ++++-------- www/docs/Makefile | 6 ++++++ www/download/index.t | 56 +++++++++++++++++++++------------------------------- www/head.t | 12 +++++------ www/history.t | 8 ++++++++ www/lock.t | 10 ++++++++-- www/main.t | 15 ++++---------- www/style.css | 4 ++-- 9 files changed, 62 insertions(+), 64 deletions(-) (limited to 'www') diff --git a/www/Makefile b/www/Makefile index 24fd9545cc..035ada8ab6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -24,6 +24,8 @@ all: $(OBJS) @(cd download; $(MAKE)) @(cd manual; $(MAKE)) @(cd manual-1.2; $(MAKE)) + @(cd fonts; $(MAKE)) + @(cd lang; $(MAKE)) @(cd tshirt-contest; $(MAKE)) main.html: main.t activity.html diff --git a/www/dailymod.pl b/www/dailymod.pl index 0af1d48c79..f1a7a557be 100755 --- a/www/dailymod.pl +++ b/www/dailymod.pl @@ -17,19 +17,14 @@ sub list { print "\n"; } -print "
\n"; -print "

player-old

\n"; -print "

This version is for old Archos Jukebox 5000, 6000 models with ROM firmware older than 4.50:\n"; +print "\n"; +print "
player-oldplayerrecorder
This version is for old Archos Jukebox 5000, 6000 models with ROM firmware older than 4.50:\n"; &list("playerold"); -print "\n"; -print "

player

\n"; -print "

This version is for Archos Jukebox 5000/6000 with ROM firmware 4.50 or later, and all Studio models:\n"; +print "

This version is for Archos Jukebox 5000/6000 with ROM firmware 4.50 or later, and all Studio models:\n"; &list("player"); -print "\n"; -print "

recorder

\n"; -print "

This version is for all Archos Jukebox Recorder models:\n"; +print "

This version is for all Archos Jukebox Recorder models:\n"; &list("recorder"); print "
\n"; diff --git a/www/docs/Makefile b/www/docs/Makefile index 266663c85d..838f22f078 100644 --- a/www/docs/Makefile +++ b/www/docs/Makefile @@ -37,6 +37,12 @@ custom_wps_format.raw: $(DOCS)/CUSTOM_WPS_FORMAT $(TXT2HTML) custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2HTML) $(ACTION) $< +custom_cfg_format.raw: $(DOCS)/CUSTOM_CFG_FORMAT $(TXT2HTML) + $(TXT2HTML) < $< > $@ + +custom_cfg_format.html: custom_cfg_format.t custom_cfg_format.raw $(TXT2HTML) + $(ACTION) $< + how_to_compile.raw: $(DOCS)/README $(TXT2HTML) $(TXT2HTML) < $< > $@ 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" -

Changes for version 1.3

+

Latest version: 1.4

-

Please read the release notes. (Older releases) +

Please read the release notes. (Older releases)

-
-

player-old

-

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

player

-

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.

- -

recorder

-

This version is for all Archos Jukebox Recorder models. +This version is for all Archos Jukebox Recorder models.

Source code

-

User interface simulators

- -

+

Auxiliary files

-

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: -

-
Player -
4/6 = prev/next, 8 = play, 2 = stop, enter = menu, + = on - -
Recorder -
4/6 = left/right, 8/2 = up/down, 5 = play/pause, / * - = menu keys, +/enter = on/off -
-

Installation

-

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. +

Unpack the zip archive in the root of your Archos disk. Make sure you 'eject' (unmount) the usb disk before you unplug it. + +

Uninstallation

-

(Note that some models cannot shut off while the power adapter is plugged in.) +

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.

Bug reports

diff --git a/www/head.t b/www/head.t index a96099f1f2..6a33f1fc17 100644 --- a/www/head.t +++ b/www/head.t @@ -27,14 +27,14 @@   

-main page
+home
download
screen shots
-daily builds
documentation
mailing lists
IRC
photos
+daily builds
hardware mods
feature requests
bug reports
@@ -45,11 +45,11 @@


- - -
+ + +SourceForge.net Logo + -SourceForge.net Logo
diff --git a/www/history.t b/www/history.t index 6198f3b96c..1dd1fd7ee1 100644 --- a/www/history.t +++ b/www/history.t @@ -2,6 +2,14 @@ #define HISTORY_PAGE #include "head.t" +

2002-09-13: We took a big step and converted to an entirely new font system for the Recorder. Please bear with us as we smoothen out the initial quirks. + +

2002-09-03: ROLO, the Rockbox Loader has been integrated into the CVS, allowing Archos or other Rockbox firmware being loaded by simply selecting the file! + +

2002-09-02: Vote for your favourite tshirt designs! + +

2002-08-28: Version 1.3 is released. Go fetch. +

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

2002-08-06: Web site moved to new domain: rockbox.haxx.se. diff --git a/www/lock.t b/www/lock.t index 9793a995f5..dbe8d0767d 100644 --- a/www/lock.t +++ b/www/lock.t @@ -7,12 +7,14 @@ Part. Error Pls Chck HD -

We are still not 100% sure why it happens. Theories range from +

We are still not 100% sure why it happened. Theories range from low-power conditions to accidental chip select failure. It has also happened for normal users, -using the standard Archos-supplied firmware, although it's more frequent for +using the standard Archos-supplied firmware, although it was more frequent for us developers. +

Note: None of us developers have experienced this problem since march 2002. +

We do however know how to unlock the disk:

Windows/DOS unlock

@@ -35,6 +37,10 @@ us developers.

Big thanks to Magnus Andersson for discovering the Fujitsu (lack of) user password! +

There is also a program for win32, +ArchosUnlock.exe, +that creates a linux boot disk with the below mentioned patched isd200 driver. +

Linux unlock

For those of us using Linux, we have written diff --git a/www/main.t b/www/main.t index e2453440a2..0ca940a722 100644 --- a/www/main.t +++ b/www/main.t @@ -3,24 +3,17 @@ #define MAIN_PAGE #include "head.t" -

Purpose

+

What is Rockbox?

-

The purpose of this project is to write an Open Source replacement -firmware for the Archos Jukebox 5000, 6000, Studio and Recorder MP3 players. +

Rockbox is an Open Source replacement firmware for the Archos Jukebox 5000, 6000, Studio and Recorder MP3 players.

News

+

2002-10-11: Version 1.4 is released. Grab it. +

2002-09-19: We now support multiple languages. You can help by translating Rockbox to your language. No programming skills required. See instructions here -

2002-09-13: We took a big step and converted to an entirely new font system for the Recorder. Please bear with us as we smoothen out the initial quirks. - -

2002-09-03: ROLO, the Rockbox Loader has been integrated into the CVS, allowing Archos or other Rockbox firmware being loaded by simply selecting the file! - -

2002-09-02: Vote for your favourite tshirt designs! - -

2002-08-28: Version 1.3 is released. Go fetch. -

(Old news items have moved to a separate page.) diff --git a/www/style.css b/www/style.css index b132f3d9a3..d03f993947 100644 --- a/www/style.css +++ b/www/style.css @@ -86,7 +86,7 @@ PRE { } -.changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable { +.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable { border: outset 2px #ffffff; } @@ -94,7 +94,7 @@ PRE { vertical-align: top; } -.changetable td, .bugs td, .requests td, .archive td, .buttontable td { +.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td { background-color: #c6d6f5; padding: 4px; } -- cgit v1.2.3