From b68759a1db0beada4852038708b25cfee207a75d Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 27 Aug 2002 09:34:07 +0000 Subject: Updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1996 a1c6a512-1295-4272-9138-f99709370657 --- www/daily.t | 4 ++-- www/dailysrc.pl | 8 +++----- www/history.t | 2 +- www/style.css | 13 +++++++++++++ 4 files changed, 19 insertions(+), 8 deletions(-) (limited to 'www') diff --git a/www/daily.t b/www/daily.t index 011f8b8f98..64ff2f7b67 100644 --- a/www/daily.t +++ b/www/daily.t @@ -17,9 +17,9 @@ describing how to compile Rockbox

Target builds

These are automated daily builds of the CVS code. -They are not official releases, they are in fact almost guaranteed to not work properly! +They are not official releases and are in fact almost guaranteed to contain bugs! -

These builds are discussed in IRC only. DO NOT FILE BUG REPORTS FOR THEM! +

These builds are discussed in IRC or mail only. DO NOT FILE BUG REPORTS FOR THEM!

There are three versions of each build: diff --git a/www/dailysrc.pl b/www/dailysrc.pl index 71f49c8423..25495d557c 100755 --- a/www/dailysrc.pl +++ b/www/dailysrc.pl @@ -15,13 +15,11 @@ for ( @tarballs ) { if (/-(\d+)/) { $date = $1; if ( -f "$basedir/changes-$date.txt") { - $log = "Changelog"; - } - elsif ( -f "$basedir/changes-$date.log") { - $log = "Changelog"; + $lines = `grep "Number of changes:" $basedir/changes-$date.txt | cut "-d " -f4` + 0; + $log = "Changelog ($lines changes)"; } } - print "

  • $_ ($size bytes) $log\n"; + print "
  • $_ ($size bytes) $log\n"; } print "\n"; diff --git a/www/history.t b/www/history.t index 455f1f5e18..6932cdc4c2 100644 --- a/www/history.t +++ b/www/history.t @@ -41,7 +41,7 @@ If you like living on the edge, here are daily builds.

    2002-04-11: The Recorder charset has been mapped.

    2002-03-28: Lots of new stuff on the web page: -faq, +faq, irc logs, tools and photos. diff --git a/www/style.css b/www/style.css index 4c624a3841..20af1941ac 100644 --- a/www/style.css +++ b/www/style.css @@ -73,6 +73,19 @@ A { background-color: #ff8080; } +.faqq { + font-weight: bold; +} + +.faqa { + margin-left: 2em; +} + +PRE { + font-size: 9pt; +} + + .changetable, .bugs, .dailymod, .buildstatus, .archive { border: outset 2px #ffffff; } -- cgit v1.2.3