aboutsummaryrefslogtreecommitdiffstats
path: root/Module.pm
Commit message (Collapse)AuthorAgeFilesLines
* - Added a Base class for modules.Angelo Naselli2014-01-061-15/+76
| | | | | | | | | - 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-4/+5
| | | | tabstop=4 shiftwidth=4 expandtab
* Initial commit of Admin Panel.Steven Tucker2012-11-061-0/+57
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.