[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - PHPBrain * 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['phpbrain']['name'] = 'phpbrain'; 16 $setup_info['phpbrain']['title'] = 'Knowledge Base'; 17 $setup_info['phpbrain']['version'] = '1.0.5'; 18 $setup_info['phpbrain']['app_order'] = 25; 19 $setup_info['phpbrain']['enable'] = 1; 20 21 $setup_info['phpbrain']['author'] = 'Alejandro Pedraza'; 22 $setup_info['phpbrain']['note'] = 'Knowledge Base repository'; 23 $setup_info['phpbrain']['license'] = 'GPL'; 24 $setup_info['phpbrain']['description'] = 'Searchable Knowledge Base.'; 25 $setup_info['phpbrain']['maintainer'] = 'Alejandro Pedraza'; 26 $setup_info['phpbrain']['maintainer_email'] = 'alpeb@users.sourceforge.net'; 27 28 /* The hooks this app includes, needed for hooks registration */ 29 $setup_info['phpbrain']['hooks'][] = 'about'; 30 $setup_info['phpbrain']['hooks'][] = 'admin'; 31 $setup_info['phpbrain']['hooks'][] = 'add_def_pref'; 32 $setup_info['phpbrain']['hooks'][] = 'config'; 33 $setup_info['phpbrain']['hooks'][] = 'preferences'; 34 $setup_info['phpbrain']['hooks'][] = 'settings'; 35 $setup_info['phpbrain']['hooks'][] = 'sidebox_menu'; 36 $setup_info['phpbrain']['hooks'][] = 'deleteaccount'; 37 38 $setup_info['phpbrain']['tables'][] = 'phpgw_kb_articles'; 39 $setup_info['phpbrain']['tables'][] = 'phpgw_kb_comment'; 40 $setup_info['phpbrain']['tables'][] = 'phpgw_kb_questions'; 41 $setup_info['phpbrain']['tables'][] = 'phpgw_kb_ratings'; 42 $setup_info['phpbrain']['tables'][] = 'phpgw_kb_related_art'; 43 $setup_info['phpbrain']['tables'][] = 'phpgw_kb_search'; 44 $setup_info['phpbrain']['tables'][] = 'phpgw_kb_files'; 45 $setup_info['phpbrain']['tables'][] = 'phpgw_kb_urls'; 46 47 /* Dependencies for this app to work */ 48 $setup_info['phpbrain']['depends'][] = array( 49 'appname' => 'phpgwapi', 50 'versions' => Array('1.0.0','1.0.1','1.2') 51 ); 52 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 |