source: companies/celepar/expressoMail1_2/setup/setup.inc.php @ 763

Revision 763, 2.0 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<?php
2        /**********************************************************************************\
3        * Expresso Administração                                                                                                   *
4        * by Joao Alfredo Knopik Junior (joao.alfredo@gmail.com, jakjr@celepar.pr.gov.br)  *
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        $setup_info['expressoMail1_2']['name']          = 'expressoMail1_2';
13        $setup_info['expressoMail1_2']['title']         = 'ExpressoMail 1.2';
14        $setup_info['expressoMail1_2']['version']       = '1.233';
15        $setup_info['expressoMail1_2']['app_order']     = 2;
16        $setup_info['expressoMail1_2']['tables'][]              = 'phpgw_expressomail_contacts';
17        $setup_info['expressoMail1_2']['enable']        = 1;
18
19        $setup_info['expressoMail1_2']['author'] =      'João Alfredo Knopik Junior'.
20                                                                                                ' (joao.alfredo@gmail.com / jakjr@celepar.pr.gov.br)<br>'.
21                                                                                                'Nilton Emílio Bührer Neto'.
22                                                                                                ' (nilton.neto@gmail.com / niltonneto@celepar.pr.gov.br)';
23        $setup_info['expressoMail1_2']['maintainer'] =  'Empresa ou Instituição onde o seu Expresso está instalado.';
24        $setup_info['expressoMail1_2']['maintainer_email'] = '';
25
26        $setup_info['expressoMail1_2']['license']  = 'GPL';
27        $setup_info['expressoMail1_2']['description'] = 'Módulo de Email, usando metodologia AJAX';
28
29        /* The hooks this app includes, needed for hooks registration */
30        $setup_info['expressoMail1_2']['hooks'][] = 'preferences';
31        $setup_info['expressoMail1_2']['hooks'][] = 'admin';
32        $setup_info['expressoMail1_2']['hooks'][] = 'home';     
33       
34        /* Dependencies for this app to work */
35        $setup_info['expressoMail1_2']['depends'][] = array(
36                'appname' => 'phpgwapi',
37                'versions' => Array('0.9.14','0.9.15','1.0.0')
38        );
39?>
Note: See TracBrowser for help on using the repository browser.