diff options
| -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. |