From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 9AB7C3857420 for ; Tue, 15 Jun 2021 12:19:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9AB7C3857420 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 1D5A633EF5; Tue, 15 Jun 2021 08:19:19 -0400 (EDT) Received: from [192.168.1.5] (77.118.223.5.wireless.dyn.drei.com [77.118.223.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 8B45A33EF2; Tue, 15 Jun 2021 08:19:18 -0400 (EDT) Date: Tue, 15 Jun 2021 14:19:11 +0200 (CEST) From: Gerald Pfeifer To: Jonathan Wakely cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] wwwdocs: Do not rewrite the page titles In-Reply-To: Message-ID: <27d9348e-ed4d-eefe-c2b4-f0d6b7f3fc9a@pfeifer.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 12:19:20 -0000 On Thu, 3 Jun 2021, Jonathan Wakely wrote: > An alternative change would be to just drop the mention of the FSF : > And as I pointed out previously, none of these sites refer to the FSF > in their page s: > > https://www.gnu.org/software/gdb/ > https://www.gnu.org/software/libc/ > https://www.gnu.org/software/guile/ > https://www.gnu.org/software/emacs/ > https://guix.gnu.org/ Yeah, this makes a lot of sense - having such that ultra long page titles really isn't helping anyone and the shorter version even is more aligned with those other projects. Okay. Gerald