From d08e779d6b45f0ae9b94500c9cdd292ef868270d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 9 Dec 2020 15:53:40 -0500 Subject: Add FILES section to README --- README.7 | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'README.7') diff --git a/README.7 b/README.7 index cb4d61a..95d9715 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd May 1, 2020 +.Dd December 9, 2020 .Dt README 7 .Os "Causal Agency" . @@ -23,6 +23,38 @@ targets and requires LibreSSL .Pq Fl ltls . . +.Sh FILES +.Bl -tag -width "getservinfo.c" -compact +.It Pa archive.h +data structures and inline functions +.It Pa archive.c +main control flow +.It Pa imap.h +IMAP data structures +.It Pa imap.c +IMAP parsing +.It Pa parse.c +message structure parsing +.It Pa decode.c +content transfer decoding +.It Pa template.c +string templating and escaping +.It Pa atom.c +Atom feed generation +.It Pa html.c +HTML generation +.It Pa mbox.c +mbox generation +.It Pa export.c +message export +.It Pa concat.c +thread concatenation +.It Pa getservinfo.c +SRV record lookup +.It Pa stylesheet.c +default stylesheet +.El +. .Sh CONTRIBUTING The upstream URL of this project is .Aq Lk https://git.causal.agency/bubger . -- cgit 1.4.1