diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-02-17 14:11:57 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-17 14:11:57 +0000 |
| commit | 511978e0afcdbf25113bb521a67bf94b67110340 (patch) | |
| tree | ad59a9a9fb4f421c5af1a9250efca5508d433d47 | |
| parent | 72f980ac9b7ebd278eae9a2654df6a09cc55c3ed (diff) | |
| download | rockbox-511978e0afcdbf25113bb521a67bf94b67110340.zip rockbox-511978e0afcdbf25113bb521a67bf94b67110340.tar.gz rockbox-511978e0afcdbf25113bb521a67bf94b67110340.tar.bz2 rockbox-511978e0afcdbf25113bb521a67bf94b67110340.tar.xz | |
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
| -rwxr-xr-x | www/dailymod.pl | 2 | ||||
| -rw-r--r-- | www/main.t | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/dailymod.pl b/www/dailymod.pl index e131252..62fea28 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"; @@ -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. |