On 10/11/05, Scott Benjamin <[EMAIL PROTECTED]> wrote: > > I'm curious. > > What is the setup that TG uses for the website? In particular I'm > interested in seeing if TG was used on turbogears.org, since > withstanind a slashdotting is nothing to bat an eye at.
As Sebastian said, turbogears.org is a static site. My primary reason for this is that I think it's important for the website to be able to properly reflect the current version of the software (and to be able to have docs for other versions of the software). So, the site is in svn, just like the software. While I'm certain that a well-designed TurboGears app will scale as well as any other non-static website, nothing can handle a slashdotting quite like static files :) Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

