From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71006 invoked by alias); 16 Mar 2018 21:33:21 -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 70995 invoked by uid 89); 16 Mar 2018 21:33:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=BAYES_00,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=website 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; Fri, 16 Mar 2018 21:33:19 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 821DC7F7A4 for ; Fri, 16 Mar 2018 21:33:18 +0000 (UTC) Received: from c64.redhat.com (ovpn-112-12.phx2.redhat.com [10.3.112.12]) by smtp.corp.redhat.com (Postfix) with ESMTP id D4549177E9; Fri, 16 Mar 2018 21:33:17 +0000 (UTC) From: David Malcolm To: gcc-patches@gcc.gnu.org Cc: David Malcolm Subject: [PATCH 0/3] wwwdocs: Updates for gcc 8 changes Date: Fri, 16 Mar 2018 21:33:00 -0000 Message-Id: <1521236398-3918-1-git-send-email-dmalcolm@redhat.com> X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00820.txt.bz2 This patch kit is for the website; I generated it against a local git mirror of the CVS repo. It adds lots of examples of colorized output from GCC, which I generated using ansi2html.sh, an LGPLv2 script for turning ANSI color codes into HTML spans. It also emits a .css file for mapping the span classes into HTML colorization. OK for the website? (Note the caveats in patch 3) Thanks David Malcolm (3): bin: add ansi2html.sh Add htdocs/ansi2html.css Document my gcc 8 changes for the website bin/ansi2html.sh | 520 ++++++++++++++++++++++++++++++++++++++++++++++ htdocs/ansi2html.css | 287 +++++++++++++++++++++++++ htdocs/gcc-8/changes.html | 264 ++++++++++++++++++++++- 3 files changed, 1070 insertions(+), 1 deletion(-) create mode 100755 bin/ansi2html.sh create mode 100644 htdocs/ansi2html.css -- 1.8.5.3