README (1277B)
1 ███████╗████████╗ █████╗ ███╗ ███╗ █████╗ ██╗██╗ 2 ██╔════╝╚══██╔══╝██╔══██╗████╗ ████║██╔══██╗██║██║ 3 ███████╗ ██║ ███████║██╔████╔██║███████║██║██║ 4 ╚════██║ ██║ ██╔══██║██║╚██╔╝██║██╔══██║██║██║ 5 ███████║ ██║ ██║ ██║██║ ╚═╝ ██║██║ ██║██║███████╗ 6 ╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚══════╝ 7 8 stamail 9 ======= 10 11 A static site generator for mailing list archives stored as mbox, mdir, or any 12 other format that you can convert into those two. Work in progress, with a 13 goal of a functioning and complete program soon. 14 15 16 Usage: 17 18 notmuch show --format=sexp '*' | ./stamail 19 20 TODO 21 ---- 22 23 Eventually wrap with a mb2md option script. 24 25 Need to create a nicer way to intitialize, starting from MBOX, MDIR, and IMAP. 26