Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5839D18D1D for ; Fri, 29 Jan 2016 13:49:18 +0000 (UTC) Received: (qmail 35041 invoked by uid 500); 29 Jan 2016 13:49:17 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 34978 invoked by uid 500); 29 Jan 2016 13:49:17 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 34964 invoked by uid 99); 29 Jan 2016 13:49:17 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jan 2016 13:49:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id B934E1A048D for ; Fri, 29 Jan 2016 13:49:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.654 X-Spam-Level: X-Spam-Status: No, score=-0.654 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RP_MATCHES_RCVD=-0.554, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=elyograg.org Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id pVTxYBGuAKUx for ; Fri, 29 Jan 2016 13:49:09 +0000 (UTC) Received: from frodo.elyograg.org (frodo.elyograg.org [166.70.79.219]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id A337F20426 for ; Fri, 29 Jan 2016 13:49:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by frodo.elyograg.org (Postfix) with ESMTP id 1C4B97478 for ; Fri, 29 Jan 2016 06:49:09 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=elyograg.org; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject:received:received; s=mail; t= 1454075348; bh=ubcbxqbYJIpCaGa0CYOE77Ezu5LbT0YcirOugy1fqVM=; b=j hTJt08PAYInpMGDgkoGRT/HXqFkgQeIBhGF3EXV5/pKL4P+l3NUpzq4+cwUyrnRh Qu6P1EdXFUm8iTJez32Lz9NM/8BylDL+Kk4/x03FdfpRdqz8TD+E4kvvWsqk32lO v+nJP4dUr+aFjpZN8bY8BtbZd3Iw3f9VYjfXr0z1B4= X-Virus-Scanned: Debian amavisd-new at frodo.elyograg.org Received: from frodo.elyograg.org ([127.0.0.1]) by localhost (frodo.elyograg.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 7UUutONhRk4A for ; Fri, 29 Jan 2016 06:49:08 -0700 (MST) Received: from [192.168.1.107] (107.int.elyograg.org [192.168.1.107]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: elyograg@elyograg.org) by frodo.elyograg.org (Postfix) with ESMTPSA id B276A2648 for ; Fri, 29 Jan 2016 06:49:08 -0700 (MST) Subject: Re: Updating whoweare page To: dev@lucene.apache.org References: <3AD835FC-E96C-41AB-A95B-85E961798B35@cominvent.com> From: Shawn Heisey Message-ID: <56AB6DDA.6000701@elyograg.org> Date: Fri, 29 Jan 2016 06:49:14 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <3AD835FC-E96C-41AB-A95B-85E961798B35@cominvent.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit On 1/29/2016 3:11 AM, Jan Høydahl wrote: > The page https://lucene.apache.org/whoweare.html used to be sorted on last name. However somewhere along the way things got messed up and new committers started adding themselves to the end of the list. > > I have re-sorted the list, and want your consent to publish the changes. Please review the staging site http://lucene.staging.apache.org/whoweare.html as well as the diff: https://dl.dropboxusercontent.com/u/20080302/whoweare.patch and verify that I have not messed up anything :-) There is one thing the current sort gives somebody who looks at the page -- an idea of who's new and who isn't. :) I have no strong objection to your proposal. If it had been sorted when I added my name, I would have put it in the middle of the list instead of the end and thought nothing of it. I do wonder if maybe there's a record of the date that each committer joined, and whether it would be appropriate to include that information? Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org