From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20783 invoked by alias); 24 Oct 2013 13:35:21 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 20759 invoked by uid 89); 24 Oct 2013 13:35:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: fencepost.gnu.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (208.118.235.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 24 Oct 2013 13:35:19 +0000 Received: from 146-115-71-23.c3-0.lex-ubr1.sbo-lex.ma.cable.rcn.com ([146.115.71.23]:59076 helo=[172.31.1.206]) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1VZL4C-0000iN-31; Thu, 24 Oct 2013 09:35:12 -0400 Message-ID: <1382621753.8253.628.camel@homebase> Subject: Re: git is live From: Paul Smith Reply-To: psmith@gnu.org To: Andreas Schwab Cc: John Darrington , Tom Tromey , GDB Development , Binutils Development Date: Thu, 24 Oct 2013 13:35:00 -0000 In-Reply-To: References: <877gd5iyaz.fsf@fleche.redhat.com> <20131023072117.GA14594@jocasta.intra> <87r4bcdt9o.fsf@fleche.redhat.com> <20131024051203.GA4349@intra> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00126.txt.bz2 On Thu, 2013-10-24 at 09:30 +0200, Andreas Schwab wrote: > John Darrington writes: > > > It might also be a good idea to suggest a better system than this. > > Most GNU projects update their own pages rather than request the > > webmasters every time they need something changed. I'm sure if > > you asked them they would give you access. > > AFAIK the gnu.org webpages are hosted in the savannah binutils project. FYI the way the GNU project web pages work is that there's a separate web CVS repository on Savannah for each project (binutils has one and GDB has one) containing the content of the project directory, including index.html, the manual, etc. Anyone with proper SSH keys registered with the Savannah project to commit to that CVS repository can update the web pages. You just check out a copy of the pages, change them, and "cvs commit" and the web site is automatically updated.