durusmail: quixote-users: Configuration of a Quixote app
Configuration of a Quixote app
2003-03-17
Re: Configuration of a Quixote app
2003-03-17
2003-03-17
2003-03-18
2003-03-17
2003-03-17
2003-03-17
2003-03-18
Configuration of a Quixote app
Titus Brown
2003-03-17
-> Would anyone else like it if the mechanism used for configuring a Quixote
-> file could be used both for Quixote itself and for application-specific
-> details?

It's easy enough to override, so I don't see any reason to complicate
things...

In the two Quixote apps I'm working on, I use a ConfigParser-style config
file, and override the Publisher configuration system to read in the
various parameters from there.  Works pretty well, especially since I
make sure to test the configuration upon import, so I can catch any
errors very easily.

--titus

reply