durusmail: quixote-users: Some proposed changes to Quixote
Some proposed changes to Quixote
2000-12-04
2000-12-04
2000-12-08
Some proposed changes to Quixote
Neil Schemenauer
2000-12-04
Perhaps Quixote should get the configuration information from the
application namespace.  The only remaining piece of configuration
data is the root namespace itself which could be set by the cgi
script:

       publish.call_fcgi(MyApplication())

To me, this says "publish the namespace returned by
MyApplication() with quixote".  Configuration information is just
another part of the application and is found in
.config.

  Neil


reply