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 616373858426 for ; Mon, 14 Nov 2022 01:21:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 616373858426 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 6B9AD33E55; Sun, 13 Nov 2022 20:21:50 -0500 (EST) Received: from naga.localdomain (213-240-98-62.adsl.highway.telekom.at [213.240.98.62]) (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 6026D33E73; Sun, 13 Nov 2022 20:21:49 -0500 (EST) Date: Mon, 14 Nov 2022 02:21:48 +0100 (CET) From: Gerald Pfeifer To: =?ISO-8859-15?Q?Martin_Li=A8ka?= cc: Joseph Myers , Tobias Burnus , Richard Biener , gcc-patches@gcc.gnu.org, Andrew Pinski Subject: Re: old install to a different folder In-Reply-To: Message-ID: <5e7dcf3d-8805-f997-b94b-6394618b25c4@pfeifer.com> References: <482ae3dd-15f7-1e81-92e6-51a148e3bbc4@suse.cz> <2832f3b5-f815-3922-3681-edd55ca04dd5@suse.cz> <1656d2ca-f3b3-b46e-cf16-a6798e10deb1@suse.cz> <9c9b4969-dc72-a93b-335b-d72346bb437e@pfeifer.com> <8ae80e2a-9f49-4ebf-d7f0-815d32919573@suse.cz> <39fb5822-95aa-037a-5ac7-865e9096ff9f@pfeifer.com> <9cca5f24-881e-e46d-93e5-dc231ca7aa41@codesourcery.com> <53a45315-0684-d0e8-c793-ff8630e77482@suse.cz> <18cefeb1-24a5-08f7-c771-3d28310491c1@codesourcery.com> <7022f9a2-5f20-34c2-7c15-c5c0f058bde1@codesourcery.com> <3e2afcc5-6775-59f9-d3c6-fbd034412e50@codesourcery.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323328-472445954-1668388910=:6261" X-Scanned-By: mailmunge 3.10 on 209.68.5.143 X-Spam-Status: No, score=-3.7 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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-472445954-1668388910=:6261 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Sun, 13 Nov 2022, Martin Liška wrote: > So Gerald, I'm suggesting a new url base gcc.gnu.org/docs that will be > filled with the new manuals and gcc.gnu.org/onlinedocs/$man and > gcc.gnu.org/install locations should point to older (trunk) manuals > (prev folder at server I guess). Having that, the new manuals will not > available through navigation and will get some time for further changes. I feel I may be missing something. Why don't we (1a) keep /onlinedocs for all docs < GCC 13, (1b) possibly introduce /docs as an alternative URL (though we need to keep /onlinedocs for all the existing ones), (2) add sphinx docs for trunk, GCC 13 and later to /docs (and at the same time /onlinedocs which is just an alias) (3) put current installation documentation under /install and simply add a few redirects for those pages that have changed names? That way we can retain existing structures, possibly replace /onlinedocs for the shorter /docs, and have one consistent index for all manuals. Gerald --8323328-472445954-1668388910=:6261--