Generic Configuration Form Manage (GCFM) is a small web server which provides some web service to update configuration file. A web-service skeleton is provide in directory skel as an example to develop specific configuration file editor. Mostly one need to customize the help tab message and the import/export function in the script.inc.js file.
Moreover, GCFM also provides a form to configure the minimalist web server in order to enable configuration editor services. It allows to:
The user interface is split into 5 area. On top and in the bottom, there are descriptive header and footer. On left there a menu panel follow by a short sub area displaying useful tricks. The central area shows main information and control button. Just between this area and the footer, there's a status bar to display informative messages and errors.
There's, on the left side, a menu containing 6 buttons. The first one, named "List", shows a tab containing the list of available configuration forms and action buttons. For common users, here is the list of direct links to configuration editors. The second one, named "Help", shows a tab containing current information message. The third button, named "Edit", switches to the editor tab where entry forms are present to update alias name, directory name, configuration file name and service description of installed configuration file editors. Other buttons are linked to direct actions such as. /p>
Alias file format is CSV format where dash (#) can be used to comment end of line. Each line is composed of five fields separated by a semicolon (;):
Special cases:
Generic Configuration Form Manager is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.