Well, it looks like we can't use PHP on the new site, so I will have to re-write the generation script to create static HTML pages.
-David ---------- Forwarded message ---------- From: Joshua Slive <[EMAIL PROTECTED]> Date: Aug 28, 2006 4:43 PM Subject: Re: PHP support on incubator.apache.org To: David Wheeler <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] On 8/28/06, David Wheeler <[EMAIL PROTECTED]> wrote:
Hi, I'm developing a new site for the Apache Tuscany to be published at http://incubator.apache.org/tuscany/ The new site is bsaed around an xml parsing script written in PHP. Would there be any problems in posting this to the server?
Yes. We don't run any dynamic content (with the exception of our download cgi scripts and certain legacy exceptions) on the main websites. This allows us to easily mirror/backup/recreate the sites on other servers. You can, however, use php to generate your static html that you use for the site, if you wish. If you specifically need dynamic content (to show off your technology, for example), there is a "zones" server designed for that. But in this case, I think you would be better off just choosing a different way to generate your site. There are plenty of ways to get static html from xml. Joshua.
