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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3A4EB1F8C6 for ; Fri, 27 Aug 2021 13:03:07 +0000 (UTC) Received: by mail-qk1-x72c.google.com with SMTP id p4so713436qki.3 for ; Fri, 27 Aug 2021 06:03:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=W3nYfk0RqiKDPk884baE+iBtO0xEEEDtUOweBZKLS2s=; b=XurK6kzYbD0sQbNePbLipBSU1gnjqI09BKcmZ2PxhIoVjkwb06hlsxfM+Zds+2tp3w PCce7izG3VDM9bKE9nOp6cm86fqf4HVrmp6Q4xnH/GwDMlEuAqFg3WOOB3QjhQrMnoo5 /w9dPZ7HXRTTdcKN+VgwpZjDuoFa6Ex0Zu/M4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=W3nYfk0RqiKDPk884baE+iBtO0xEEEDtUOweBZKLS2s=; b=SB0NwZ8SpGTpimVwSwnLZkOqyeXJ+/Vvm78WsAeC94adrDvrjboepqbYrpPvrqVLBA jbXde6/6geS3kfaSDb0PV801xwsAPB1YJsJYO8MqnlAl8iuFH8cBzSQNMSOCKA09TK6C 6gfnUQu8JJlKClsh9z7NxExqj2g78CwtaWnBJwzk8RlvQR9QD4AwPpL7M/kmysq/NKxa d1JmKU9/+XYv1nY/ucmwxkv254MvAw2tpbStyiAm2LhnsTHXTV31mbtVlnFqI1+8Ov8s qrBN03SRJ5mkMnCcA3GIqspq8Mp6H7IFD8JNWNj9fDGrOQUqGuokeqUcE4Al2c4hkRIw WToA== X-Gm-Message-State: AOAM532MMHgU8e+Z80/NFVkFJCONbSJFhfdZd5uzPPPzDpwj29mhdgdm pOWTx1hoYTiBKmJ5an9Cip5Bg2JrNN2x4NCy X-Google-Smtp-Source: ABdhPJzBry1c9gNYd/lVbTaSSB9FpaHoG/ldLKzZ6nGF3zwHrmEUiKKIZDM5MCZgr2L6byKB16YkFg== X-Received: by 2002:a37:b385:: with SMTP id c127mr8623299qkf.206.1630069385612; Fri, 27 Aug 2021 06:03:05 -0700 (PDT) Received: from nitro.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id g12sm4633414qkm.112.2021.08.27.06.03.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Aug 2021 06:03:05 -0700 (PDT) Date: Fri, 27 Aug 2021 09:03:03 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 0/2] wwwlisting shows /all/ Message-ID: <20210827130303.m2urwyyufrhwaddg@nitro.local> References: <20210826170114.r4j4cpf6hzrhzktt@nitro.local> <20210827120845.29682-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210827120845.29682-1-e@80x24.org> List-Id: 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. 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. Best regards, -K