Re: [Mailman-Users] Displaying # of msgs in the archive TOC

2003-07-08 Thread Sean Adams
Here's an utterly filthy perl hack to go back and put the numbers in after the archives are generated: Don't have time to learn python right now. :) Just put [n_%(archive)s] in the archtocentry.html template where you want it to appear, then call this script at the end of bin/arch. #!/usr/bin

[Mailman-Users] Displaying # of msgs in the archive TOC

2003-07-08 Thread Sean Adams
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