INI files are configuration files in the style of Samba's "smb.conf". Sections (introduced by a line enclosed in brackets) are considered records, and the parameters in this section are considered the fields of the record.
The INI file driver is primarly provided to make it possible to use GNUe-Forms to edit configuration files (like connections.conf).
The GNUe INI file driver uses Python's built-in configfile module. It does not depend on any external module.
Home Page: n/a
The following properties can be specified in your connections.conf file:
The following is an example of a connection.conf entry:
[myconn] provider = inifile filename = %(configdir)s/connections.conf