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 238E0D1DF8B for ; Mon, 1 Mar 2004 21:23:10 +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 08070-02 for ; Mon, 1 Mar 2004 17:23:04 -0400 (AST) Received: from smtp.vtx.ch (smtp.vtx.ch [212.147.0.55]) by svr1.postgresql.org (Postfix) with ESMTP id 0F36DD1E9B7 for ; Mon, 1 Mar 2004 17:23:01 -0400 (AST) Received: from [10.0.1.2] (cix-adsl-c51-p253.vtx.ch [212.147.51.253]) by smtp.vtx.ch (VTX Services SA) with ESMTP id A9C53FBCA; Mon, 1 Mar 2004 22:22:58 +0100 (CET) In-Reply-To: <4043A666.6050707@cs.msu.su> 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> <4043A666.6050707@cs.msu.su> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <9D61EB14-6BC6-11D8-8EA8-000A95CEC686@dotgeek.org> Content-Transfer-Encoding: 7bit Cc: pgsql-www@postgresql.org From: David Costa Subject: Re: Upgraded Site..any news ? Date: Mon, 1 Mar 2004 22:22:59 +0100 To: Alexey Borzov X-Mailer: Apple Mail (2.612) X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200403/12 X-Sequence-Number: 3828 On Mar 1, 2004, at 10:08 PM, Alexey Borzov wrote: > 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. Well, AFAIK is not available at the moment so if I find the time I will try to code it up in the upcoming days :D > > 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. > yes well using a class is possible regardless of its license as it will not be part of the source three. I checked your beta, very nice, that said I would not recommend using a template system aka smarty or any pear template. It will tie the website development to the development/API of that specific class and to me, is not good. Cheers David >