From 3147b085bd521f509dc5fc1fcd3a38ae4eb97cf6 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 1 Oct 2004 06:17:18 +0000 Subject: Minor changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5138 a1c6a512-1295-4272-9138-f99709370657 --- www/Makefile | 5 ++++- www/daily.t | 27 +++++++-------------------- www/dailymod.pl | 43 ++++++++++++++++++++++++++----------------- www/dailysrc.pl | 2 ++ www/irc/nicks.txt | 1 + www/style.css | 21 +++++++++++++-------- 6 files changed, 53 insertions(+), 46 deletions(-) diff --git a/www/Makefile b/www/Makefile index 012fd091f9..b1a971a382 100644 --- a/www/Makefile +++ b/www/Makefile @@ -13,7 +13,7 @@ OBJS := $(SRC:%.t=%.html) $(SOBJS) %.shtml : %.t $(ACTION) $< -all: $(OBJS) +all: $(OBJS) head.tmpl @(cd schematics; $(MAKE)) @(cd docs; $(MAKE)) @(cd mods; $(MAKE)) @@ -30,6 +30,9 @@ all: $(OBJS) @(cd screenshots; $(MAKE)) @(cd digest; $(MAKE)) +head.tmpl: head.t + $(ACTION) -DTWIKI $< + main.html: main.t activity.html main.shtml: main.t activity.html diff --git a/www/daily.t b/www/daily.t index 57c3e8a27f..28e5cc156a 100644 --- a/www/daily.t +++ b/www/daily.t @@ -3,24 +3,16 @@

Daily builds for different models

-

These are automated daily builds of the code in CVS. They contain all the latest features. They may also contain bugs and/or undocumented changes... :-) -The top line is the latest. +

These are automated daily builds of the code in CVS. They contain all the +latest features. They may also contain bugs and/or undocumented changes... identify your model

-#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

-

Please also look at the documentation for do-it-yourselfers. +

Please also look at the documentation for do-it-yourselfers. @@ -46,10 +38,6 @@ The batch timestamp is GMT. Player debug (rocks)
-Player simulator (linux) -(rocks)
-Player simulator (win32) -(rocks)
Recorder @@ -58,10 +46,9 @@ The batch timestamp is GMT. Recorder debug (rocks)
-Recorder simulator (linux) -(rocks)
-Recorder simulator (win32) -(rocks)
+Ondio SP +Ondio FM + FM Recorder @@ -74,6 +61,6 @@ The batch timestamp is GMT.

-How to use CVS. +How to use CVS. #include "foot.t" diff --git a/www/dailymod.pl b/www/dailymod.pl index a02e6be1b8..eafbf0c979 100755 --- a/www/dailymod.pl +++ b/www/dailymod.pl @@ -1,13 +1,14 @@ #!/usr/bin/perl +require "rockbox.pm"; + my $basedir = "/home/dast/rockbox-build/daily-build"; -my @list=("player", "recorder", "fmrecorder", "recorderv2", "recorder8mb"); +my @list=("player", "recorder", "fmrecorder", "recorderv2", "recorder8mb", "fmrecorder8mb"); for(@list) { my $dir = $_; - opendir(DIR, "$basedir/$dir") or - die "Can't opendir($basedir/$dir)"; + opendir(DIR, "$basedir/$dir") or next; my @files = sort grep { /^rockbox/ } readdir(DIR); closedir DIR; @@ -17,15 +18,11 @@ for(@list) { } } -print "\n"; - -if (0) { - print ""; - - for(@list) { - print ""; - } -} +$color1 = 0xc6; +$color2 = 0xd6; +$color3 = 0xf5; +$font1 = ""; +$font2 = ""; for(reverse sort keys %date) { my $d = $_; @@ -33,21 +30,33 @@ for(reverse sort keys %date) { if($d =~ /(\d\d\d\d)(\d\d)(\d\d)/) { $nice = "$1-$2-$3"; } - print "\n"; + $col = sprintf("style=\"background-color: #%02x%02x%02x\"", + $color1, $color2, $color3); + print "

Download daily build

\n"; + print "
date$_
$nice
\n"; + + $color1 -= 0x18; + $color2 -= 0x18; + $color3 -= 0x18; for(@list) { my $n=0; my $m = $_; - print ""; + print "$font2

old versions\n"; } - print "

\n" + printf ""; + print "\n"; + $font1 = $font2 = ""; + last; } print "
"; + printf "$font1$m$font2

"; # new-style full zip: if( -f "daily/$m/rockbox-${m}-${d}.zip") { - printf "%s${m}", + printf "%slatest", $n?", ":""; $n++; } - print "
${font1}windows installer$font2

"; + print "latest", + "

old versions

\n"; diff --git a/www/dailysrc.pl b/www/dailysrc.pl index d4e53ea922..1fa1f8ac22 100755 --- a/www/dailysrc.pl +++ b/www/dailysrc.pl @@ -20,6 +20,8 @@ for ( sort {$b <=> $a} @tarballs ) { } } print "

  • $_ ($size bytes) $log\n"; + print "
  • old versions\n"; + last; } print "\n"; diff --git a/www/irc/nicks.txt b/www/irc/nicks.txt index 3c3d7c772e..257ead4397 100644 --- a/www/irc/nicks.txt +++ b/www/irc/nicks.txt @@ -25,3 +25,4 @@ Quelsaruk => Jose Maria Garcia-Valdecasas Bernal amiconn => Jens Arnold mattzz => Matthias Wientapper pfavr => Peter Favrholdt +[av]bani => Dan Hollis diff --git a/www/style.css b/www/style.css index b0e476a0b0..225be8d171 100644 --- a/www/style.css +++ b/www/style.css @@ -6,34 +6,39 @@ BODY { H1 { text-decoration: none; - font-family: Verdana,Arial,Helvetica,sans-serif; + font-family: sans-serif; font-style: normal; font-weight: bold; - font-size: 20pt; + font-size: 150%; } H2 { text-decoration: none; - font-family: Verdana,Arial,Helvetica,sans-serif; + font-family: sans-serif; font-style: normal; font-weight: bold; - font-size: 14pt; + font-size: 130%; } H3, div.h5, .newsdate { text-decoration: none; - font-family: Verdana,Arial,Helvetica,sans-serif; + font-family: sans-serif; font-style: normal; font-weight: bold; - font-size: 12pt; + font-size: 110%; } BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT { text-decoration: none; - font-family: Verdana,Arial,Helvetica,sans-serif; + font-family: sans-serif; font-style: normal; - font-size: 10pt; +# font-size: 95%; + font-size: 13px; +} + +LI { + margin-top: 3px; } P.ind { -- cgit v1.2.3