Revision 3350,
888 bytes
checked in by brol, 9 years ago
(diff) |
voir changelog
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # This file is part of lunarPhase, a plugin for Dotclear. |
---|
4 | # |
---|
5 | # Copyright (c) 2009-2014 Tomtom |
---|
6 | # Contributor: Pierre Van Glabeke |
---|
7 | # |
---|
8 | # Licensed under the GPL version 2.0 license. |
---|
9 | # A copy of this license is available in LICENSE file or at |
---|
10 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
11 | # -- END LICENSE BLOCK ------------------------------------ |
---|
12 | |
---|
13 | if (!defined('DC_RC_PATH')) { return; } |
---|
14 | |
---|
15 | $this->registerModule( |
---|
16 | /* Name */ 'lunarPhase', |
---|
17 | /* Description */ 'Display the moon phases', |
---|
18 | /* Author */ 'Tomtom, Pierre Van Glabeke', |
---|
19 | /* Verion */ '1.4', |
---|
20 | /* Properties */ |
---|
21 | array( |
---|
22 | 'permissions' => 'usage,contentadmin', |
---|
23 | 'type' => 'plugin', |
---|
24 | 'dc_min' => '2.6', |
---|
25 | 'support' => 'http://lab.dotclear.org/wiki/plugin/lunarPhase', |
---|
26 | 'details' => 'http://plugins.dotaddict.org/dc2/details/lunarPhase' |
---|
27 | ) |
---|
28 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.