Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 31B752E2DC2 for ; Wed, 5 Mar 2008 11:50:00 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 40020-05 for ; Wed, 5 Mar 2008 11:49:45 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 76C2E2E0D9B for ; Wed, 5 Mar 2008 11:49:54 -0400 (AST) Received: by svr2.hagander.net (Postfix, from userid 1000) id 80616DCC813; Wed, 5 Mar 2008 16:49:51 +0100 (CET) Date: Wed, 5 Mar 2008 16:49:51 +0100 From: Magnus Hagander To: Selena Deckelmann Cc: Dave Page , pgsql-www@postgresql.org Subject: Re: List types Message-ID: <20080305154951.GV5559@svr2.hagander.net> References: <20080305125551.GO5559@svr2.hagander.net> <937d27e10803050505p2875c771s19aa5d1c5fa84537@mail.gmail.com> <2b5e566d0803050746t4411865bhaa9a9a8d7b55db4f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2b5e566d0803050746t4411865bhaa9a9a8d7b55db4f@mail.gmail.com> User-Agent: Mutt/1.5.11 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/80 X-Sequence-Number: 14199 On Wed, Mar 05, 2008 at 07:46:52AM -0800, Selena Deckelmann wrote: > On Wed, Mar 5, 2008 at 5:05 AM, Dave Page wrote: > > On Wed, Mar 5, 2008 at 12:55 PM, Magnus Hagander wrote: > > > What's the difference between "Regional lists" and "User Groups Lists"? I > > > mean, we have persian pug under regional, but sydney and portland under > > > user groups... Should we just merge these? > > > > > > (http://www.postgresql.org/community/lists/) > > > > The PUGs are supposed to be groups working on face to face events etc. > > The Regionals are actually a kind of mix of language and > > region-speciifc content. > > Looking over the user group and regional lists, I feel like we need a > new category. > > Here's what I propose: > > User Groups > * organizing face-to-face meetings, local advocacy. generally > highly-local discussion that is a mix of technical/non-technical > > Regional Organization > * larger geographic area, non-profit groups, primarily > non-technical discussion > > Language-specific lists > * These follow the model of pgsql-general - providing technical > support and referrals in a specific language: pgsql-es-ayuda, > pgsql-fr-generale and the Persian list *seem* to follow this model. > Alvarro could speak for pgsql-es-ayuda. I *think* pgsql-it-generale > also falls in that category. Gabriele? (I'm not commenting on this ATM, in the hope that others will) > Does that division sit well with people? I can offer a patch later on > today for the pages and sidebars. It lives in the database as of today, so there's no patch to move these things around. It's a bunch of UPDATE statements... //Magnus