From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121266 invoked by alias); 9 Oct 2019 13:40:28 -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 121243 invoked by uid 89); 9 Oct 2019 13:40:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*Ad:U*cgf-use-the-mailinglist-please, HTo:U*cgf-use-the-mailinglist-please, H*f:sk:3D7D1F1, sk:cgf-use X-HELO: mail-wm1-f66.google.com Received: from mail-wm1-f66.google.com (HELO mail-wm1-f66.google.com) (209.85.128.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Oct 2019 13:40:26 +0000 Received: by mail-wm1-f66.google.com with SMTP id p7so2659647wmp.4; Wed, 09 Oct 2019 06:40:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=tA4DfWKAfrWrxBBruEZSYN498G0Oe+iUvTq3VFGQAhY=; b=ah7esxBXHkMC0S9Qxt+kMTqtWmEVT59BZJnGMq3w1Xgr8BVwq9PzqmaUNU2u/F8VHw yOv8s7RHo1n+P37nSq/G69ROETNniLXd4eW+oFMpid9u/X9t7ADrWMEzMyVPtuiwMyvv Gs8QWvA/Ba1hHlolfYEikUmCLKgLo8gFr58yfskJPLNju/lSF2Huecd5+CyZX0GAznRr Y6vm7/bw2JWeqKz0KCRyrZC7PzKcgxR9rY0j3nZBVHYcy8vaTDaA/LJNSe74To7HAvFV WkStwTWW61XBtxhFuh0IFoEJw5XS0TXYeHeZlXyAaIYoSq0H+8/TTgWc6JPuldEPyIJ+ wDkg== Return-Path: Received: from [192.168.1.212] (host81-138-1-83.in-addr.btopenworld.com. [81.138.1.83]) by smtp.googlemail.com with ESMTPSA id w125sm5257099wmg.32.2019.10.09.06.40.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Oct 2019 06:40:23 -0700 (PDT) Content-Type: text/plain; charset=utf-8; delsp=yes; format=flowed Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: GCC wwwdocs move to git done From: Iain Sandoe In-Reply-To: <20191009133754.GA3268@cgf.cx> Date: Wed, 09 Oct 2019 13:40:00 -0000 Cc: Joseph Myers , "gcc@gcc.gnu.org" , gcc-patches , overseers@gcc.gnu.org Content-Transfer-Encoding: 8bit Message-Id: <023B080D-3620-4865-89EC-CF72D435C573@googlemail.com> References: <3D7D1F1F-18CA-421A-A9E5-FEF049124529@googlemail.com> <20191009133754.GA3268@cgf.cx> To: Christopher Faylor X-SW-Source: 2019-q4/txt/msg00012.txt.bz2 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. Yeah - https://www.gnu.org/software/metahtml/ but the cvs co seems to hang on a lock :( something to investigate later... Iain