Revision 3381,
860 bytes
checked in by brol, 9 years ago
(diff) |
1.9, cf changelog
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # This file is part of multiToc, a plugin for Dotclear. |
---|
4 | # |
---|
5 | # Copyright (c) 2009-2015 Tomtom and contributors |
---|
6 | # |
---|
7 | # Licensed under the GPL version 2.0 license. |
---|
8 | # A copy of this license is available in LICENSE file or at |
---|
9 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
10 | # -- END LICENSE BLOCK ------------------------------------ |
---|
11 | |
---|
12 | $this->registerModule( |
---|
13 | /* Name */ "multiToc", |
---|
14 | /* Description*/ "Makes posts or content's tables of content", |
---|
15 | /* Author */ "Tomtom, Kozlika, Franck Paul, Pierre Van Glabeke", |
---|
16 | /* Version */ '1.9', |
---|
17 | /* Properties */ |
---|
18 | array( |
---|
19 | 'permissions' => 'usage,contentadmin', |
---|
20 | 'type' => 'plugin', |
---|
21 | 'dc_min' => '2.7', |
---|
22 | 'support' => 'http://lab.dotclear.org/wiki/plugin/multiToc/fr', |
---|
23 | 'details' => 'http://plugins.dotaddict.org/dc2/details/multiToc' |
---|
24 | ) |
---|
25 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.