Re: Text File Configurations
Jason Cater <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Organization | GNU Enterprise |
| Message-ID | <[email protected]> |
I have to give my two cents: The configuration form was a hack on one of our developer's parts. GNUe-Forms was not meant to do tasks like that. Forms is a database-centric UI system. But, as Bajusz points out, the code behind it is in gnue-common/datasources/drivers/special/configfile.Connection.py. -- Jason On Saturday 05 June 2004 01:45 pm, Christopher Lewis wrote: > I was looking through the sample forms and found the connection.gfd form. > It looks good and works well, but I need a little help understanding how it > works. > > I can see that it reads the file directly, because the form started with my > customized settings. I just don't see how it understands the sections and > variables. I don't see how it reads the file into the form, or how it > writes the form variables back to the file. > > The reason I ask is because I would like to use gnue-forms to make a > configuration program for other programs, like Asterisk, Apache, Kolab > server, and some others. > > Thanks in advance.