From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,RDNS_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from pb-smtp1.pobox.com (unknown [64.147.108.70]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 50AC41F4B4 for ; Sun, 13 Sep 2020 19:32:07 +0000 (UTC) Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 8E9EE88D49 for ; Sun, 13 Sep 2020 15:31:56 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:mime-version:content-type; s=sasl; bh=K sSsJprEwu9RqvotROEC+ZpHnMQ=; b=XSzuGZY/VpkLJVbWMTKVgkRMLsfDdjh7O 0ZBEIxru9XRDZgaQ/XyTF97uE7L74kmfI6YIC5W0A3CT+jmsL2u8Z5etXtgYE8PU +QFHA1eJmCQk/uf+xob1tSpHwA3MuZ5bVq7aLzZd5FzEUmL7i5IcU5nK2QpbfiUp ZKuCvjkTLQ= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 85C6588D48 for ; Sun, 13 Sep 2020 15:31:56 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:subject:date:message-id:mime-version:content-type; s=mesmtp; bh=tTPl6hPgY44D4y1WuozKyJ0l5qRvOWjkq08oMpM/XVE=; b=RQB/GV6/TS2raYzPkODxiqRvIHaVxSSpTvEonNzYFlRCB3YG0meW1le35f9p67JNCfKFlbGfVPExTr2rgSbyZ0qLTZzokkmVoqauCfuW6r8gysGoHzkNhAU0Ny1Z8DEq8meMEtpU4+OUGCmdBp78pJE3VKcaZ7E6QiqfKPqyMy8= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id E1A5488D45 for ; Sun, 13 Sep 2020 15:31:55 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH] doc: Add piem to list of clients Date: Sun, 13 Sep 2020 15:31:55 -0400 Message-ID: <878sddmq1g.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: C8987194-F5F7-11EA-BDF0-01D9BED8090B-24757444!pb-smtp1.pobox.com List-Id: I've been (slowly) working on an Emacs package that's focused on interacting with public-inbox archives. It does only a few things at the moment, one of which is providing an Emacs interface to 'b4 am': . It's of course only of potential interest to Emacs users, but would it be okay to add a pointer in clients.txt? -- >8 -- Subject: [PATCH] doc: Add piem to list of clients --- Documentation/clients.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/clients.txt b/Documentation/clients.txt index 65cb9063..22b98c66 100644 --- a/Documentation/clients.txt +++ b/Documentation/clients.txt @@ -32,6 +32,9 @@ either. * ssoma - v1 only, abandoned in favor of NNTP https://80x24.org/ssoma.git +* piem - Emacs tools for working with public-index (and b4) + https://git.kyleam.com/piem/about/ + There's also a bunch of random scripts in the scripts/ directory of our source tree at: base-commit: f429713369050203856b2b93dbdc91c258945308 -- 2.28.0