[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [mlmmj] List archive howto?


On Wed, Aug 18, 2010 at 04:33, Morgan Gangwere <0.fractalus@xxxxxxxxx> wrote:
> Howdy y'all
>
> I'm kinda curious as to what is used for the archiving of the mailing list?

We're using hypermail to create the webarchive. I have also made my
own script to control the use of hypermail.

> I've got my own list set up and I'm pouring through the documentation
> looking for what actually generates the html. Any help?
>

I've attached my script, it is a cli php script

I also have a script to use it which is cleaning up after hypermail:
#!/bin/bash
/usr/local/bin/wwwmmm
find /var/www/mlmmj.org/archive -type d -exec chmod ug=rwx,o=x {} \;
find /var/www/mlmmj.org/archive -type f -exec chmod ug=rw,o=r {} \;

--Wolf

Attachment: wwwmmm
Description: Binary data


References:
[mlmmj] List archive howto?Morgan Gangwere <0.fractalus@xxxxxxxxx>