diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-12-12 17:21:18 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-12-14 22:01:40 -0500 |
commit | 266f4169cc42f546830aa97a86babc0a043a04e1 (patch) | |
tree | 8ef651b1beef7a505f13f4660588df07a3907e7f | |
parent | e519aa44d148d5b8f22d7fe8844dc566046b04c2 (diff) | |
download | piem-266f4169cc42f546830aa97a86babc0a043a04e1.tar.gz |
README: Mention b4 and lei
piem leans on b4 heavily, so it deserves a pointer in the README.
Plus, the next patch will mention b4 when it describes mailscripts,
and it seems a bit odd for that to be the only mention.
And lei wasn't a thing when this README was written, but it's
certainly worth highlighting now.
Message-Id: <20211212222119.124669-2-kyle@kyleam.com>
-rw-r--r-- | README | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -5,9 +5,15 @@ piem --- Emacs tools and glue for working with public-inbox archives This project is currently in the early stages of development. In general, anything that relates to interacting with public-inbox (https://public-inbox.org/README) archives from Emacs is worth -considering, at least at this point. Much of the current -functionality focuses on mapping public-inbox endpoints (email, nntp, -http, rss) to associated code repositories in order to apply patches. +considering, at least at this point. + +Much of the current functionality focuses on mapping public-inbox +endpoints (email, nntp, http, rss) to associated code repositories in +order to apply patches, including integration with b4-am to extract +and process patches (https://git.kernel.org/pub/scm/utils/b4/b4.git). +Upcoming development will largely focus on extending the very basic +support public-inbox's local email interface (lei). + Documentation is available online at https://docs.kyleam.com/piem/ |