[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - Mydms * 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['mydms']['name'] = 'mydms'; 14 $setup_info['mydms']['title'] = 'mydms'; 15 $setup_info['mydms']['version'] = '1.2.000'; 16 $setup_info['mydms']['app_order'] = 5; 17 $setup_info['mydms']['enable'] = 1; 18 19 $setup_info['mydms']['author'] = 'Real SoftService'; 20 $setup_info['mydms']['note'] = 'DMS(Document Management System for Egroupware'; 21 $setup_info['mydms']['license'] = 'GPL'; 22 $setup_info['mydms']['description'] = 23 'This module is ported from project mydms'; 24 25 $setup_info['mydms']['maintainer'] = 'Lars Kneschke'; 26 $setup_info['mydms']['maintainer_email'] = 'l.kneschke@metaways.de'; 27 28 /* The hooks this app includes, needed for hooks registration */ 29 $setup_info['mydms']['hooks'][] = 'sidebox_menu'; 30 31 /* The tables this app creates */ 32 $setup_info['mydms']['tables'] = array( 33 'phpgw_mydms_ACLs', 34 'phpgw_mydms_DocumentContent', 35 'phpgw_mydms_Documents', 36 'phpgw_mydms_Folders', 37 'phpgw_mydms_GroupMembers', 38 'phpgw_mydms_Groups', 39 'phpgw_mydms_Notify', 40 'phpgw_mydms_DocumentLinks', 41 'phpgw_mydms_Sessions', 42 'phpgw_mydms_UserImages', 43 'phpgw_mydms_Users', 44 'phpgw_mydms_KeywordCategories', 45 'phpgw_mydms_Keywords' 46 ); 47 $setup_info['mydms']['only_db'] = array('mysql'); 48 49 /* Dependencies for this app to work */ 50 $setup_info['mydms']['depends'][] = array( 51 'appname' => 'phpgwapi', 52 'versions' => Array('1.0.0','1.0.1','1.2','1.3') 53 ); 54 ?>
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 |