aboutsummaryrefslogtreecommitdiffstats
path: root/Category.pm
Commit message (Collapse)AuthorAgeFilesLines
* Project structure changeAngelo Naselli2014-01-271-201/+0
|
* Added availability to instanziate once intead o many timesAngelo Naselli2014-01-161-6/+13
| | | | Fixed return Category (now is the one we left)
* - Admin service is now splitted (gui and utility)Angelo Naselli2014-01-061-1/+2
| | | | | - Admin service extends Module - fixed load modules from categories.conf.d
* - Added a Base class for modules.Angelo Naselli2014-01-061-4/+67
| | | | | | | | | - Now configuration can be read also int /etc/categories.conf.d/ so that external modules can add their own configuration to be launched and added to admin panel - perl modules can be run by extending Module class, creating a start() method and configuring module entry in categories configuration as class element - Admin User now extends Module
* change code alignment using Angelo Naselli2012-11-061-20/+18
| | | | tabstop=4 shiftwidth=4 expandtab
* Initial commit of Admin Panel.Steven Tucker2012-11-061-0/+132
Has basic functionality that you might expect from the core program, escalates priviledges, loads categories and modules dynamically from configuration file, launches modules and returns to the panel once the module has completed. Works within ncurses, gtk and qt environments using the native widget set.