summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e04e28b..d020c63 100755
--- a/www/irc/irclogs.pl
+++ b/www/irc/irclogs.pl
@@ -7,7 +7,7 @@ opendir(DIR, ".") or
@logs = sort grep { /^rockbox-/ } readdir(DIR);
closedir DIR;
-print "<table><tr valign=top>\n";
+print "<table class=archive>\n";
$lasty = 0;
$lastm = 0;
@@ -23,17 +23,16 @@ for ( @logs ) {
$d = $3;
$mname = ucfirst MonthNameEng($m);
if ( $m != $lastm ) {
- print "</ul></td>\n" if $lastm != 0;
+ print "</tr><tr>\n" if $lastm != 0;
# if ( $m % 6 == 0 ) {
# print "</tr><tr valign=top>\n";
# }
- print "<td align=\"right\"><b>$mname $y</b>\n";
- print "<ul>\n";
+ print "<th>$mname</th>\n";
$lastm = $m;
}
# $lines = `wc -l $file` + 0;
# print "<li><a test href=\"$file\">$mname $d</a> <small>($lines lines)</small>\n";
- print "<li><a test href=\"$file\">$mname $d</a>\n";
+ print "<td><a test href=\"$file\">$d</a></td>\n";
}
}
#print "<li><a href=\"daily/$_\">$_</a> ($size bytes) $log\n";
diff --git a/www/irc/nicks.txt b/www/irc/nicks.txt
index e481518..3b09a40 100644
--- a/www/irc/nicks.txt
+++ b/www/irc/nicks.txt
@@ -12,3 +12,4 @@ elinenbe => Eric Linenberg
dwihno => Magnus Öman
Ironi => Tom Cvitan
notch => Nick Robinson
+Merwin => Justin Heiner