smarc

static web mail archive generator

smarc is a collection of scripts to generate a static mail archive from a Maildir; originally intended to provide a public web interface for the Game of Trees mailing list archive, but it's now flexible enough to be used for other lists as well.

smarc itself depends on perl and mblaze, the optional web search component on libevent and sqlite3.

Documentation:

Building

$ ftp https://ftp.omarpolo.com/smarc-0.4.tar.gz
$ tar xzf smarc-0.4.tar.gz
$ cd smarc-0.4
$ ./configure
$ make
# make install

or fetch the code with git

Integrity of the downloaded data can be verified with signify(1) using the smarc-0.4.sha256.sig signature file.

$ signify -C -p smarc-03.pub -x smarc-0.4.sha256.sig
Signature Verified
smarc-0.4.tar.gz: OK

The signify key for the 0.4 release (smarc-03.pub) is:

untrusted comment: signify public key
RWSXiDetrDZbVpk8k4oqo6gAwzMWnK+nK8acjrztjlS6JJEzAnMRiPAI

Signature for all the previous and for the next release can be found in the keys subdirectory.

Git tags are signed with the following ssh key:

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ0nD5I8BNVJknT87gnpLIJWK0fXTayDktQOlS38CGj4 op@omarpolo.com