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.6 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-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) (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 F36ED1F8C6 for ; Thu, 26 Aug 2021 13:27:50 +0000 (UTC) Received: by mail-qt1-x82d.google.com with SMTP id b1so2423469qtx.0 for ; Thu, 26 Aug 2021 06:27:50 -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=LhldSlVoCNwLXHFReQ0a/IR9fRaRqZJ74YF9VU6OfSc=; b=F+c8sILmXCjl4GG5+58v1doSbXt5Jf4liTZU1Y024CmYy8hFMbP4tED+9tdVWoIAMF pNPjrFHwT31N3jjGraoSiEKqI0+sdjQPbIdBvyKSbcbLIN75Oo0IIUMgzbIgvsbSWM1/ 2tdpn+jeJkbFqjasFGrBeQGj929L4wOGpGLPw= 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=LhldSlVoCNwLXHFReQ0a/IR9fRaRqZJ74YF9VU6OfSc=; b=AwHderoqo5YrGkE2hK6AyF5Odf/1De0e2fn1bPwWIjJ1sFZBgNFWbJe5jExmQ4dmUY ajFX2Hgjq6bRJOaV2MEW8Df89jr4enn2tIqCj5B7w3KitqB6ZQe848drKh1rt8N4qY7R 7M8bOo768OVnU1MwnFY5Krm3HsNxxvfMFXMt0OlR02mOCk1P0ynxyh+1IBpSz+IIw1n/ pUfTVDaPHfECf+p7jy52wdqTijywSvrj63L0JGu4/GyQhbn9qJZL12Z3B8ZF1prgYyrq siQVCbKdNpoTi2Ai11nCcSY8/eP38Sq5Q2KZyol6KCI2Htgo/7a6dUY3Pqfh7Ps3iepQ jT/g== X-Gm-Message-State: AOAM531n/hmR5fTbssV8OjPwtO3c+Slq2VthBNBUbcr+1dZsKAPz2lAK 8Jy5+8ryV+KLrfVTe2RZfTeasw== X-Google-Smtp-Source: ABdhPJz21ZaKKegpRpdq+ni/PM8UkAUM0rwF4y+pRtps8kXFPZiosoesS9mJ/Cq4SJ/Re0VkidGA0w== X-Received: by 2002:ac8:7183:: with SMTP id w3mr3252724qto.116.1629984469678; Thu, 26 Aug 2021 06:27:49 -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 c68sm2514571qkf.48.2021.08.26.06.27.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Aug 2021 06:27:49 -0700 (PDT) Date: Thu, 26 Aug 2021 09:27:47 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 0/8] various WWW + extindex stuff Message-ID: <20210826132747.6gxuwnhftyf7c6hp@nitro.local> References: <20210816163654.c6gfzuezhji4l6s7@nitro.local> <20210826123338.694-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210826123338.694-1-e@80x24.org> List-Id: On Thu, Aug 26, 2021 at 12:33:30PM +0000, Eric Wong wrote: > This hopefully makes the long .onion URL more usable on small > displays; It's still not quite fixing the problem (actually, for some reason it's now looking worse in the narrow mobile view for me). May I suggest the following: - The / mirror / link at the top should link to _/text/mirror - Everything below "This inbox may be clone and mirrored by anyone:" should move to that page, including cloning instructions for public-inbox itself - "AGPL code to this site" will be just a link to _/text/mirror/#clone I think this solves multiple problems: 1. Removes the long link view from the thread listing, allowing for better display on narrow screens; mobile device users are unlikely to be accessing the mirroring instructions page, because that requires an actual workstation to do. 2. On lists with a lot of epochs, moving mirroring instructions from every view shrinks the page basement considerably (e.g. see /lkml/ with 11 epochs). 3. Allows adding more content to _/text/mirror page without any fear of impacting the thread listing. What do you think? -K