summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-03-20 07:32:06 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-03-20 07:32:06 +0000
commit5188931e561c702f3b1a48aee51bfa6ebb9c9a48 (patch)
tree0b898950a0d429fd8b58027014deb47980f8ffd5 /www
parente9bda729a824508d757ebf4273b306d8526c5163 (diff)
downloadrockbox-5188931e561c702f3b1a48aee51bfa6ebb9c9a48.tar.gz
rockbox-5188931e561c702f3b1a48aee51bfa6ebb9c9a48.zip
Added 8MB recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3489 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/daily.t4
-rwxr-xr-xwww/dailymod.pl5
2 files changed, 8 insertions, 1 deletions
diff --git a/www/daily.t b/www/daily.t
index 614ca4a4b9..00d5579717 100644
--- a/www/daily.t
+++ b/www/daily.t
@@ -45,6 +45,10 @@ The batch timestamp is GMT.
<a href="auto/build-recorderdebug/ajbrec.ajz">Recorder debug</a><br>
<a href="auto/build-recordersim/rockboxui">Recorder simulator (linux)</a><br>
</td>
+<td>
+<a href="auto/build-fmrecorder/ajbrec.ajz">FM Recorder</a><br>
+<a href="auto/build-recorder8mb/ajbrec.ajz">8MB Recorder</a><br>
+</td>
</tr></table>
#include "foot.t"
diff --git a/www/dailymod.pl b/www/dailymod.pl
index 62fea28469..92a98bc7e4 100755
--- a/www/dailymod.pl
+++ b/www/dailymod.pl
@@ -17,7 +17,7 @@ sub list {
print "</ul>\n";
}
-print "<table class=rockbox><tr><th>player</th><th>recorder</th><th>fmrecorder</th></tr>\n";
+print "<table class=rockbox><tr><th>player</th><th>recorder</th><th>fm recorder</th><th>8MB recorder</th></tr>\n";
print "<tr><td>\n";
&list("player");
@@ -27,4 +27,7 @@ print "</td><td>\n";
print "</td><td>\n";
&list("fmrecorder");
+print "</td><td>\n";
+&list("recorder8mb");
+
print "</td></tr></table>\n";