Question : Parse settings file with python into a web page

I am creating a web interface for a IDS, and need to perform the following tasks:

Scan a directory full of configuration files, and list these in the web page;
From this list, i need to be able to click on one, and then show the user all the settings in this file as well as a range of other settings they can choose (this will be in the format of mainly check boxes and some text entry boxes)
Then the user will submit any changes made to the configuration file, and this will be overwrite the existing file. I have attached an example of the config file.

Answer : Parse settings file with python into a web page

i need a method for parsing the file i attached into the form view like the one in the first link you posted
Random Solutions  
 
programming4us programming4us