Blob


1 SMARC -- static web mail archive generator
2 ==========================================
4 A collection of scripts to generate a static mail archive from a
5 Maildir; originally intended to provide a public web interface for the
6 Game of Trees mailing list, now flexible enough to be used for other
7 lists.
9 The static site generator depends on perl and mblaze, the web search
10 component on libevent and sqlite3.
13 How it works
14 ------------
16 smarc(1) incrementally generate a set of static files from a maildir,
17 smingest(1) and msearchd(8) are used to populate an sqlite3 database to
18 provide a web-based full text search on all the mails.
20 smarc(7) documents the step needed for a first setup, how to operate
21 it and tips for generating multiple archives.
24 License
25 -------
27 smarc, smingest and msearchd are released in the public domain. The
28 configure script loosely based on oconfigure and is released under the
29 terms of ISC license. Some OpenBSD-compats are included to build on
30 multiple platforms, these are released under a BSD-style license.
31 See the first lines of each file for the copyright owners.