X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 61C30D1D2BA for ; Mon, 1 Mar 2004 21:08:56 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 03672-01 for ; Mon, 1 Mar 2004 17:08:54 -0400 (AST) Received: from ngate.rdw.ru (mail.rdw.ru [195.42.172.4]) by svr1.postgresql.org (Postfix) with SMTP id A4734D1BA9F for ; Mon, 1 Mar 2004 17:08:51 -0400 (AST) Received: (qmail 11085 invoked from network); 1 Mar 2004 21:08:52 -0000 Received: from unknown (HELO rdw.ru) (192.168.0.57) by ngate.rdw.ru with SMTP; 1 Mar 2004 21:08:52 -0000 Received: (qmail 1870 invoked from network); 1 Mar 2004 21:01:51 -0000 Received: from ppp01.rdw.ru (HELO cs.msu.su) ([192.168.0.7]) (envelope-sender ) by rdw.ru (qmail-ldap-1.03) with SMTP for ; 1 Mar 2004 21:01:51 -0000 Message-ID: <4043A666.6050707@cs.msu.su> Date: Tue, 02 Mar 2004 00:08:54 +0300 From: Alexey Borzov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: David Costa Cc: pgsql-www@postgresql.org Subject: Re: Upgraded Site..any news ? References: <200402281556.i1SFuNn24281@candle.pha.pa.us> <31088E13-6A4A-11D8-BF67-000A95CEC686@dotgeek.org> <200402292324.01002.xzilla@users.sourceforge.net> <4EF461DD-6B39-11D8-B5F9-000A95CEC686@dotgeek.org> In-Reply-To: <4EF461DD-6B39-11D8-B5F9-000A95CEC686@dotgeek.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200403/11 X-Sequence-Number: 3827 Hi! David Costa wrote: > Fine, thanks for the clarification. Just for the sake of transparency I > am working on my own code implementation for the IP2country on > postgresql mirrors, > nothing borrowed from horde to avoid any possible trouble. I will upload > on my beta space as soon as possible. Current implementation of ip2country in portal was written by Andreas, I didn't change it at all. I don't think there can be problems with that. I wanted to borrow some code (Lang class, to be exact) for handling *gettext* issues. > It should be fine as pear classes are not part of the source three as > these are only in the include dir (which is outside of the three). > I will not modify any existing pear class. > > BTW Pear classes are released under PHP license, this should be > different then LGPL isn't it ? Different PEAR classes are released under different licenses, AFAIK there exist BSD and LGPL licensed ones.