Goddbye, and good riddance! Osirusoft was an evil operation, and I'm
glad to see them gone.
There was heated discussion last night on Slashdot, in case anyone is
interested:
http://slashdot.org/article.pl?sid=03/08/27/
0214238&mode=thread&tid=111&tid=126
On Wednesday, August 27, 2003, at
$base/$list/index.html";
$toc=join('',);
foreach $month (keys(%n)) {
$toc=~s/\[n_$month\]/$n{$month}/g;
}
open TOC, ">$base/$list/index.html";
print TOC $toc;
}
On Tuesday, July 8, 2003, at 01:44 PM, Sean Adams wr
I'm setting up a new mailman server, and I thought a nice touch would
be to show the number of messages for each month in the archive index.
I see that there is a %(size)s template variable when viewing the
index, but it does not apply in the TOC. Can anyone suggest a quick
hack for a non-pytho