source: trunk/calendar_new/setup/setup.inc.php @ 420

Revision 420, 1.1 KB checked in by niltonneto, 16 years ago (diff)

Commit inicial da agenda com layout usando Ajax.

  • Property svn:executable set to *
Line 
1<?php
2        /******************************************************\
3         * Calendar 2.0                                         *
4         * Alexandre Felipe Muller de Souza                     *
5         * Nilton Neto                                          *
6        \******************************************************/
7       
8        $setup_info['calendar_new']['name']             = 'calendar_new';
9        $setup_info['calendar_new']['title']            = 'Calendar 2.0';
10        $setup_info['calendar_new']['version']          = '2.0';
11        $setup_info['calendar_new']['app_order']        = 9;
12        $setup_info['calendar_new']['enable']           = 1;
13       
14        /* Conf Table */
15       
16        $setup_info['calendar_new']['author'] = 'Celepar Companhia de Informatica do Parana';
17        $setup_info['calendar_new']['maintainer']       =  'CELEPAR';
18        $setup_info['calendar_new']['maintainer_email']= '';
19
20        $setup_info['calendar_new']['license']          = 'GPL';
21        $setup_info['calendar_new']['description'] = 'Calendar Ajax';
22
23        /* The hooks this app includes, needed for hooks registration */
24        $setup_info['calendar_new']['hooks'][] = 'admin';
25               
26        /* Dependencies for this app to work */
27        $setup_info['calendar_new']['depends'][] = array(
28                'appname' => 'phpgwapi',
29                'versions' => Array('0.9.14','0.9.15','1.0.0')
30        );
31?>
Note: See TracBrowser for help on using the repository browser.