summaryrefslogtreecommitdiff
path: root/www/dailymod.pl
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-15 15:06:44 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-15 15:06:44 +0000
commit900bbb6df0375a598ea01d0d7c2a8ff8493b9749 (patch)
tree2d40d649a4f6f6e2d60d6911e48e5cc7d892ab64 /www/dailymod.pl
parenteebd237d465352508192a2c8419c224f8c7bc7a9 (diff)
downloadrockbox-900bbb6df0375a598ea01d0d7c2a8ff8493b9749.tar.gz
rockbox-900bbb6df0375a598ea01d0d7c2a8ff8493b9749.zip
Removed player-old
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2670 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/dailymod.pl')
-rwxr-xr-xwww/dailymod.pl9
1 files changed, 3 insertions, 6 deletions
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";