From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id F3C303858D1E for ; Wed, 9 Nov 2022 14:11:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F3C303858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1668003100; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=03pUk9I+YNzueloA8NPh87fIVm8D3ROR2oy7t/UvWlE=; b=NAlwR/9W3V6tIF0gPiKLggznCdjyJe7rAaUJzMBklBv7r92P0SJOSsJTT9GMAn6UAmMK5i u6T1eEiTQS/VBobGtSVnSRPTZwsrHxUDYCVLfompiU+tpqdzItMUFFkP8qly9tYum1R/8J 6JN2uk5xWVnM2dWdrklp1kujXvPMHqk= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-314-mz6wtNRTP9GmU7VajmPoJQ-1; Wed, 09 Nov 2022 09:11:37 -0500 X-MC-Unique: mz6wtNRTP9GmU7VajmPoJQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id AACFD3C0F7F4; Wed, 9 Nov 2022 14:11:36 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.39.194.183]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EFB3918EB4; Wed, 9 Nov 2022 14:11:35 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.17.1/8.17.1) with ESMTPS id 2A9EBWIb4112586 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Wed, 9 Nov 2022 15:11:32 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.17.1/8.17.1/Submit) id 2A9EBVNl4112585; Wed, 9 Nov 2022 15:11:31 +0100 Date: Wed, 9 Nov 2022 15:11:30 +0100 From: Jakub Jelinek To: Martin =?utf-8?B?TGnFoWth?= Cc: gcc-patches@gcc.gnu.org, Gerald Pfeifer Subject: Re: [RFC] docs: remove documentation for unsupported releases Message-ID: Reply-To: Jakub Jelinek References: <70755dd7-6b64-d24b-560d-b5433c9cc344@suse.cz> MIME-Version: 1.0 In-Reply-To: <70755dd7-6b64-d24b-560d-b5433c9cc344@suse.cz> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-9.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_SHORT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,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: On Wed, Nov 09, 2022 at 02:54:48PM +0100, Martin Liška wrote: > I think we should remove documentation for unsupported GCC releases > as it's indexed by Google engine. Second reason is that the page is long > one one can't easily jump to Current development documentation. > > Thoughts? I'd prefer to move it into a separate old.html or unsupported.html and perhaps mark it so that search engines ignore it. With a link from onlinedocs/index.html to that. While we don't support those releases, they are actually used in the wild, both through vendor support or just because people keep using them unsupported. In either case, branch-closing.html should be updated to include the required manual step (either drop the old release from onlinedocs/index.html, or move it to the other page). Dropping the docs altogether would mean it wouldn't make much sense to even generate documentation for the last release from a release branch, because those by definition go immediately out of support. We still release them... > diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html > index cfa8bf5a..138dde95 100644 > --- a/htdocs/onlinedocs/index.html > +++ b/htdocs/onlinedocs/index.html > @@ -255,1300 +255,6 @@ >
  • Texinfo > sources of all the GCC 10.4 manuals
  • > > - > -
  • GCC 9.5 manuals: > -
  • > - > -
  • GCC 8.5 manuals: > -
  • > - > -
  • GCC 7.5 manuals: > -
  • > - > -
  • GCC 6.5 manuals: > -
  • > - > -
  • GCC 5.5 manuals: > -
  • > - > -
  • GCC 4.9.4 manuals: > -
  • > - > -
  • GCC 4.8.5 manuals: > -
  • > - > - > -
  • GCC 4.7.4 manuals: > -
  • > - > - > -
  • GCC 4.6.4 manuals: > -
  • > - > - > -
  • GCC 4.5.4 manuals: > -
  • > - > - > -
  • GCC 4.4.7 manuals: > -
  • > - > -
  • GCC 4.3.6 manuals: > -
  • > - > -
  • GCC 4.2.4 manuals: > -
  • > - > -
  • GCC 4.1.2 manuals: > -
  • > - > -
  • GCC 4.0.4 manuals: > -
  • > - > -
  • GCC 3.4.6 manuals: > -
  • > - > - > -
  • GCC 3.3.6 manuals: > -
  • > - > -
  • GCC 3.2.3 manuals: > -
  • > - > -
  • GCC 3.1.1 manuals: > -
  • > - > -
  • GCC 3.0.4 manuals: > -
  • > - > -
  • GCC 2.95.3 manuals: > -
  • > > > > -- > 2.38.0 Jakub