source: trunk/expressoMail1_2/setup/setup.inc.php @ 8

Revision 8, 2.2 KB checked in by niltonneto, 17 years ago (diff)

* empty log message *

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