X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [64.117.224.130]) by svr1.postgresql.org (Postfix) with ESMTP id CDEA4D1B8B4 for ; Sat, 30 Aug 2003 15:49:10 +0000 (GMT) Received: from svr1.postgresql.org ([64.117.224.193]) by localhost (neptune.hub.org [64.117.224.130]) (amavisd-new, port 10024) with ESMTP id 41336-08 for ; Sat, 30 Aug 2003 12:48:40 -0300 (ADT) Received: from mail.iinet.net.au (mail-03.iinet.net.au [203.59.3.35]) by svr1.postgresql.org (Postfix) with SMTP id 56908D1B8A7 for ; Sat, 30 Aug 2003 12:48:38 -0300 (ADT) Received: (qmail 7416 invoked from network); 30 Aug 2003 15:48:35 -0000 Received: from unknown (HELO postgresql.org) (203.59.116.51) by mail.iinet.net.au with SMTP; 30 Aug 2003 15:48:35 -0000 Message-ID: <3F50C75B.2050400@postgresql.org> Date: Sat, 30 Aug 2003 23:48:43 +0800 From: Justin Clift User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: webmaster@letzplay.de Cc: pgsql-www@postgresql.org Subject: Re: Status update References: <20030830132158.18062.qmail@osiris.gamecrashnet.de> In-Reply-To: <20030830132158.18062.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: 200308/37 X-Sequence-Number: 2462 Hi Andreas, This definitely looks like a good start. Found it difficult to get the German version of the site to load automatically (Mozilla probably needed a restart after changing the language selection, but I had too many other windows open with interesting things in them to want to close them...). Is there a strategy in place for creating news and events in languages other than English? We'd probably want to manage the events and news a bit seperately from each other... or at least have a "language" field for each news/event so it only displays the relevant ones. This might or might not have been considered already though, with me having missed the conversation... ;-) Regards and best wishes, Justin Clift Andreas GrabmXller wrote: > Hi, > > I think the new multilingual website system is working now (well, the technical side works, I have not added all pages and files yet). You can find it on http://wwwdevel2.postgresql.org > > It would be good to get some comments / suggestions on the code now... you can find it at /home/www.postgresql.com/andreas/public_html or view it on the web at http://svn.gamecrashnet.de/repos/pgsql_org/ > > Some comments on how the system works: > > Every request goes through some RewriteRules in the .htaccess file. If the files exists in the cache directory, this one is delivered (for performance reasons). If the is for a file in the /admin, /layout or the /files directory, nothing happens. Every other request gets redirected to the script /system/handler.php (or /system/handleform.php which handles every dynamic request) where the pages get built and delivered dynamically. > > There is a script in the /tools directory called "rebuildcache" written in PHP, this can rebuild parts or or the whole cache directory. just call it without arguments to get the help. The cache directory contains all static pages and elements, so this can be used to mirror the whole website (all dynamic contents get linked to postgresql.org statically). > > Is there a problem with this? Or is something missing? > > Mit freundlichen Grüßen > Andreas Grabmüller > > -- > LetzPlay.de > | Freemail: http://www.letzplay.de/mail > | Forenhosting: http://www.letzplay.de/foren > ---------------------------(end of broadcast)--------------------------- > TIP 8: explain analyze is your friend