summaryrefslogtreecommitdiff
path: root/www/irc
diff options
context:
space:
mode:
Diffstat (limited to 'www/irc')
-rwxr-xr-xwww/irc/irclogs.pl9
-rw-r--r--www/irc/nicks.txt1
2 files changed, 5 insertions, 5 deletions
diff --git a/www/irc/irclogs.pl b/www/irc/irclogs.pl
index e04e28b053..d020c634e1 100755
--- a/www/irc/irclogs.pl
+++ b/www/irc/irclogs.pl
@@ -7,7 +7,7 @@ opendir(DIR, ".") or
7@logs = sort grep { /^rockbox-/ } readdir(DIR); 7@logs = sort grep { /^rockbox-/ } readdir(DIR);
8closedir DIR; 8closedir DIR;
9 9
10print "<table><tr valign=top>\n"; 10print "<table class=archive>\n";
11 11
12$lasty = 0; 12$lasty = 0;
13$lastm = 0; 13$lastm = 0;
@@ -23,17 +23,16 @@ for ( @logs ) {
23 $d = $3; 23 $d = $3;
24 $mname = ucfirst MonthNameEng($m); 24 $mname = ucfirst MonthNameEng($m);
25 if ( $m != $lastm ) { 25 if ( $m != $lastm ) {
26 print "</ul></td>\n" if $lastm != 0; 26 print "</tr><tr>\n" if $lastm != 0;
27# if ( $m % 6 == 0 ) { 27# if ( $m % 6 == 0 ) {
28# print "</tr><tr valign=top>\n"; 28# print "</tr><tr valign=top>\n";
29# } 29# }
30 print "<td align=\"right\"><b>$mname $y</b>\n"; 30 print "<th>$mname</th>\n";
31 print "<ul>\n";
32 $lastm = $m; 31 $lastm = $m;
33 } 32 }
34# $lines = `wc -l $file` + 0; 33# $lines = `wc -l $file` + 0;
35# print "<li><a test href=\"$file\">$mname $d</a> <small>($lines lines)</small>\n"; 34# print "<li><a test href=\"$file\">$mname $d</a> <small>($lines lines)</small>\n";
36 print "<li><a test href=\"$file\">$mname $d</a>\n"; 35 print "<td><a test href=\"$file\">$d</a></td>\n";
37 } 36 }
38 } 37 }
39 #print "<li><a href=\"daily/$_\">$_</a> ($size bytes) $log\n"; 38 #print "<li><a href=\"daily/$_\">$_</a> ($size bytes) $log\n";
diff --git a/www/irc/nicks.txt b/www/irc/nicks.txt
index e481518b53..3b09a40d81 100644
--- a/www/irc/nicks.txt
+++ b/www/irc/nicks.txt
@@ -12,3 +12,4 @@ elinenbe => Eric Linenberg
12dwihno => Magnus Öman 12dwihno => Magnus Öman
13Ironi => Tom Cvitan 13Ironi => Tom Cvitan
14notch => Nick Robinson 14notch => Nick Robinson
15Merwin => Justin Heiner