source: trunk/help/setup/setup.inc.php @ 1068

Revision 1068, 1.4 KB checked in by amuller, 15 years ago (diff)

Ticket #563 - Correção do setup nos módulos

Line 
1<?php
2        /**************************************************************************\
3        * phpGroupWare - Online User Manual                                        *
4        * http://www.eGroupWare.org                                              *
5        * --------------------------------------------                             *
6        *  This program is free software; you can redistribute it and/or modify it *
7        *  under the terms of the GNU General Public License as published by the   *
8        *  Free Software Foundation; either version 2 of the License, or (at your  *
9        *  option) any later version.                                              *
10        \**************************************************************************/
11       
12        /* Basic information about this app */
13        $setup_info['help']['name']      = 'help';
14        $setup_info['help']['title']     = 'User Manual and Help Page';
15        $setup_info['help']['version']   = '1.0.0';
16        $setup_info['help']['app_order'] = 5;
17        $setup_info['help']['enable']    = 4;   // popup
18
19        $setup_info['help']['author']    = 'William Merlotto';
20        $setup_info['help']['maintainer'] = 'William Merlotto - Nilton Neto';
21        $setup_info['help']['maintainer_email'] = '';
22        $setup_info['help']['license']   = 'GPL';
23        $setup_info['help']['description'] ='The new Expresso Online User Manual uses the Wiki app.';
24
25        /* Dependencies for this app to work */
26        $setup_info['help']['depends'][] = array(
27                 'appname' => 'phpgwapi',
28                 'versions' => Array('0.9.14','2.0.0')
29        );
30?>
Note: See TracBrowser for help on using the repository browser.