简体   繁体   中英

Web GUI for editing INI files

I am looking for a Unix based application or framework that would allow me to view/edit ini files on a remote system in a Html GUI via Apache (or similar).

Searching for ini/config/GUI solutions via search engines returns a lot a false positives.

  • Webmin supports all manor of configuration files. It has it's own (Perl) API and Web server.

  • Python has the ConfigParser (or configparser in 3.0) that is geared towards INI style configuration files. You will need to use it with some communication framework like twistedn

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM