From: David B. <dav...@gm...> - 2011-03-12 23:50:52
|
Hi Siddarth, On Sat, Mar 12, 2011 at 7:03 PM, Siddharth Kothari <sid...@gm...> wrote: > Hi everyone, > I need help to understand the functionality of tux4kids-admin, and the > difference between tuxmath-admin and tux4kids-admin. Is tux4kids-admin a > replacement for tuxmath-admin? tuxmath-admin is a command-line utility Tim Holy wrote a few years ago to manage high scores, summary files, and so forth. It works with the login system Tim wrote at the same time. tux4kids-admin is supposed to be an end-user- (i.e. teacher-) friendly GUI program to handle all aspects of using Tux4Kids apps in a classroom setting. It uses Qt4 for GUI elements. The problem is that it has never really been finished to the point of being ready to package for distribution. There is no documentation of what the program actually does, and only a tiny README saying how to build and run it. You really just need to clone the git repository and start looking around: git clone git+ssh://use...@gi.../git/tux4kids/tux4kids-admin.git HTH, David |