summary refs log tree commit diff
path: root/txt
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-11-26 20:05:29 -0500
committerJune McEnroe <june@causal.agency>2020-11-26 20:05:29 -0500
commit7d8f54b2481c2a1c3e265c1d4aa51d620f995070 (patch)
tree1aeca92a87b1cad24a722188f753ef8f829c7f63 /txt
parentAdd "Come On Petunia" (diff)
downloadsrc-7d8f54b2481c2a1c3e265c1d4aa51d620f995070.tar.gz
src-7d8f54b2481c2a1c3e265c1d4aa51d620f995070.zip
Update plan with different things I won't do
Diffstat (limited to 'txt')
-rw-r--r--txt/plan.756
1 files changed, 10 insertions, 46 deletions
diff --git a/txt/plan.7 b/txt/plan.7
index fbc10890..5fb8eec1 100644
--- a/txt/plan.7
+++ b/txt/plan.7
@@ -1,4 +1,4 @@
-.Dd August 28, 2020
+.Dd November 26, 2020
 .Dt PLAN 7
 .Os "Causal Agency"
 .
@@ -33,49 +33,13 @@ it seems I can't be bothered
 implementing all the parts of this
 .El
 .
-.Ss feeds to IMAP
-.Bl -bullet -compact
-.It
-convert Atom/RSS feed entries into Internet Messages
-.It
-Message-Id derived from entry IDs
-.It
-append messages to a mailbox for each feed
-.It
-use
-.Ql <link rel="alternate" type="application/mbox">
-if available
-(bubger does this, convince public-inbox to?)
-.El
+.Ss getaddrinfo with SRV
+wrap
+.Xr getaddrinfo 3
+with
+.Xr res_query 3
+SRV lookup
 .
-.Ss litterbox link indexer
-.Bl -bullet -compact
-.It
-scrape links from messages in
-.Xr litterbox 1
-.It
-index text in contentless FTS table
-.It
-simple HTML parser to extract text nodes, skipping
-.Sy <script>
-and
-.Sy <style>
-.El
-.
-.Ss Password non-manager
-.Bl -bullet -compact
-.It
-password reset flow automation
-.It
-sets random password and leaves it in clipboard
-.It
-modules for each service to handle:
-.Bl -enum -compact
-.It
-submitting forgot password form
-.It
-extracting token from email
-.It
-submitting password reset form
-.El
-.El
+.Ss code reuse
+discover some method of sharing code
+that isn't awful