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-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 576A41F463 for ; Thu, 2 Jan 2020 03:09:30 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] support multiple "url" and "infourl" values Date: Thu, 2 Jan 2020 03:09:28 +0000 Message-Id: <20200102030930.20994-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: This should make migrating inboxes to new domains easier, since ICANN has proven they cannot be trusted after the .org situation. Eric Wong (2): wwwlisting: show configured "infourl" properly config: support multi-value inbox.*.*url lib/PublicInbox/Config.pm | 7 ++++--- lib/PublicInbox/Hval.pm | 7 +++++++ lib/PublicInbox/Inbox.pm | 2 +- lib/PublicInbox/WwwListing.pm | 6 +++--- t/config.t | 4 ++-- t/feed.t | 2 +- t/inbox.t | 4 ++-- t/nntp.t | 2 +- 8 files changed, 21 insertions(+), 13 deletions(-)