phpMyAdmin setup script

I’ve been writing a new phpMyAdmin setup script for a few weeks now and at least it reached a usable state - it can edit server list and show generated config file. Maybe doesn’t look to be much at the first glance, but right now I have a 1500-line framework which allows me to quickly add fully localizable forms by writing a few lines of code. Adding them will take many hours of copy-paste-check the docs cycles but I hope the final effect will be worth it.

Right now I’m concentrating on making the basic functionality work well and leaving that boring copy&paste until the very end. You can find more information about my project on PmaWiki, MySQL SoC list and phpMyAdmin-devel list (archive is broken right now).