[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - Addressbook * 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 /* $Id: setup.inc.php 20295 2006-02-15 12:31:25Z $ */ 13 14 /* Basic information about this app */ 15 $setup_info['addressbook']['name'] = 'addressbook'; 16 $setup_info['addressbook']['title'] = 'Addressbook'; 17 $setup_info['addressbook']['version'] = '1.2'; 18 $setup_info['addressbook']['app_order'] = 4; 19 $setup_info['addressbook']['enable'] = 1; 20 21 $setup_info['addressbook']['author'] = 'Joseph Engo, Miles Lott'; 22 $setup_info['addressbook']['note'] = 'The phpgwapi manages contact data. Addressbook manages servers for its remote capability.'; 23 $setup_info['addressbook']['license'] = 'GPL'; 24 $setup_info['addressbook']['description'] = 25 'Contact manager with Vcard support.<br> 26 Always have your address book available for updates or look ups from anywhere. <br> 27 Share address book contact information with others. <br> 28 Link contacts to calendar events or InfoLog entires like phonecalls.<br> 29 Addressbook is the eGroupWare default contact application. <br> 30 It makes use of the eGroupWare contacts class to store and retrieve 31 contact information via SQL or LDAP.'; 32 33 $setup_info['addressbook']['maintainer'] = 'eGroupWare coreteam'; 34 $setup_info['addressbook']['maintainer_email'] = 'egroupware-developers@lists.sourceforge.net'; 35 36 /* The hooks this app includes, needed for hooks registration */ 37 $setup_info['addressbook']['hooks'][] = 'admin'; 38 $setup_info['addressbook']['hooks'][] = 'add_def_pref'; 39 $setup_info['addressbook']['hooks'][] = 'config_validate'; 40 $setup_info['addressbook']['hooks'][] = 'home'; 41 $setup_info['addressbook']['hooks'][] = 'addaccount'; 42 $setup_info['addressbook']['hooks'][] = 'editaccount'; 43 $setup_info['addressbook']['hooks'][] = 'deleteaccount'; 44 $setup_info['addressbook']['hooks'][] = 'notifywindow'; 45 $setup_info['addressbook']['hooks'][] = 'sidebox_menu'; 46 $setup_info['addressbook']['hooks'][] = 'preferences'; 47 48 /* Dependencies for this app to work */ 49 $setup_info['addressbook']['depends'][] = array( 50 'appname' => 'phpgwapi', 51 'versions' => Array('1.0.0','1.0.1','1.2') 52 ); 53 $setup_info['addressbook']['depends'][] = array( 54 'appname' => 'etemplate', 55 'versions' => Array('1.0.0','1.0.1','1.2') 56 ); 57 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |