Commit Diff
Commit:
7067473a26a54b54c145c4faa2507415faa07e0b
From:
Omar Polo <op@omarpolo.com>
Date:
Wed Aug 24 16:45:51 2022 UTC
Message:
grammar and clarifications
commit - 5f54ec1a3ce64648427d973aa895e00213f99a1c
commit + 7067473a26a54b54c145c4faa2507415faa07e0b
blob - 3a0724c299e7f42a9b396a770186e9cb5b0a9271
blob + 340699ee1c2aae6612553ead25fbd98dee87ff1b
--- README
+++ README
@@ -14,14 +14,15 @@ The makefile use mlist(1) to gather all the mail of th
How it works
------------
-The makefile use mlist(1) to gather all the mail of the mailing list,
-mthread(1) to arrange them in threads and mscan(1) to parse them.
+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:
- 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.
+ 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.
- mkindex: generates the index and threads page.
Omar Polo