From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9554 invoked by alias); 6 Sep 2013 19:50:39 -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 9541 invoked by uid 89); 6 Sep 2013 19:50:38 -0000 Received: from usevmg20.ericsson.net (HELO usevmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 06 Sep 2013 19:50:38 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: usevmg20.ericsson.net Received: from EUSAAHC004.ericsson.se (Unknown_Domain [147.117.188.84]) by usevmg20.ericsson.net (Symantec Mail Security) with SMTP id 15.0F.09414.8023A225; Fri, 6 Sep 2013 21:50:32 +0200 (CEST) Received: from EUSAAMB103.ericsson.se ([147.117.188.120]) by EUSAAHC004.ericsson.se ([147.117.188.84]) with mapi id 14.02.0328.009; Fri, 6 Sep 2013 15:50:32 -0400 From: Marc Khouzam To: =?iso-8859-1?Q?=27Andr=E9_P=F6nitz=27?= , 'Joel Brobecker' CC: 'Stan Shebs' , "'gdb-patches@sourceware.org'" Subject: RE: RFC: gdb web page patch for git conversion Date: Fri, 06 Sep 2013 19:50:00 -0000 Message-ID: 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> <20130904130943.GA2855@adacore.com> <20130904193356.GB5348@klara.mpi.htwm.de> In-Reply-To: <20130904193356.GB5348@klara.mpi.htwm.de> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00255.txt.bz2 > -----Original Message----- > From: gdb-patches-owner@sourceware.org=20 > [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Andr=E9 P=F6nitz > Sent: Wednesday, September 04, 2013 3:34 PM > To: Joel Brobecker > Cc: Stan Shebs; gdb-patches@sourceware.org > Subject: Re: RFC: gdb web page patch for git conversion >=20 > On Wed, Sep 04, 2013 at 06:09:43AM -0700, Joel Brobecker wrote: > > > My semi-baked plan for the web site redesign, as seen at > > >=20 > > > http://sourceware.org/gdb/wiki/WebsiteRedesign > > >=20 > > > includes a git migration. > >=20 > > Interesting plan! > >=20 > > 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. >=20 > As a somewhat related, general remark: It would be nice if=20 > GDB documentation > tagged new features with the version in which they are first=20 > implemented. >=20 > From a frontend developer's point of view the decision which=20 > feature should > to be supported is often driven by what version of GDB common=20 > distributions > ship. Having a feature tagged as "new and officially=20 > supported in version > x.y.z" is a more robust approach than trying to deduce=20 > "official" blessing > from change logs, patches, and NEWS entries.=20 I second the motion :) Marc=20