From 2042c50b8b09dc221bbe951a90330656edaa0475 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 23 Sep 2002 05:19:11 +0000 Subject: Updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2367 a1c6a512-1295-4272-9138-f99709370657 --- www/Makefile | 7 +++---- www/foot.t | 2 +- www/head.t | 4 ++-- www/history.t | 6 ++++++ www/irc/irclogs.pl | 6 ++++++ www/main.t | 17 +++++++---------- www/style.css | 4 ++-- 7 files changed, 27 insertions(+), 19 deletions(-) (limited to 'www') diff --git a/www/Makefile b/www/Makefile index e1bade1d94..24fd9545cc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,7 +1,9 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@ SRC := $(wildcard *.t) -OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html status.shtml +SOBJS := daily.shtml main.shtml index.shtml status.shtml \ + bugs.shtml requests.shtml +OBJS := $(SRC:%.t=%.html) $(SOBJS) .SUFFIXES: .t .html @@ -33,8 +35,5 @@ index.shtml: main.shtml daily.shtml: daily.t -bugs.html: - perl getbugs.pl > bugs.html - clean: find . -name "*html" | xargs rm diff --git a/www/foot.t b/www/foot.t index 101f9a29c4..4061ba58dd 100644 --- a/www/foot.t +++ b/www/foot.t @@ -1,5 +1,5 @@
-Page was last modified __DATE__ Björn Stenberg +Page was last modified __FILE_DATE__ Björn Stenberg diff --git a/www/head.t b/www/head.t index ee2a978f9a..e802b39866 100644 --- a/www/head.t +++ b/www/head.t @@ -43,8 +43,8 @@ daily builds
CVS
sourceforge
-bug reports
-feature requests
+bug reports
+feature requests
linux driver
diff --git a/www/history.t b/www/history.t index b0498f11ce..6198f3b96c 100644 --- a/www/history.t +++ b/www/history.t @@ -2,6 +2,12 @@ #define HISTORY_PAGE #include "head.t" +

2002-08-09: Version 1.2 is released. Download it here. + +

2002-08-06: Web site moved to new domain: rockbox.haxx.se. + +

2002-08-06: Battery charging added for the Recorders (players have hardware charging). +

2002-08-02: Rockbox T-Shirt Design Contest

2002-07-28: Configuration saving implemented for all models. Experimental saving to disk diff --git a/www/irc/irclogs.pl b/www/irc/irclogs.pl index d020c634e1..cf69d2cfb7 100755 --- a/www/irc/irclogs.pl +++ b/www/irc/irclogs.pl @@ -11,6 +11,7 @@ print "\n"; $lasty = 0; $lastm = 0; +$count = 0; for ( @logs ) { $size = (stat("$_"))[7]; @@ -23,6 +24,7 @@ for ( @logs ) { $d = $3; $mname = ucfirst MonthNameEng($m); if ( $m != $lastm ) { + $count=0; print "\n" if $lastm != 0; # if ( $m % 6 == 0 ) { # print "\n"; @@ -33,6 +35,10 @@ for ( @logs ) { # $lines = `wc -l $file` + 0; # print "
  • $mname $d ($lines lines)\n"; print "
  • \n"; + if ( ++$count > 15 ) { + print "\n"; + $count=0; + } } } #print "
  • $_ ($size bytes) $log\n"; diff --git a/www/main.t b/www/main.t index 8579fc4600..e2453440a2 100644 --- a/www/main.t +++ b/www/main.t @@ -10,6 +10,9 @@ firmware for the Archos Jukebox 5000, 6000, Studio and R

    News

    +

    2002-09-19: We now support multiple languages. You can help by translating Rockbox to your language. No programming skills required. +See instructions here +

    2002-09-13: We took a big step and converted to an entirely new font system for the Recorder. Please bear with us as we smoothen out the initial quirks.

    2002-09-03: ROLO, the Rockbox Loader has been integrated into the CVS, allowing Archos or other Rockbox firmware being loaded by simply selecting the file! @@ -18,12 +21,6 @@ firmware for the Archos Jukebox 5000, 6000, Studio and R

    2002-08-28: Version 1.3 is released. Go fetch. -

    2002-08-09: Version 1.2 is released. Download it here. - -

    2002-08-06: Web site moved to new domain: rockbox.haxx.se. - -

    2002-08-06: Battery charging added for the Recorders (players have hardware charging). -

    (Old news items have moved to a separate page.) @@ -33,7 +30,7 @@ firmware for the Archos Jukebox 5000, 6000, Studio and R

    Open bug reports

    - + Note: Don't file bug reports on daily builds. They are work in progress.

    Roadmap

    @@ -43,9 +40,9 @@ notice.
    Version 1.4 -
    Autobuild playlists, Recording, Loadable fonts, Customizable WPS, Firmware loading (ROLO) -
    Version 1.5 -
    File/directory management +
    Loadable fonts, Customizable WPS, Firmware loading (ROLO) +
    Version 2.0 +
    Recording, Autobuild playlists, File/directory management

    About the hardware

    diff --git a/www/style.css b/www/style.css index 20af1941ac..2f8631c816 100644 --- a/www/style.css +++ b/www/style.css @@ -86,7 +86,7 @@ PRE { } -.changetable, .bugs, .dailymod, .buildstatus, .archive { +.changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable { border: outset 2px #ffffff; } @@ -94,7 +94,7 @@ PRE { vertical-align: top; } -.changetable td, .bugs td, .archive td { +.changetable td, .bugs td, .requests td, .archive td, .buttontable td { background-color: #c6d6f5; padding: 4px; } -- cgit v1.2.3
  • $d