drakSimpleConf
Saturday, September 16th, 2006I’ve been thinking of a method of creating simple configuration UIs.
Take the following config file:
RunMode = Inetd
AuthMode = Closed
Restricted = true
To create a simple configuration GUI for this I would write something like this:
filename is /etc/example.conf
setting RUNMODE can be (Inetd, Daemon)
setting AUTHMODE can be (Closed, Open)
option RunMode is RUNMODE with name “Run mode” and tooltip [...]