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 83EA6D1BA21 for ; Thu, 26 Feb 2004 21:29:02 +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 04546-04 for ; Thu, 26 Feb 2004 17:28:47 -0400 (AST) Received: from ngate.rdw.ru (mail.rdw.ru [195.42.172.4]) by svr1.postgresql.org (Postfix) with SMTP id C5855D1D16B for ; Thu, 26 Feb 2004 17:28:41 -0400 (AST) Received: (qmail 18793 invoked from network); 26 Feb 2004 21:28:43 -0000 Received: from unknown (HELO rdw.ru) (192.168.0.57) by ngate.rdw.ru with SMTP; 26 Feb 2004 21:28:43 -0000 Received: (qmail 22668 invoked from network); 26 Feb 2004 21:21:48 -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 ; 26 Feb 2004 21:21:47 -0000 Message-ID: <403E6515.3010401@cs.msu.su> Date: Fri, 27 Feb 2004 00:28:53 +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: <40309550.1040703@cs.msu.su> <20040216111012.W96890@ganymede.hub.org> <4030ED84.30801@cs.msu.su> <403E5BB8.1040703@cs.msu.su> In-Reply-To: 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: 200402/194 X-Sequence-Number: 3759 Hi! David Costa wrote: >>> Just curious, is there any progress with the upgraded site proposed >>> by Alexey with the correct mirror redirection et all ? >> >> >> Er, the site was kinda uploaded to >> http://www.alexey.beta.postgresql.org/ but Marc had some problems >> setting up mod_rewrite for this and thus it does not quite work unless >> you call system/handler.php directly: >> http://www.alexey.beta.postgresql.org/system/handler.php > > I see, I was interested in the downloads redirection but doesn't work > yet. You mean the "closest mirrors" thing? It kinda works: http://www.alexey.beta.postgresql.org/system/handler.php?page=download > I guess the other main change on that page is localization right ? Yes. Index page in Russian: http://www.alexey.beta.postgresql.org/system/handler.php?page=index&lang=ru >> Meanwhile I was going to borrow some code from Horde for cleaner >> gettext() management and produce a clean patch for the current CVS >> version of 'portal'. There are some problems now, like me being >> employed in a project and a harddrive crash, but I hope to continue >> work this weekend/next week. > > No problem, let me know if you need some help. I'll probably need some help after the cleaner patch will be in CVS. I'll post the info in the maillist. > BTW you worked on HTTP_Quickform right ? It rocks big time. It is HTML_QuickForm, not HTTP. ; I was going to use it for form handling on the site, that's good that you know it. >> Hopefully Marc will be able to fix mod_rewrite, too. > > Not sure why you need that but I am sure there is a good reason :D The whole (dynamic) site is dispatched through system/handler.php script, mod_rewrite is used to redirect "virtual" pages to it.