On Tue, Jul 26, 2011 at 17:31, Parveen Arora <[email protected]> wrote: > Hello Everyone, > > I have made the shell scripts which have variables and ask user for > adding there own choice, i.e If a user wants to create database > through script by giving his own defined name he can do so using > script. > > But now I want to give graphical interface to user for edit these > files, and I found that doing it web based can be more easier than > doing with desktop application. > > So I want the suggestions from you that what should I use to edit > shell scripts graphically?, I also have to change some xml files. > Please let me know how can I do that?
For simple tasks I would recommend you to use zenity. Else if your code is quite bigger use Python to do it. For zenity [1] http://linux.byexamples.com/archives/259/a-complete-zenity-dialog-examples-1/ [2] http://linux.byexamples.com/archives/265/a-complete-zenity-dialog-examples-2/ For python(beginners), [1] http://www.swaroopch.com/files/byteofpython/byte_of_python_v192.pdf -- Arjun S R http://about.me/arjunsr -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
