From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52878 invoked by alias); 4 Apr 2018 19:24:31 -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 52826 invoked by uid 89); 4 Apr 2018 19:24:29 -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,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*M:140, website, our X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Apr 2018 19:24:27 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E86CF62EAB; Wed, 4 Apr 2018 19:24:18 +0000 (UTC) Received: from ovpn-117-63.phx2.redhat.com (ovpn-117-63.phx2.redhat.com [10.3.117.63]) by smtp.corp.redhat.com (Postfix) with ESMTP id 805366A236; Wed, 4 Apr 2018 19:24:18 +0000 (UTC) Message-ID: <1522869857.5688.140.camel@redhat.com> Subject: Re: [committed 2/2] wwwdocs: Document my gcc 8 changes for the website (v2) From: David Malcolm To: Gerald Pfeifer Cc: gcc-patches@gcc.gnu.org Date: Wed, 04 Apr 2018 19:24:00 -0000 In-Reply-To: References: <1522865087-39444-1-git-send-email-dmalcolm@redhat.com> <1522865087-39444-3-git-send-email-dmalcolm@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00198.txt.bz2 On Wed, 2018-04-04 at 21:02 +0200, Gerald Pfeifer wrote: > 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? Yes, in the past I've added the bold/colorization markup by hand (ugh). Having a script to do this for our "screenshots" is a big time-saver. Dave