Configuration
Status: Alpha
Brought to you by:
chawky
This service will provide an abstraction layer for configuration. This configuration file can be saved and loaded in any format you want. Probably the best would be to use a variant of INI file. There are some libraries out there that will do advanced things with INI files.
The configuration database should be able to be loaded and saved to a file that is close the main executable. It should be easy to find, modifable by hand and flexible. Also this module will support the fpa-command interface where it can take commands from an fpa.script and parse them to dynamically change settings. Basically I can send an email to FPA and it can interpret lines in the email that will be used to configure the service.