From be10f54eec53ab5426c570dd2500c4e3c34e976d Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 27 Mar 2006 10:10:50 +0000 Subject: Various changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9279 a1c6a512-1295-4272-9138-f99709370657 --- www/dailymod.pl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'www/dailymod.pl') diff --git a/www/dailymod.pl b/www/dailymod.pl index 9e3d118ba2..8e1a48d281 100755 --- a/www/dailymod.pl +++ b/www/dailymod.pl @@ -9,10 +9,14 @@ my @list=("player", "fmrecorder", "fmrecorder8mb", "recorderv2", "ondiofm", "ondiosp", - "h100", "h120", "h300", "ipodcolor", "ipodnano", + "h100", "h120", "h300", + + "ipodcolor", "ipodnano", "ipod4gray", "ipodvideo", + "ipod3g", "iaudiox5", # install and source are special cases - "install", "source"); + #"install", + "source"); for(@list) { my $dir = $_; @@ -47,7 +51,7 @@ for(reverse sort keys %date) { my $show = $t; $show =~ s/recorder/rec/; # Remove the comment below to get long names - # $show = $longname{$t}; + $show = $longname{$t}; $head[$x] .= "$show\n"; $count++; if ($count == $split) { @@ -69,7 +73,7 @@ for(reverse sort keys %date) { $file = "Rockbox-${d}-install.exe"; } if( -f "$basedir/$m/$file") { - printf "latest", + printf "latest", } print "

older\n"; -- cgit v1.2.3