From 2be8696289aeb089be991cd8837ff9629b982324 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 4 Dec 2003 15:05:21 +0000 Subject: 2.1 release git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4108 a1c6a512-1295-4272-9138-f99709370657 --- www/Makefile | 1 + www/daily.t | 5 ++++- www/dailymod.pl | 52 ++++++++--------------------------------------- www/dailysrc.pl | 2 +- www/docs/index.t | 3 ++- www/download/index.t | 45 ++++++++++++++++++++++------------------ www/download/old.t | 1 + www/head.t | 6 +++--- www/history.t | 9 ++++++++ www/internals/index.t | 4 ++++ www/internals/recorder.t | 3 +++ www/irc/index.t | 4 ++-- www/main.t | 30 ++++----------------------- www/mods/a2.jpg | Bin 19581 -> 20480 bytes www/mods/disassemble2.t | 2 ++ www/mods/index.t | 1 + www/style.css | 2 +- www/txt2html.pl | 2 +- 18 files changed, 73 insertions(+), 99 deletions(-) diff --git a/www/Makefile b/www/Makefile index 8dbacb758b..ae966d93ec 100644 --- a/www/Makefile +++ b/www/Makefile @@ -28,6 +28,7 @@ all: $(OBJS) @(cd lang; $(MAKE)) @(cd tshirt-contest; $(MAKE)) @(cd screenshots; $(MAKE)) + @(cd digest; $(MAKE)) main.html: main.t activity.html diff --git a/www/daily.t b/www/daily.t index fb8b4a6270..4f47c15d2c 100644 --- a/www/daily.t +++ b/www/daily.t @@ -8,13 +8,14 @@ The top line is the latest.

+#if 0

mod - The file you should name "archos.mod" before copying it to the root of your archos.
ajz - The file you should name "ajbrec.ajz" before copying it to the root of your archos.
rocks - All plugins for this particular release of Rockbox.
full - Full zip archive, with rockbox, plugins, languages, docs, fonts, ucl etc.
ucl - File to use when flashing Rockbox - +#endif

Source tarballs

