From 900bbb6df0375a598ea01d0d7c2a8ff8493b9749 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 15 Oct 2002 15:06:44 +0000 Subject: Removed player-old git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2670 a1c6a512-1295-4272-9138-f99709370657 --- www/daily.t | 5 ++--- www/dailymod.pl | 9 +++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/www/daily.t b/www/daily.t index c212be0568..1ccde919e4 100644 --- a/www/daily.t +++ b/www/daily.t @@ -19,10 +19,9 @@ describing how to compile Rockbox

These are automated daily builds of the CVS code. They are not official releases and are in fact almost guaranteed to contain bugs! -

These builds are discussed in IRC or mail only. DO NOT FILE BUG REPORTS FOR THEM! - -

There are three versions of each build: +

New: We now accept bug reports for daily builds too. Just make sure you mark the report with the exact version you were running. +

Note 1: You must rename the file to "archos.mod" ("ajbrec.ajz" for the recorder) before copying it to the root of your archos. diff --git a/www/dailymod.pl b/www/dailymod.pl index f1a7a557be..7eca82a788 100755 --- a/www/dailymod.pl +++ b/www/dailymod.pl @@ -17,14 +17,11 @@ sub list { print "\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 "This version is for Archos Jukebox 5000/6000 with ROM firmware 4.50 or later, and all Studio models:\n"; +print "\n"; +print "
playerrecorder
\n"; &list("player"); -print "This version is for all Archos Jukebox Recorder models:\n"; +print "\n"; &list("recorder"); print "
\n"; -- cgit v1.2.3