From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108571 invoked by alias); 4 Apr 2018 19:02:47 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 108546 invoked by uid 89); 4 Apr 2018 19:02:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:324, website, our X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Apr 2018 19:02:45 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id F383D3F47B; Wed, 4 Apr 2018 15:02:43 -0400 (EDT) Received: from anthias.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 7B8063F479; Wed, 4 Apr 2018 15:02:43 -0400 (EDT) Date: Wed, 04 Apr 2018 19:02:00 -0000 From: Gerald Pfeifer To: David Malcolm cc: gcc-patches@gcc.gnu.org Subject: Re: [committed 2/2] wwwdocs: Document my gcc 8 changes for the website (v2) In-Reply-To: <1522865087-39444-3-git-send-email-dmalcolm@redhat.com> Message-ID: References: <1522865087-39444-1-git-send-email-dmalcolm@redhat.com> <1522865087-39444-3-git-send-email-dmalcolm@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00194.txt.bz2 On Wed, 4 Apr 2018, David Malcolm wrote: > I made this version using gcc-color-to-html.py from the previous patch, > to turn the SGR codes into spans for use with our gcc.css. Nice. Out of curiosity, did you do this manually in the past? Gerald