Friends, I have a curious question. How do I go about setting up a web based post archive using my version of smartlist? Thanks, --Mike Tripp
On Sun, Oct 01, 2000 at 03:40:13PM -0400, MIke Tripp wrote:
I have a curious question. How do I go about setting up a web based post archive using my version of smartlist?
First pick your web archive. I tend to use MHonArc. Then make each message available to the web archive - perhaps by an rc.local.* file, or by a cron-job scan of the archive/latest directory if the list is sufficiently low in volume. I don't have an example handy, but when I set this up myself it only took a few minutes to work out the details. Cheers, Roger
I have a curious question. How do I go about setting up a web based post archive using my version of smartlist?
Get something like mhonarc or hypermail and add the appropriate commands to rc.local.s20 mhonarc see http://www.mhonarc.org hypermail see http://www.landfield.com/hypermail/ My addition for mhonarc in the rc.local.s20 file is: listdir=/home/slist mhonarc=/usr/local/bin/mhonarc list=listname weblist=/directory/of/website # # Send message to web archive # :0 cw | $mhonarc -add -quiet -rcfile $listdir/$list/mhonarc.rc \ -outdir $weblist/$list # #
participants (3)
-
Doug Hall
-
MIke Tripp
-
Roger Burton West