Clarification: Say you are using TurboGears to build a site to develop and edit a site, and then want to output a static site. Would there be an easy way to mark which of the CherryPy pages are static, then have a method to output a static site with all the static pages, JavaScript, style sheets, images etc in the right place?
Seems like TurboGears would be an economical way to build and maintain a static site.

