commit 5778493904358a0a5e251212ad8f954178d5f1df from: Omar Polo date: Thu Aug 25 08:59:42 2022 UTC update the README commit - 27363023e413886fbe0851562fd1f02be2467d98 commit + 5778493904358a0a5e251212ad8f954178d5f1df blob - 340699ee1c2aae6612553ead25fbd98dee87ff1b blob + ba4e3babd277e204a4c66fe120d8ce4e6608c8ba --- README +++ README @@ -17,13 +17,16 @@ How it works The makefile uses mlist(1) to gather all the mail of the mailing list, mthread(1) for threading and mscan(1) for parsing. -Then, two custom scripts are called in the same pipeline: +Then, three custom scripts are called:: - mexp: creates a separate HTML page for each mail, as well as the raw message/body parts and the attachments. It's the heaviest part of the pipeline. If a message appears to have already been exported, it will be skipped to save some time. + - pe: (parallelized export) since mexp is slow, attemps to run N mexp + processes in parallel and dispatch threads to them. + - mkindex: generates the index and threads page.