* @copyright 2002-8 by RalfBecker@outdoor-training.de
* @package etemplate
* @subpackage setup
* @version $Id$
*/
$setup_info['etemplate']['name'] = 'etemplate';
$setup_info['etemplate']['version'] = '14.1';
$setup_info['etemplate']['app_order'] = 60; // just behind the developers-tools
$setup_info['etemplate']['tables'] = array('egw_etemplate');
$setup_info['etemplate']['enable'] = 1;
$setup_info['etemplate']['index'] = 'etemplate.editor.edit';
$setup_info['etemplate']['author'] =
$setup_info['etemplate']['maintainer'] = array(
'name' => 'Ralf Becker',
'email' => 'ralfbecker@outdoor-training.de'
);
$setup_info['etemplate']['license'] = 'GPL';
$setup_info['etemplate']['description'] =
'eTemplates are a new widget-based template system for eGroupWare with an
interactive editor and a database table-editor (creates tables_current.inc.php and
updates automaticaly tables_update.inc.php).';
$setup_info['etemplate']['note'] =
'For more information check out the Tutorial,
the Referenz Documentation
or the eTemplate page in our Wiki.';
/* The hooks this app includes, needed for hooks registration */
$setup_info['etemplate']['hooks'][] = 'sidebox_menu';
/* Dependencies for this app to work */
$setup_info['etemplate']['depends'][] = array(
'appname' => 'phpgwapi',
'versions' => Array('14.1')
);