Project

General

Profile

« Previous | Next » 

Revision 1457

Added by Dietmar almost 13 years ago

Preparing 2.8.2 stable, last tests

View differences:

info.php
1
<?php

2
/**

3
 *

4
 * @category        module

5
 * @package         droplet

6
 * @author          Ruud Eisinga (Ruud) John (PCWacht)

7
 * @author          WebsiteBaker Project

8
 * @copyright       2004-2009, Ryan Djurovich

9
 * @copyright       2009-2011, Website Baker Org. e.V.

10
 * @link			http://www.websitebaker2.org/

11
 * @license         http://www.gnu.org/licenses/gpl.html

12
 * @platform        WebsiteBaker 2.8.x

13
 * @requirements    PHP 5.2.2 and higher

14
 * @version         $Id$

15
 * @filesource		$HeadURL$

16
 * @lastmodified    $Date$

17
 *

18
 */

19

  
20
$module_directory = 'droplets';

21
$module_name = 'Droplets';

22
$module_function = 'tool';

23
$module_version = '1.0.4';

24
$module_platform = '2.8.x';

25
$module_author = 'Ruud and pcwacht';

26
$module_license = 'GNU General Public License';

27
$module_description = 'This tool allows you to manage your local Droplets.';

28

  
29
$module_home = 'http://www.websitebakers.com/pages/droplets/about-droplets.php';

30
$module_guid = '9F2AC2DF-C3E1-4E15-BA4C-2A86E37FE6E5';

1
<?php
2
/**
3
 *
4
 * @category        module
5
 * @package         droplet
6
 * @author          Ruud Eisinga (Ruud) John (PCWacht)
7
 * @author          WebsiteBaker Project
8
 * @copyright       2004-2009, Ryan Djurovich
9
 * @copyright       2009-2011, Website Baker Org. e.V.
10
 * @link			http://www.websitebaker2.org/
11
 * @license         http://www.gnu.org/licenses/gpl.html
12
 * @platform        WebsiteBaker 2.8.x
13
 * @requirements    PHP 5.2.2 and higher
14
 * @version         $Id$
15
 * @filesource		$HeadURL$
16
 * @lastmodified    $Date$
17
 *
18
 */
19

  
20
$module_directory = 'droplets';
21
$module_name = 'Droplets';
22
$module_function = 'tool';
23
$module_version = '1.0.5';
24
$module_platform = '2.8.x';
25
$module_author = 'Ruud and pcwacht';
26
$module_license = 'GNU General Public License';
27
$module_description = 'This tool allows you to manage your local Droplets.';
28

  
29
$module_home = 'http://www.websitebakers.com/pages/droplets/about-droplets.php';
30
$module_guid = '9F2AC2DF-C3E1-4E15-BA4C-2A86E37FE6E5';
31 31
?>
32 32

  

Also available in: Unified diff