Re: [sword-devel] SWConfig Changes

2002-09-05 Thread David White
On Thu, 2002-09-05 at 14:08, Troy A. Griffitts wrote: > > - An additional constructor for SWConfig should be provided which takes > > a sequence of configuration files, which are all loaded and combined > > - A method should be provided which allows loading of a configuration > > file and merging

Re: [sword-devel] SWConfig Changes

2002-09-05 Thread Daniel Glassey
I think this catches most of the uses of SWConfig, mostly random thoughts so I hope you can follow it. need ways of creating new conf files. and deleting cruft from old ones. Module config location files: single section [Install] mutiple items DataPath for where to look for data should be docum

Re: [sword-devel] SWConfig Changes

2002-09-05 Thread Daniel Glassey
On 4 Sep 2002 at 21:08, Troy A. Griffitts sent forth the message: >> [Good ideas] Just a couple of random things that I want to make sure work. I guess it should be specified what it is going to be used for just to make sure it will do those. um, I'll just send this and send those bits later.

Re: [sword-devel] SWConfig Changes

2002-09-04 Thread Troy A. Griffitts
> - An additional constructor for SWConfig should be provided which takes > a sequence of configuration files, which are all loaded and combined > - A method should be provided which allows loading of a configuration > file and merging its contents with the current configuration information I per