From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:aacc::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id aBchFLraHmDjRQAAsNZ9tg (envelope-from ); Sat, 06 Feb 2021 18:06:50 +0000 Received: from out2.migadu.com ([2001:41d0:2:aacc::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id uFnVBLjaHmDlMgAA1q6Kng (envelope-from ); Sat, 06 Feb 2021 18:06:48 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1612634807; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gPzgKPmYu1RG8D6IJ4ageldmZtcrXtXI5RfrQyFT8js=; b=nXf29OEGaCLHiSaMq/f9aEDO0WY7yErkq31xopl6owdiFBx6lRNhfuYvMwrtls+U+8vHJs agTweueTdXVJWAOVxE9EmDFlhP+7BRqS+Vr6YNEKhyipvcdu1SSZbR3r9QV6YAlCfWUOat U2esHptbZCTBCf/YFuGXbXDowYfkcGcQB6ja5qTf+akf3TTUFrQk/DHZVe+WY0DS0DWi+a hKFL8k7jaEbDFPQGZq5u90WbfoiQSqFhSDcQ/QwnpiUhzy/CFVklGNFrkMMsJfblI96GLC yNYDjZ+CFj+gL7QFZLkNnjMukTBu6rDU3Bxsi8m7ZwG4HCkQQ9J4AhCJ04MuJQ== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: [PATCH 3/3] manual: Add a "Related projects and tools" section Date: Sat, 6 Feb 2021 13:06:30 -0500 Message-Id: <20210206180630.3676-4-kyle@kyleam.com> In-Reply-To: <20210206180630.3676-1-kyle@kyleam.com> References: <20210206180630.3676-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-TUID: TBQbI3ORyAxd --- piem.texi | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/piem.texi b/piem.texi index bb5c684..e7b4b32 100644 --- a/piem.texi +++ b/piem.texi @@ -50,6 +50,7 @@ Top * Applying patches:: * Injecting messages into a Maildir directory:: * Contributing:: +* Related projects and tools:: Appendices * GNU Free Documentation License:: The license for this documentation. @@ -492,6 +493,52 @@ Contributing @end itemize + +@node Related projects and tools +@chapter Related projects and tools + +Here's a (short and incomplete) list of tools that you, as someone that +cared to look at piem's manual, may be interested in---things that +either have some connection to public-inbox or to using an email-based +development workflow in Emacs. Corrections and additions are welcome. + +@itemize + +@item +git-email provides an Emacs interface for preparing and sending patches. + +@url{https://sr.ht/~yoctocell/git-email/} + +@cindex magit +@item +@code{git range-diff} is a built-in Git command for comparing iterations +of a patch series. If you use Magit, the +@url{https://github.com/magit/magit-tbdiff,magit-tbdiff} extension +provides an interface for @code{git range-diff}. + +@url{https://kernel.org/pub/software/scm/git/docs/git-range-diff.html} + +@item +grokmirror enables efficient replication of large Git repository +collections. The HTTP interface for public-inbox exposes a +grokmirror-compatible manifest.js.gz endpoint. + +@url{https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git} + +@cindex mailscripts +@item +mailscripts, mentioned earlier in the manual (@pxref{Applying patches +without a public-inbox archive}), is a ``collection of scripts for +manipulating e-mail on Debian'', including b4-inspired patch extraction +and an Emacs interface for some of the functionality. + +@url{https://git.spwhitton.name/mailscripts/} + +@end itemize + +A list of more public-inbox-related tools is at +@url{https://public-inbox.org/clients.txt}. + @node GNU Free Documentation License @chapter GNU Free Documentation License -- 2.30.0