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 8C427D1D1B2 for ; Sat, 14 Feb 2004 19:15:24 +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 11044-01 for ; Sat, 14 Feb 2004 15:15:17 -0400 (AST) Received: from ngate.rdw.ru (mail.rdw.ru [195.42.172.4]) by svr1.postgresql.org (Postfix) with SMTP id CCEDDD1CB0F for ; Sat, 14 Feb 2004 15:15:15 -0400 (AST) Received: (qmail 303 invoked from network); 14 Feb 2004 19:15:16 -0000 Received: from unknown (HELO rdw.ru) (192.168.0.57) by ngate.rdw.ru with SMTP; 14 Feb 2004 19:15:16 -0000 Received: (qmail 21359 invoked from network); 14 Feb 2004 19:08:41 -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 ; 14 Feb 2004 19:08:40 -0000 Message-ID: <402E73C5.6070805@cs.msu.su> Date: Sat, 14 Feb 2004 22:15:17 +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: webmaster@letzplay.de Cc: dpage@vale-housing.co.uk, pgsql-www@postgresql.org Subject: Re: development questions References: <03AF4E498C591348A42FC93DEA9661B889F342@mail.vale-housing.co.uk> <402DF278.5020600@cs.msu.su> <50247.80.177.99.193.1076772033.squirrel@ssl.vale-housing.co.uk> <20040214173430.9639.qmail@osiris.gamecrashnet.de> In-Reply-To: <20040214173430.9639.qmail@osiris.gamecrashnet.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200402/79 X-Sequence-Number: 3644 Hi! Andreas Grabmüller wrote: > When I saw Alexeys posts, I decided to not answer them - it's difficult for me to have an objective opinion as I simply don't like the way Alexey came in and said "everything you do sucks, what I do is the only right way you can do that". That makes me think "what the hell does that guy want from us?". However, let me try it. You are unfair to yourself. While the code I inherited could use some optimisations (and I did optimise some parts of it) I mostly had just to refactor the existing code, it already worked OK. > I have reviewed the code and it looks good - most of it seems to work, much of my code has been optimized. > > I can't say if this code is good or this code is bad. He did the changes he stated in his mail, and they seem to work and the code techincally looks good (at least better than mine). The question is, do we want to have this changes? I like the template usage and the new path format page.html.{ln}. I personally don't like the usage of gettext as for me this seems to be overhead - before we had a php file containing all variables, now we have several .po etc. files which have to be edited by special software (I think?). All this is just a question of the personal point of view. Yes, it is the matter of taste. The benefit of having .po files instead of .php files is (like I see it): 1) .po files are generated automatically and thus it is more difficult to have the translations that are out of sync due to programmer error. 2) It is not difficult to edit the .po files. There is some special software, but I just used the same PHPEdit to prepare the Russian translation, as if I was editing the plain text files.