Revision 3329,
920 bytes
checked in by brol, 8 years ago
(diff) |
voir release.txt
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # This file is part of efiMetadatas, a plugin for Dotclear 2. |
---|
4 | # |
---|
5 | # Copyright (c) 2009-2010 JC Denis and contributors |
---|
6 | # jcdenis@gdwd.com |
---|
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 | /* date */ #15-01-2015 |
---|
13 | |
---|
14 | if (!defined('DC_RC_PATH')){return;} |
---|
15 | |
---|
16 | $this->registerModule( |
---|
17 | /* Name */ "efiMetadatas", |
---|
18 | /* Description*/ "Show metadatas of first image of an entry", |
---|
19 | /* Author */ "JC Denis, Pierre Van Glabeke", |
---|
20 | /* Version */ '0.4', |
---|
21 | /* Properties */ |
---|
22 | array( |
---|
23 | 'permissions' => 'admin', |
---|
24 | 'type' => 'plugin', |
---|
25 | 'dc_min' => '2.6', |
---|
26 | 'support' => 'http://lab.dotclear.org/wiki/plugin/efiMetadatas', |
---|
27 | 'details' => 'http://plugins.dotaddict.org/dc2/details/efiMetadatas' |
---|
28 | ) |
---|
29 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.