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 3EF543858D28 for ; Tue, 17 Jan 2023 09:42:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3EF543858D28 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 D9CDF33EDB; Tue, 17 Jan 2023 04:42:07 -0500 (EST) Received: from [192.168.1.80] (188-23-63-236.adsl.highway.telekom.at [188.23.63.236]) (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 512DF33EE2; Tue, 17 Jan 2023 04:42:07 -0500 (EST) Date: Tue, 17 Jan 2023 10:41:49 +0100 (CET) From: Gerald Pfeifer To: "Jose E. Marchesi" cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH,WWWDOCS] htdocs: add an Atom feed for GCC news In-Reply-To: <20221223095013.3630-1-jose.marchesi@oracle.com> Message-ID: <2db18a30-75c8-a55a-fde3-58d6eba1d48e@pfeifer.com> References: <20221223095013.3630-1-jose.marchesi@oracle.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323328-850343024-1673948511=:5651" X-Scanned-By: mailmunge 3.10 on 209.68.5.143 X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no 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-850343024-1673948511=:5651 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Fri, 23 Dec 2022, Jose E. Marchesi via Gcc-patches wrote: > This patch adds an Atom feed for GCC news I was going to approve, would like to see a bit consensus with others though. For now some review: > I recommend switching the two notes. The one on the feed feels more important since that aspect is easier to miss than the required rotation (which visually presents itself when one looks at our web site). > +++ b/htdocs/news.xml > @@ -0,0 +1,28 @@ > + > + > + > + > + News about the GNU Compiler Collection > + https://gcc.gnu.org > + > + The GNU Compiler Collection includes front ends for C, C++, > + Objective-C, Fortran, Ada, Go, and D, as well as libraries for > + these languages (libstdc++,...). GCC was originally written as > + the compiler for the GNU operating system. The GNU system was > + developed to be 100% free software, free in the sense that it > + respects the user's freedom. > + Looks like we should think of updating our description (though that's beyond the scope of your patch), for example talking more about the many platforms supported and less about history. > + > + GCC BPF in Compiler Explorer > + https://godbolt.org > + > + Support for a nightly build of the bpf-unknown-none-gcc > + compiler has been contributed to Compiler Explorer (aka > + godbolt.org) by Marc Poulhiès Would this be full sentences (with a full stop)? When one adds additional entries, do those come at the beginning or the end? (Could there be a comment?) > + Fri, 23 December 2022 11:00:00 CET On the web site we use ISO dates - any issues with that? And does the feed require time of day, or could we omit that? (Especially with different timezones we all are in?) Gerald --8323328-850343024-1673948511=:5651--