Dotclear

source: plugins/tinyPacker/_define.php @ 3403

Revision 3403, 916 bytes checked in by JcDenis, 7 years ago (diff)

tinyPacker

  • First svn release
Line 
1<?php
2# -- BEGIN LICENSE BLOCK ----------------------------------
3#
4# This file is part of tinyPacker, a plugin for Dotclear 2.
5#
6# Copyright (c) 2009-2016 Jean-Christian Denis and contributors
7# contact@jcdenis.fr http://jcdenis.net
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
15if (!defined('DC_RC_PATH')) {
16
17     return null;
18}
19
20$this->registerModule(
21     /* Name */
22     "Tiny packer",
23     /* Description*/
24     "Quick pack theme or plugin into public dir",
25     /* Author */
26     "Jean-Christian Denis",
27     /* Version */
28     '0.3',
29     /* Properties */
30     array(
31          'permissions' => null,
32          'type' => 'plugin',
33          'dc_min' => '2.6',
34          'support' => 'http://jcd.lv?q=tinyPacker',
35          'details' => 'http://plugins.dotaddict.org/dc2/details/tinyPacker'
36     )
37);
Note: See TracBrowser for help on using the repository browser.

Sites map