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.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 6DB5F1F4B4 for ; Sat, 12 Dec 2020 18:24:49 +0000 (UTC) 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=1607797488; 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; bh=MQn+6HQYEqFob8lVALfDPrq9B0PIvZN02W2rgz3ukzw=; b=YwPw4vQprbzD7Wml402gdLaAAf+d73vjaYcKQBm3BhBKYOGt7f/9MfNrSSWHJysofaKIpl acjF1zvZY7Sz6Qws535yYwJoq0h71po+02nkXds0f7G+/nucptOl7mn3SyTASYRRyeZLC/ 4H63Wh21aAhWcMJefQq0ohEyTdf8NR/hX6ogjp+bdsCk7JSkA2LbuePhnIH1AWBVXqdphy vG1yCxZtI+edi1g8Mfr61WeqtQ3y21LGCikBAKQzDmrQ1IidzSebsn6DVGKGWW1zCQ2Ao2 pxcKhtMhtVBWESq5kx/Tqefqx0xTEYlHivyudN53Gopi1VeRJmZOqB1L67XLQg== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH] doc: v2-format: drop repeated word Message-Id: <20201212182440.10544-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com Date: Sat, 12 Dec 2020 18:24:48 GMT List-Id: --- Documentation/public-inbox-v2-format.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/public-inbox-v2-format.pod b/Documentation/public-inbox-v2-format.pod index 86a9b8f2..d6282cb4 100644 --- a/Documentation/public-inbox-v2-format.pod +++ b/Documentation/public-inbox-v2-format.pod @@ -138,7 +138,7 @@ OVER/XOVER commands). The overview DB maintains all the header information necessary to implement the NNTP OVER/XOVER commands and non-search -endpoints of of the PSGI UI. +endpoints of the PSGI UI. Xapian has become completely optional for v2 (as it is for v1), but SQLite remains required for v2. SQLite turns out to be powerful base-commit: 1bf653ad139bf7bb3d853ab0b5eae3eaa1b13a95 -- 2.29.2