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 91AD91F8C6; Mon, 16 Aug 2021 22:38:34 +0000 (UTC) Date: Mon, 16 Aug 2021 22:38:34 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: RFE: Long .onion URL breaks mobile view Message-ID: <20210816223834.GB25044@dcvr> References: <20210816163654.c6gfzuezhji4l6s7@nitro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210816163654.c6gfzuezhji4l6s7@nitro.local> List-Id: Konstantin Ryabitsev wrote: > Hello: > > Passing more observations from people testing out x-lore.kernel.org: > > - the long .onion URL at the bottom of each page causes problems on mobile > devices because it results in a very wide page with blank content on the > right side. Agreed, this is important feedback. > I suggest that we don't need to provide the "git clone" part, but merely add a > link to the git repository: > > AGPL code for this site > > This should still serve the same purpose and not result in rendering issues on > mobile devices. I think making it obvious a link goes to an external domain is important. How about splitting it on long tokens? Something like: http:// 7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd .onion/public-inbox.git Is a 56-character token OK for mobile displays? My own preference is to wrap at 64-characters despite using 80-column displays. I wish Tor could've figured out some better way to make .onion v3 URLs shorter...