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 709941F8C6; Fri, 27 Aug 2021 21:15:29 +0000 (UTC) Date: Fri, 27 Aug 2021 21:15:29 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: [PATCH 0/2] wwwlisting shows /all/ Message-ID: <20210827211529.GA26199@dcvr> References: <20210826170114.r4j4cpf6hzrhzktt@nitro.local> <20210827120845.29682-1-e@80x24.org> <20210827130303.m2urwyyufrhwaddg@nitro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210827130303.m2urwyyufrhwaddg@nitro.local> List-Id: Konstantin Ryabitsev wrote: > On Fri, Aug 27, 2021 at 12:08:43PM +0000, Eric Wong wrote: > > I think that's too much vertical whitespace at the top of the > > page, and multiple
s or boxes at the top can get > > confusing. > > > > Just making /all/ show up at the top like a normal inbox (and > > letting the admin decide on description) seems sufficient. If > > users can get to /all/ then they can search /all/ as normal. > > Sure, this works for me, too, thanks! > https://x-lore.kernel.org/ > > One thing I noticed is that the "description" value for inbox entries isn't > coming from what is on disk in inboxname/description files but from > manifest.js entries. It's actually coming from $EXTINDEX_DIR/misc which is written during -extindex invocations. > E.g. if you look at "lkml" you will notice that it has "LKML Archive on > lore.kernel.org" as description on the wwwlisting page, but if you click on > it, the description is "linux-kernel.vger.kernel.org archive mirror". In > theory, they shouldn't be different, but a mirror admin may choose to give > their own descriptions to mirrored lists. There might be a bug in -extindex invocations, since I'm trying to avoid opening per-inbox description files in WWW/IMAP/NNTP with thousands of inboxes on the horizon.