| 1 |
$Id$
|
| 2 |
|
| 3 |
Project admin category - Provides a new "Project administration" category
|
| 4 |
in the admin interface, for other modules to depend on.
|
| 5 |
|
| 6 |
|
| 7 |
SHORT DESCRIPTION
|
| 8 |
-----------------
|
| 9 |
In just two tiny functions, this module does nothing but provide a category
|
| 10 |
named "Project administration" in the admin overview. Other modules can depend
|
| 11 |
on this one instead of creating their 'admin/project' menu paths all by
|
| 12 |
themselves.
|
| 13 |
|
| 14 |
This module makes sense because there is no single project management related
|
| 15 |
module that all project management related sites use, and without this module,
|
| 16 |
other ones must either duplicate the 'admin/project' menu path with special
|
| 17 |
care, or put themselves into 'admin/settings' in order to avoid complications.
|
| 18 |
By depending on this module however, other modules can simply register
|
| 19 |
'admin/project/*' menu paths and be done with it.
|
| 20 |
|
| 21 |
Target audience: modules like Project, Version Control API,
|
| 22 |
Time budget or Project forecast.
|
| 23 |
|
| 24 |
No module dependencies.
|
| 25 |
|
| 26 |
|
| 27 |
AUTHOR & MAINTAINER
|
| 28 |
-------------------
|
| 29 |
Jakob Petsovits <jpetso at gmx DOT at>
|