Revision 3336,
931 bytes
checked in by brol, 9 years ago
(diff) |
voir changelog
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # |
---|
4 | # This file is part of topWriter, a plugin for Dotclear 2. |
---|
5 | # |
---|
6 | # Copyright (c) 2009-2013 Jean-Christian Denis and contributors |
---|
7 | # contact@jcdenis.fr http://jcd.lv |
---|
8 | # |
---|
9 | # Licensed under the GPL version 2.0 license. |
---|
10 | # A copy of this license is available in LICENSE file or at |
---|
11 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
12 | # |
---|
13 | # -- END LICENSE BLOCK ------------------------------------ |
---|
14 | |
---|
15 | if (!defined('DC_RC_PATH')) { |
---|
16 | |
---|
17 | return null; |
---|
18 | } |
---|
19 | |
---|
20 | $this->registerModule( |
---|
21 | /* Name */ |
---|
22 | "topWriter", |
---|
23 | /* Description*/ |
---|
24 | "Ranking of the most prolific writers and/or commentators", |
---|
25 | /* Author */ |
---|
26 | "Jean-Christian Denis, Pierre Van Glabeke", |
---|
27 | /* Version */ |
---|
28 | '0.6', |
---|
29 | array( |
---|
30 | 'permissions' => 'admin', |
---|
31 | 'type' => 'plugin', |
---|
32 | 'dc_min' => '2.6', |
---|
33 | 'support' => 'http://lab.dotclear.org/wiki/plugin/topWriter', |
---|
34 | 'details' => 'http://plugins.dotaddict.org/dc2/details/topWriter' |
---|
35 | ) |
---|
36 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.