summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/daily.t5
-rwxr-xr-xwww/dailymod.pl9
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
19<p>These are automated daily builds of the CVS code. 19<p>These are automated daily builds of the CVS code.
20They are <i>not</i> official releases and are in fact almost guaranteed to contain bugs! 20They are <i>not</i> official releases and are in fact almost guaranteed to contain bugs!
21 21
22<p>These builds are discussed in IRC or mail only. <font color="red"><big><b>DO NOT FILE BUG REPORTS FOR THEM!</b></big></font> 22<p><b>New:</b> We now accept bug reports for daily builds too. Just make sure you mark the report with the exact version you were running.
23
24<p>There are three versions of each build:
25 23
24<p>
26<!--#exec cmd="./dailymod.pl" --> 25<!--#exec cmd="./dailymod.pl" -->
27 26
28<p><b>Note 1:</b> You must rename the file to "archos.mod" ("ajbrec.ajz" for the recorder) before copying it to the root of your archos. 27<p><b>Note 1:</b> 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 {
17 print "</ul>\n"; 17 print "</ul>\n";
18} 18}
19 19
20print "<table class=rockbox><tr><th>player-old</th><th>player</th><th>recorder</th></tr>\n"; 20print "<table class=rockbox><tr><th>player</th><th>recorder</th></tr>\n";
21print "<tr><td>This version is for old Archos Jukebox 5000, 6000 models with ROM firmware older than 4.50:\n"; 21print "<tr><td>\n";
22&list("playerold");
23
24print "</td><td>This version is for Archos Jukebox 5000/6000 with ROM firmware 4.50 or later, and all Studio models:\n";
25&list("player"); 22&list("player");
26 23
27print "</td><td>This version is for all Archos Jukebox Recorder models:\n"; 24print "</td><td>\n";
28&list("recorder"); 25&list("recorder");
29 26
30print "</td></tr></table>\n"; 27print "</td></tr></table>\n";