diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-12-10 18:08:27 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-12-10 18:08:27 +0100 |
commit | 735e5e5992d445c7ff30d3a83275b0eb9951f09d (patch) | |
tree | 76a52de30d02896e4dfc8556989b5a60921750df | |
parent | c4222fa510921d54b23cd9172a774f7b826b7be0 (diff) | |
download | manatools-735e5e5992d445c7ff30d3a83275b0eb9951f09d.tar manatools-735e5e5992d445c7ff30d3a83275b0eb9951f09d.tar.gz manatools-735e5e5992d445c7ff30d3a83275b0eb9951f09d.tar.bz2 manatools-735e5e5992d445c7ff30d3a83275b0eb9951f09d.tar.xz manatools-735e5e5992d445c7ff30d3a83275b0eb9951f09d.zip |
Changed apanel with mpan as it is called now
-rw-r--r-- | MODULE_HACKING | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/MODULE_HACKING b/MODULE_HACKING index e7f9f975..05ba4da1 100644 --- a/MODULE_HACKING +++ b/MODULE_HACKING @@ -60,27 +60,27 @@ Said that you have to: Other important things are icon and name attributes, please look at other modules code and to Moose documentation how to do it. -4. Add the module to configuration file so that apanel can load it (see below). +4. Add the module to configuration file so that mpan can load it (see below). Some share code is into AdminPanel::Shared modules, such as Locales to manage localization or Module back-ends for instance. - AdminPanel configuration (how to run a module) -apanel can be run using a "name" parameter and eventually by forcing a configuration +mpan can be run using a "name" parameter and eventually by forcing a configuration directory path where to find configuration files. -Default name is apanel, and the name by convention is the place in witch to find +Default name is mpan, and the name by convention is the place in witch to find configuration files under /etc. -So apanel will look for: -/etc/apanel/settings.conf -/etc/apanel/categories.conf +So mpan will look for: +/etc/mpan/settings.conf +/etc/mpan/categories.conf categories can also be searched under: -/etc/apanel/categories.conf.d/MyModule.conf +/etc/mpan/categories.conf.d/MyModule.conf How to run modules is defined into categories.conf or alternatively MyModule.conf under the related categories.conf.d. Last method allows to write a Module that is not under the AdminPanel -development tree, and easily install, load and run it using apanel. +development tree, and easily install, load and run it using mpan. Categories are icon buttons that can contain more modules, so to have a old mcc view: |