@@ -65,6 +66,8 @@ The batch timestamp is GMT. FM Recorder (rocks)
+V2 Recorder +(rocks)
8MB Recorder (rocks)
diff --git a/www/dailymod.pl b/www/dailymod.pl index e7bbee977b..a02e6be1b8 100755 --- a/www/dailymod.pl +++ b/www/dailymod.pl @@ -2,7 +2,7 @@ my $basedir = "/home/dast/rockbox-build/daily-build"; -my @list=("player", "recorder", "fmrecorder", "recorder8mb"); +my @list=("player", "recorder", "fmrecorder", "recorderv2", "recorder8mb"); for(@list) { my $dir = $_; @@ -17,10 +17,14 @@ for(@list) { } } -print ""; +print "
date
\n"; -for(@list) { - print ""; +if (0) { + print ""; + + for(@list) { + print ""; + } } for(reverse sort keys %date) { @@ -35,47 +39,9 @@ for(reverse sort keys %date) { my $n=0; my $m = $_; print "
$_
date$_ "; - # old mod - if( -f "daily/$_/rockbox${d}.mod") { - print "mod"; - $n++; - } - # new mod - if( -f "daily/$_/rockbox-$m-${d}.mod") { - print "mod"; - $n++; - } - # old ajz - if( -f "daily/$_/rockbox${d}.ajz") { - printf "%sajz", - $n?", ":""; - $n++; - } - # new ajz - if( -f "daily/$m/rockbox-$m-${d}.ajz") { - printf "%sajz", - $n?", ":""; - $n++; - } - if( -f "daily/$_/rocks${d}.zip") { - printf "%srocks", - $n?", ":""; - $n++; - } - # old-style full zip - if( -f "daily/$_/rockbox-${d}.zip") { - printf "%sfull", - $n?", ":""; - $n++; - } # new-style full zip: if( -f "daily/$m/rockbox-${m}-${d}.zip") { - printf "%sfull", - $n?", ":""; - $n++; - } - if( -f "daily/$_/rockbox${d}.ucl") { - printf "%sucl", + printf "%s${m}", $n?", ":""; $n++; } diff --git a/www/dailysrc.pl b/www/dailysrc.pl index 7ad91a0d2a..d4e53ea922 100755 --- a/www/dailysrc.pl +++ b/www/dailysrc.pl @@ -9,7 +9,7 @@ closedir DIR; print "
    \n"; -for ( @tarballs ) { +for ( sort {$b <=> $a} @tarballs ) { $size = (stat("$basedir/$_"))[7]; $log = ""; if (/-(\d+)/) { diff --git a/www/docs/index.t b/www/docs/index.t index 20dec6c17d..577bacff2e 100644 --- a/www/docs/index.t +++ b/www/docs/index.t @@ -3,10 +3,11 @@

    For users

      +
    • User manual (pdf, 330KB)
    • Frequently Asked Questions
    • Frequently Asked Questions about Batteries and Charging +

    • Features We Will Not Implement -
    • User manual
    • Feature Comparison Chart
    • How to make a custom WPS
    • How to make a custom config file diff --git a/www/download/index.t b/www/download/index.t index 01da64bc70..6163c6123f 100644 --- a/www/download/index.t +++ b/www/download/index.t @@ -2,52 +2,57 @@ #define DOWNLOAD_PAGE #include "head.t" -

      Latest version: 2.0

      +

      Note: The latest "packaged" release, 2.0, is getting a bit old. For the latest features, we recommend you check out the daily builds. (Yes yes, we really should make a new proper release...) -

      Please read the release notes. (Older releases) +

      Latest version: 2.1 (2003-12-04)

      + +

      Please read the release notes. (Older releases)

      - + + +
      player recorder fm recorder
      recorder v2
      -This version is for Archos Jukebox 5000, 6000 and all Studio models. - +Archos Jukebox 5000, 6000 and Studio models + +

      rockbox-2.1-player.zip +
      (184 KB)

      -This version is for all non-FM Archos Jukebox Recorder models. +Archos Jukebox Recorder 6, 10, 15 and 20 - +

      rockbox-2.1-recorder.zip +
      (412 KB)

      -This version is for Archos Jukebox FM Recorder. +Archos Jukebox FM Recorder - +

      rockbox-2.1-fmrecorder.zip +
      (416 KB) + +

      +Archos Jukebox Recorder V2 + +

      rockbox-2.1-recorderv2.zip +
      (416 KB)

      Source code

      Auxiliary files

      Installation

      diff --git a/www/download/old.t b/www/download/old.t index 033b2795cd..c8c0f02a96 100644 --- a/www/download/old.t +++ b/www/download/old.t @@ -2,6 +2,7 @@ #define OLDRELEASES_PAGE #include "head.t" +

      2.0 release notes.

      1.4 release notes.

      1.3 release notes.

      1.2 release notes. diff --git a/www/head.t b/www/head.t index fd63f12e90..48ed848641 100644 --- a/www/head.t +++ b/www/head.t @@ -40,6 +40,7 @@ feature requests
      bug reports
      patches
      +CVS
      linux driver

      @@ -48,13 +49,12 @@ -View CVS - -
      SourceForge.net Logo

      SourceForge.net Logo +

      diff --git a/www/history.t b/www/history.t index ca4a905355..439151d2d6 100644 --- a/www/history.t +++ b/www/history.t @@ -2,6 +2,15 @@ #define HISTORY_PAGE #include "head.t" +

      2003-05-09: The 400-file dir browser limit is gone. + +

      2003-05-03: Finally, FM Radio support for FM Recorder models! + +

      2003-04-23: The Rockbox Digest - track +Rockbox development. + +

      2003-04-15: Version 2.0 is released +

      2003-02-14: Matthew P. O'Reilly gave Linus an FM Recorder for his birthday! Linus had it for 2 hours before he took it apart and started drawing schematics... diff --git a/www/internals/index.t b/www/internals/index.t index c65904d8d5..9bcc8c0523 100644 --- a/www/internals/index.t +++ b/www/internals/index.t @@ -32,4 +32,8 @@ Roland's "undressed" archos:
      +

      + Sa'ad Saeed's tribute to Rockbox:
      + + #include "foot.t" diff --git a/www/internals/recorder.t b/www/internals/recorder.t index 9de1ecfe85..bcbf8019aa 100644 --- a/www/internals/recorder.t +++ b/www/internals/recorder.t @@ -24,5 +24,8 @@ Outside view of the MP3REAR board


      Inside view of the MP3REAR board +


      +The LCD + #include "foot.t" diff --git a/www/irc/index.t b/www/irc/index.t index dc5b3f3c77..5111431bf3 100644 --- a/www/irc/index.t +++ b/www/irc/index.t @@ -1,8 +1,8 @@ #define _PAGE_ IRC #include "head.t" -

      We often hang out on #rockbox over at irc.freenode.net -(freenode was once known as openprojects.net, see +

      We often hang out on #rockbox +over at irc.freenode.net (freenode was once known as openprojects.net, see their web site for more information). Since there is a great deal of technical discussion, we log these sessions for later reference. diff --git a/www/main.t b/www/main.t index b032213326..6b19a4e1f1 100644 --- a/www/main.t +++ b/www/main.t @@ -4,7 +4,7 @@ #include "head.t"

      Rockbox is an Open Source replacement firmware for the -Archos Jukebox 5000, 6000, Studio, Recorder and FM Recorder MP3 players. +Archos Jukebox 5000, 6000, Studio, Recorder, FM Recorder and Recorder V2 MP3 players.

      Rockbox is a complete rewrite and uses no fragments of the original firmware. It boasts numerous features while @@ -14,37 +14,15 @@ remaining easy to use. upgrade your ordinary Archos firmware.

      News

      -

      2003-07-09: Rockbox started from flash ROM works! +

      2003-12-04: Version 2.1 is released -

      2003-06-30: The plugin loader is now alive! +

      2003-07-09: Rockbox started from flash ROM works -

      2003-05-09: The 400-file dir browser limit is gone. - -

      2003-05-03: Finally, FM Radio support for FM Recorder models! - -

      2003-04-23: The Rockbox Digest - track -Rockbox development. - -

      2003-04-15: Version 2.0 is released +

      2003-06-30: The plugin loader is now alive

      (Old news items have moved to a separate page.) -

      Roadmap

      -

      This is a rough indication of which features we plan/expect/hope to be -included in which versions. Naturally, this is all subject to change without -notice. - -

      -
      Version 2.1 -
      Lots of features and fixes that were held off for 2.0 -
      Plugin loader, opening the door for a bucketful of new applications - -
      Version 2.2 -
      User interface overhaul - -
      -

      Recent CVS activity

      diff --git a/www/mods/a2.jpg b/www/mods/a2.jpg index 147f93aa90..914f349ef0 100644 Binary files a/www/mods/a2.jpg and b/www/mods/a2.jpg differ diff --git a/www/mods/disassemble2.t b/www/mods/disassemble2.t index 7cdbc636fa..9522db81ee 100644 --- a/www/mods/disassemble2.t +++ b/www/mods/disassemble2.t @@ -6,6 +6,8 @@


      Locate the three solder points where the top board is soldered to the frame. + +

      On some units the there are also two additional solder points (green circles) where the top board is soldered to the "MP3REAR" board.


      diff --git a/www/mods/index.t b/www/mods/index.t index 75ed0e5c91..bcb3dab8c9 100644 --- a/www/mods/index.t +++ b/www/mods/index.t @@ -27,6 +27,7 @@

    • Uwe Freese modified his recorder to be able to power-on from the RTC alarm. +
    • Steve Russell's PIC-based remote control

    diff --git a/www/style.css b/www/style.css index f46da7a404..a2ac15c0c5 100644 --- a/www/style.css +++ b/www/style.css @@ -20,7 +20,7 @@ H2 { font-size: 14pt; } -H3, div.h5 { +H3, div.h5, .newsdate { text-decoration: none; font-family: Verdana,Arial,Helvetica,sans-serif; font-style: normal; diff --git a/www/txt2html.pl b/www/txt2html.pl index 6e39e8dcaf..5a532cdead 100755 --- a/www/txt2html.pl +++ b/www/txt2html.pl @@ -9,7 +9,7 @@ sub fixline { $_ =~ s/\/>/g; - $_ =~ s/(http:\/\/([a-zA-Z0-9_.\#\/-]*)[^\) .\n])/\$1\<\/a\>/g; + $_ =~ s/(http:\/\/([a-zA-Z0-9_.\#\/-\?\&]*)[^\) .\n])/\$1\<\/a\>/g; $_ =~ s/(\\|\/)$/$1 /g; # clobber backslash on end of line } -- cgit v1.2.3