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 9BF8E1F466 for ; Sat, 1 Feb 2020 09:12:15 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] flesh out multi-URL support Date: Sat, 1 Feb 2020 09:12:11 +0000 Message-Id: <20200201091215.30024-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Better support for multiple URLs will hopefully discourage SPOFs and give users more options when hosts go down. It also gives users and admins more agility when it comes to switching domain names or having .onion mirrors. Eric Wong (4): wwwtext: show multiple infourl values properly wwwtext: give "url" examples in sample config solver: join multiple URLs with "||" config: assume multiple cgit URLs, too lib/PublicInbox/Config.pm | 8 ++++++-- lib/PublicInbox/SolverGit.pm | 5 +++-- lib/PublicInbox/WwwText.pm | 24 +++++++++++++++--------- 3 files changed, 24 insertions(+), 13 deletions(-)