From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7372 invoked by alias); 9 Oct 2019 13:43:26 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 7350 invoked by uid 89); 9 Oct 2019 13:43:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=Christopher, website, HContent-Transfer-Encoding:8bit 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, 09 Oct 2019 13:43:24 +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 ECC33308FF30; Wed, 9 Oct 2019 13:43:22 +0000 (UTC) Received: from ovpn-117-226.phx2.redhat.com (ovpn-117-226.phx2.redhat.com [10.3.117.226]) by smtp.corp.redhat.com (Postfix) with ESMTP id 001A960166; Wed, 9 Oct 2019 13:43:21 +0000 (UTC) Message-ID: <1570628601.5208.33.camel@redhat.com> Subject: Re: GCC wwwdocs move to git done From: David Malcolm To: Christopher Faylor , Iain Sandoe Cc: Joseph Myers , "gcc@gcc.gnu.org" , gcc-patches , overseers@gcc.gnu.org Date: Wed, 09 Oct 2019 13:43:00 -0000 In-Reply-To: <20191009133754.GA3268@cgf.cx> References: <3D7D1F1F-18CA-421A-A9E5-FEF049124529@googlemail.com> <20191009133754.GA3268@cgf.cx> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2019-q4/txt/msg00014.txt.bz2 On Wed, 2019-10-09 at 09:37 -0400, Christopher Faylor wrote: > On Wed, Oct 09, 2019 at 01:25:30PM +0100, Iain Sandoe wrote: > > Jonathan Wakely wrote: > > > > > On Wed, 9 Oct 2019 at 01:28, Joseph Myers wrote: > > > > I've done the move of GCC wwwdocs to git (using the previously > > > > posted and > > > > discussed scripts), including setting up the post-receive hook > > > > to do the > > > > same things previously covered by the old CVS hooks, and > > > > minimal updates > > > > to the web pages dealing with the CVS setup for wwwdocs. > > > > > > Thanks, Joseph. > > > > +1 > > > > I would like to be able to preview changes to the website by using > > it > > from a local > > webserver. I realise that individual pages can be viewed in a > > browser / validated > > by uploading - but it would be nice to check connectivity etc. > > > > At the moment, I can’t identify the “mhc” program that is used in > > preparing the text > > (and too many unrelated hits from searches). > > I think it's the "metahtml" processor: > > https://ftp.gnu.org/gnu/metahtml/ > > The binary is 20 years old and, somehow, the source code used to > build > it seems to have disappeared. I wrote a replacement for this: "[PATCH] wwwdocs: port from MetaHTML to a Python 3 script" https://gcc.gnu.org/ml/gcc-patches/2018-06/msg00176.html I had it in my mind that this had gone in, but I guess I misremembered. [I'm currently frantically trying to finish a major new feature for GCC stage 1, so my cycles are limited right now, but if someone else wants to finish the patch in the meantime that would be great] Dave