summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-17 14:11:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-17 14:11:57 +0000
commit511978e0afcdbf25113bb521a67bf94b67110340 (patch)
treead59a9a9fb4f421c5af1a9250efca5508d433d47 /www
parent72f980ac9b7ebd278eae9a2654df6a09cc55c3ed (diff)
downloadrockbox-511978e0afcdbf25113bb521a67bf94b67110340.tar.gz
rockbox-511978e0afcdbf25113bb521a67bf94b67110340.zip
FM Recorder support is now good enough to annouce and talk about in less
alarming ways! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3284 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rwxr-xr-xwww/dailymod.pl2
-rw-r--r--www/main.t3
2 files changed, 4 insertions, 1 deletions
diff --git a/www/dailymod.pl b/www/dailymod.pl
index e13125205f..62fea28469 100755
--- a/www/dailymod.pl
+++ b/www/dailymod.pl
@@ -24,7 +24,7 @@ print "<tr><td>\n";
print "</td><td>\n";
&list("recorder");
-print "</td><td><p><b>Note:</b> The FM Recorder version is still experimental and very buggy. It is available here for testing purposes only.\n";
+print "</td><td>\n";
&list("fmrecorder");
print "</td></tr></table>\n";
diff --git a/www/main.t b/www/main.t
index d281188a58..46587cf5b3 100644
--- a/www/main.t
+++ b/www/main.t
@@ -9,6 +9,9 @@
<h2>News</h2>
+<p><i>2003-02-17</i>: Rockbox <a href="/daily.shtml">daily builds</a> works on
+the FM Recorder now.
+
<p><i>2003-01-10</i>: Full ISO-8859-1 font support added for Players, using the <a href="/docs/rocklatin.html">Rocklatin1</a> dynamic charset system.
<p><i>2002-12-21</i>: You can now donate to the Rockbox project via PayPal. See the new button in the left menu.