diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-10-15 15:06:44 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-10-15 15:06:44 +0000 |
| commit | 900bbb6df0375a598ea01d0d7c2a8ff8493b9749 (patch) | |
| tree | 2d40d649a4f6f6e2d60d6911e48e5cc7d892ab64 | |
| parent | eebd237d465352508192a2c8419c224f8c7bc7a9 (diff) | |
| download | rockbox-900bbb6df0375a598ea01d0d7c2a8ff8493b9749.zip rockbox-900bbb6df0375a598ea01d0d7c2a8ff8493b9749.tar.gz rockbox-900bbb6df0375a598ea01d0d7c2a8ff8493b9749.tar.bz2 rockbox-900bbb6df0375a598ea01d0d7c2a8ff8493b9749.tar.xz | |
Removed player-old
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2670 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/daily.t | 5 | ||||
| -rwxr-xr-x | www/dailymod.pl | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/www/daily.t b/www/daily.t index c212be0..1ccde91 100644 --- a/www/daily.t +++ b/www/daily.t @@ -19,10 +19,9 @@ describing how to compile Rockbox <p>These are automated daily builds of the CVS code. They are <i>not</i> official releases and are in fact almost guaranteed to contain bugs! -<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> - -<p>There are three versions of each build: +<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. +<p> <!--#exec cmd="./dailymod.pl" --> <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 f1a7a55..7eca82a 100755 --- a/www/dailymod.pl +++ b/www/dailymod.pl @@ -17,14 +17,11 @@ sub list { print "</ul>\n"; } -print "<table class=rockbox><tr><th>player-old</th><th>player</th><th>recorder</th></tr>\n"; -print "<tr><td>This version is for old Archos Jukebox 5000, 6000 models with ROM firmware older than 4.50:\n"; -&list("playerold"); - -print "</td><td>This version is for Archos Jukebox 5000/6000 with ROM firmware 4.50 or later, and all Studio models:\n"; +print "<table class=rockbox><tr><th>player</th><th>recorder</th></tr>\n"; +print "<tr><td>\n"; &list("player"); -print "</td><td>This version is for all Archos Jukebox Recorder models:\n"; +print "</td><td>\n"; &list("recorder"); print "</td></tr></table>\n"; |