| [ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - Bookmarks * 4 * http://www.egroupware.org * 5 * Based on Bookmarker Copyright (C) 1998 Padraic Renaghan * 6 * http://www.renaghan.com/bookmarker * 7 * -------------------------------------------- * 8 * This program is free software; you can redistribute it and/or modify it * 9 * under the terms of the GNU General Public License as published by the * 10 * Free Software Foundation; either version 2 of the License, or (at your * 11 * option) any later version. * 12 \**************************************************************************/ 13 14 /* $Id: setup.inc.php 20295 2006-02-15 12:31:25Z $ */ 15 16 /* Basic information about this app */ 17 $setup_info['bookmarks']['name'] = 'bookmarks'; 18 $setup_info['bookmarks']['title'] = 'Bookmarks'; 19 $setup_info['bookmarks']['version'] = '1.2'; 20 $setup_info['bookmarks']['app_order'] = '12'; 21 $setup_info['bookmarks']['enable'] = 1; 22 23 $setup_info['bookmarks']['author'] = 'Joseph Engo'; 24 $setup_info['bookmarks']['license'] = 'GPL'; 25 $setup_info['bookmarks']['description'] = 26 'Manage your bookmarks with eGW. Has Netscape plugin.'; 27 $setup_info['bookmarks']['maintainer'] = array( 28 'name' => 'eGroupWare Developers', 29 'email' => 'egroupware-developers@lists.sourceforge.net' 30 ); 31 32 /* The tables this app creates */ 33 $setup_info['bookmarks']['tables'][] = 'egw_bookmarks'; 34 35 /* The hooks this app includes, needed for hooks registration */ 36 $setup_info['bookmarks']['hooks'][] = 'admin'; 37 $setup_info['bookmarks']['hooks'][] = 'preferences'; 38 $setup_info['bookmarks']['hooks'][] = 'sidebox_menu'; 39 40 /* Dependencies for this app to work */ 41 $setup_info['bookmarks']['depends'][] = array( 42 'appname' => 'phpgwapi', 43 'versions' => Array('1.0.0','1.0.1','1.2') 44 ); 45 ?>
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 |