mlmmj-archivist
A shell script for creating web archives for mlmmj mailing lists. Mlmmj-archivist generates the web archives for the public mailing lists.
Dependency:
we need few packages to run this script \
MHonArc.\
rsync.\
coreutils\
also basic UNIX utilities: awk, cat, date, grep, install, sed and, of course, sh.
Installation\
$git clone https://github.com/eellak/mlmmj-archivist.git\
$cd mlmmj-archivist\
$sed -i -e "s:date --date:gdate --date:g" mlmmj-archivist.sh\
what it does:\
to run mlmmj-archivist on OpenBSD, GNU date needed. We will replace date in the script with gdate.
$make install
After completing the installation you should copy the configuration files mlmmj-archivist.conf.sample to mlmmj-archivist.conf,
and mhonarc.mrc.sample to mhonarc.mrc, and tweak to your preference, prior to running the script. Both of the files can be found in /etc/mlmmj-archivist. ( well after installation ).
In mlmmj-archivist.conf change the following lines as your configuration. Dont forget to change the example.org domain to your actual domain.\