On Tue, Sep 18, 2001 at 11:21:28AM -0400, Greg Ward wrote: >Looks like we should add this as a module to the "quixote" package. How >does quixote.mod_python sound -- too confusing? I think +1; I have no problem with the name. > * perhaps we should bring back the ROOT_NAMESPACE config variable. > We took it away because it's so utterly fundamental to a Quixote > application that it's not "just another config option". But > we also assumed that the application writer would always > be the one instantiating a Publisher. I don't think it should be a configuration variable, but instead should be the responsibility of whoever writes the glue between FastCGI/mod_python/whatever and the Quixote Publisher. So specifying it as an option in this case seems reasonable. --amk