about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-09 15:53:40 -0500
committerJune McEnroe <june@causal.agency>2020-12-09 15:53:40 -0500
commitd08e779d6b45f0ae9b94500c9cdd292ef868270d (patch)
tree54c8c49b68a92634bb07cb94cf9321c602a79e71
parentHandle mail with no trailing newline correctly (diff)
downloadbubger-d08e779d6b45f0ae9b94500c9cdd292ef868270d.tar.gz
bubger-d08e779d6b45f0ae9b94500c9cdd292ef868270d.zip
Add FILES section to README
-rw-r--r--README.734
1 files changed, 33 insertions, 1 deletions
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 .
-highlight'> 2019-09-27Fail on HTTP failure status in titleJune McEnroe 2019-09-23Add Trail of LightningJune McEnroe 2019-09-22Revert "Enable cookies in title"June McEnroe This reverts commit 3231fe21d3b389448c9a5ca7b4c91fdd25c9e677. 2019-09-20Enable cookies in titleJune McEnroe Perhaps this will make it less suspicious to Google. Who knows. 2019-09-16Use sensitivity aliases in TF2June McEnroe 2019-09-16Add The Just CityJune McEnroe 2019-09-12Only GET the final redirect locationJune McEnroe 2019-09-12Consume entire bodyJune McEnroe Aborting the request and leaving data around may be causing intermittent errors. Just discard the rest of the data. 2019-09-10Add title -v flagJune McEnroe 2019-09-10Use curl error bufferJune McEnroe 2019-09-10Set Accept-Encoding in titleJune McEnroe Because apparently it's fine for servers to respond with Content-Encoding you didn't ask for, and curl won't decode it if you didn't ask for it. 2019-09-08Set title User-AgentJune McEnroe Some things don't like you if you don't send one. 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe Allows restarting consumers safely. 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe Oops, didn't see this. 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe