summaryrefslogtreecommitdiff
path: root/www/dailymod.pl
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2006-03-27 10:10:50 +0000
committerBjörn Stenberg <bjorn@haxx.se>2006-03-27 10:10:50 +0000
commitbe10f54eec53ab5426c570dd2500c4e3c34e976d (patch)
treeae4386c8be616ffe54abc497094c4127c779093e /www/dailymod.pl
parentd569727aa7a2fe34815298d747f9c8325a4b6202 (diff)
downloadrockbox-be10f54eec53ab5426c570dd2500c4e3c34e976d.tar.gz
rockbox-be10f54eec53ab5426c570dd2500c4e3c34e976d.zip
Various changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9279 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/dailymod.pl')
-rwxr-xr-xwww/dailymod.pl12
1 files changed, 8 insertions, 4 deletions
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",
9 "fmrecorder", "fmrecorder8mb", 9 "fmrecorder", "fmrecorder8mb",
10 "recorderv2", 10 "recorderv2",
11 "ondiofm", "ondiosp", 11 "ondiofm", "ondiosp",
12 "h100", "h120", "h300", "ipodcolor", "ipodnano", 12 "h100", "h120", "h300",
13
14 "ipodcolor", "ipodnano", "ipod4gray", "ipodvideo",
15 "ipod3g", "iaudiox5",
13 16
14 # install and source are special cases 17 # install and source are special cases
15 "install", "source"); 18 #"install",
19 "source");
16 20
17for(@list) { 21for(@list) {
18 my $dir = $_; 22 my $dir = $_;
@@ -47,7 +51,7 @@ for(reverse sort keys %date) {
47 my $show = $t; 51 my $show = $t;
48 $show =~ s/recorder/rec/; 52 $show =~ s/recorder/rec/;
49 # Remove the comment below to get long names 53 # Remove the comment below to get long names
50 # $show = $longname{$t}; 54 $show = $longname{$t};
51 $head[$x] .= "<th>$show</th>\n"; 55 $head[$x] .= "<th>$show</th>\n";
52 $count++; 56 $count++;
53 if ($count == $split) { 57 if ($count == $split) {
@@ -69,7 +73,7 @@ for(reverse sort keys %date) {
69 $file = "Rockbox-${d}-install.exe"; 73 $file = "Rockbox-${d}-install.exe";
70 } 74 }
71 if( -f "$basedir/$m/$file") { 75 if( -f "$basedir/$m/$file") {
72 printf "<a href=\"/daily/$_/$file\">latest</a>", 76 printf "<a href=\"http://download.rockbox.org/daily/$_/$file\">latest</a>",
73 } 77 }
74 print "<p><a href=\"/dl.cgi?bin=$_\">older</a></td>\n"; 78 print "<p><a href=\"/dl.cgi?bin=$_\">older</a></td>\n";
75 79