phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: etemplate/doc/et_media/setup setup.inc.php,1.2,1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/doc/et_media/setup setup.inc.php,1.2,1.3
Date: Sun, 27 Oct 2002 12:30:31 -0500

Update of /cvsroot/phpgroupware/etemplate/doc/et_media/setup
In directory subversions:/tmp/cvs-serv7668

Modified Files:
        setup.inc.php 
Log Message:
ubdate to new about-system (all infos are in setup.inc.php, no more hook_about)


Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/et_media/setup/setup.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** setup.inc.php       28 Apr 2002 15:54:10 -0000      1.2
--- setup.inc.php       27 Oct 2002 17:30:29 -0000      1.3
***************
*** 1,17 ****
  <?php
!         $setup_info['et_media']['name']      = 'et_media';
!         $setup_info['et_media']['title']     = 'eT-Media';
!         $setup_info['et_media']['version']   = '0.9.15.001';
!         $setup_info['et_media']['app_order'] = 100;     // at the end
!         $setup_info['et_media']['tables']    = array('phpgw_et_media');
!         $setup_info['et_media']['enable']    = 1;
  
!         /* Dependencies for this app to work */
!         $setup_info['et_media']['depends'][] = array(
!                  'appname' => 'phpgwapi',
!                  'versions' => Array('0.9.13','0.9.14','0.9.15')
!         );
!         $setup_info['et_media']['depends'][] = array(   // this is only 
necessary as long the etemplate-class is not in the api
!                  'appname' => 'etemplate',
!                  'versions' => Array('0.9.13','0.9.14','0.9.15')
!         );
--- 1,40 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - Editable Templates: Example App of the tutorial        
   *
!       * http://www.phpgroupware.org                                           
   *
!       " Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
  
!       /* $Id$ */
! 
!       $setup_info['et_media']['name']      = 'et_media';
!       $setup_info['et_media']['title']     = 'eT-Media';
!       $setup_info['et_media']['version']   = '0.9.15.001';
!       $setup_info['et_media']['app_order'] = 100;     // at the end
!       $setup_info['et_media']['tables']    = array('phpgw_et_media');
!       $setup_info['et_media']['enable']    = 1;
!       $setup_info['et_media']['author']    = 'Ralf Becker';
!       $setup_info['et_media']['license']   = 'GPL';
!       $setup_info['et_media']['description'] =
!               '<b>eTemplates</b> are a new widget-based template system for 
phpGroupWare.<br>
!               <b>eT-Media</b> is the example application of the eTemplates 
tutorial.';
!       $setup_info['et_media']['note'] =
!               'For more information check out the <a 
href="etemplate/doc/etemplate.html" target="_blank">Tutorial</a>
!               and the <a href="etemplate/doc/referenz.html" 
target="_blank">Referenz Documentation</a>.';
!       $setup_info['et_media']['maintainer'] = 'Ralf Becker';
!       $setup_info['et_media']['maintainer_email'] = 'address@hidden';
! 
!       /* Dependencies for this app to work */
!       $setup_info['et_media']['depends'][] = array(
!                               'appname' => 'phpgwapi',
!                               'versions' => Array('0.9.13','0.9.14','0.9.15')
!       );
!       $setup_info['et_media']['depends'][] = array(   // this is only 
necessary as long the etemplate-class is not in the api
!                               'appname' => 'etemplate',
!                               'versions' => Array('0.9.13','0.9.14','0.9.15')
!       );





reply via email to

[Prev in Thread] Current Thread [Next in Thread]