From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3532 invoked by alias); 1 Dec 2001 01:38:24 -0000 Mailing-List: contact insight-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 3500 invoked from network); 1 Dec 2001 01:38:24 -0000 Message-ID: <3C08348F.8030009@cygnus.com> Date: Fri, 05 Oct 2001 17:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: insight@sources.redhat.com Subject: generated web pages Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-q4/txt/msg00071.txt.bz2 Hello, I took the liberty of adding the generation of the pages: http://sources.redhat.com/insight/ari/ http://sources.redhat.com/insight/onlinedocs/ to the nightly snapshot process. ari: This just runs over the sources looking for random coding convention related things. Ranging from use of a deprecated function (xfree() vs FREEIF()) through to the truely silly (number of goto's). onlinedocs: Well it did something. The process is pretty simple: o cd gdb/doc && make html o cp *.html .../onlinedocs/ o generate indexh.html One problem, I suspect, is that the snapshot process currently assumes that it can override .../onlinedocs/indexh.html with a generated table. Looks like one of the insight pages is called index.html so that is being trashed. Another problem looks to be the lack of pictures. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: insight@sources.redhat.com Subject: generated web pages Date: Fri, 30 Nov 2001 17:38:00 -0000 Message-ID: <3C08348F.8030009@cygnus.com> X-SW-Source: 2001-q4/msg00372.html Message-ID: <20011130173800.yArnv1cepgCPq7dw2LhYx0efXkYfrPt1jye1PVIx7vM@z> Hello, I took the liberty of adding the generation of the pages: http://sources.redhat.com/insight/ari/ http://sources.redhat.com/insight/onlinedocs/ to the nightly snapshot process. ari: This just runs over the sources looking for random coding convention related things. Ranging from use of a deprecated function (xfree() vs FREEIF()) through to the truely silly (number of goto's). onlinedocs: Well it did something. The process is pretty simple: o cd gdb/doc && make html o cp *.html .../onlinedocs/ o generate indexh.html One problem, I suspect, is that the snapshot process currently assumes that it can override .../onlinedocs/indexh.html with a generated table. Looks like one of the insight pages is called index.html so that is being trashed. Another problem looks to be the lack of pictures. Andrew