From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11134 invoked by alias); 4 Sep 2013 13:09:48 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 11121 invoked by uid 89); 4 Sep 2013 13:09:48 -0000 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 04 Sep 2013 13:09:48 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3A7DC1161C6; Wed, 4 Sep 2013 09:09:55 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PQEK22PmsVoL; Wed, 4 Sep 2013 09:09:55 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0955F116186; Wed, 4 Sep 2013 09:09:55 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E272CE6B18; Wed, 4 Sep 2013 06:09:43 -0700 (PDT) Date: Wed, 04 Sep 2013 13:09:00 -0000 From: Joel Brobecker To: Stan Shebs Cc: gdb-patches@sourceware.org Subject: Re: RFC: gdb web page patch for git conversion Message-ID: <20130904130943.GA2855@adacore.com> References: <87ob8gp82d.fsf@fleche.redhat.com> <20130829205557.GA3315@adacore.com> <5224D659.2050700@redhat.com> <20130903131803.GA2809@adacore.com> <5225F5D2.3050509@redhat.com> <52263373.3080401@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52263373.3080401@earthlink.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-09/txt/msg00133.txt.bz2 > My semi-baked plan for the web site redesign, as seen at > > http://sourceware.org/gdb/wiki/WebsiteRedesign > > includes a git migration. Interesting plan! One of my complaints about the current website is that it's really obscure which version of the GDB documentation is available where, and whether we (the developers) would prefer you to look at the documentation from a release, or from the HEAD. I would really like to move towards something similar to what GCC does, which is very neat and clear. I believe Pedro expressed the same opinion as well. It's on my plate, and may be one of the things I might work on during the holiday period, once we've switched the sources to git. Regarding the migration to git, I'm all for it, but someone just said that the website administration on the GNU side is all CVS based? -- Joel