phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/doc etemplate.html,1.10,1.11


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/doc etemplate.html,1.10,1.11
Date: Tue, 03 Sep 2002 19:26:23 -0400

Update of /cvsroot/phpgroupware/etemplate/doc
In directory subversions:/tmp/cvs-serv21241

Modified Files:
        etemplate.html 
Log Message:
changed $setup_info to $GLOBALS['setup_info'] and included the gtk-screenshot

Index: etemplate.html
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/etemplate.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** etemplate.html      2 Jun 2002 22:07:47 -0000       1.10
--- etemplate.html      3 Sep 2002 23:26:20 -0000       1.11
***************
*** 38,44 ****
        <li>the dialog editor can dump all templates of an app for distribution 
(so they can be in the CVS too)
        <li>they encapsulate differnt UI (User Interface) types from the app: 
at the moment only a HTML one is ready,
!       but a GTK one (using php-gtk, <b>running as native app under linux and 
win32</b>) and XUL is under development.
!       Here is a first <a href="gtk.png">screenshot of the DB-Tools</a> as 
native Linux Application.
  </ul>
  <hr>
  <h1>Tutorial / Example: a simple media database</h1>
--- 38,46 ----
        <li>the dialog editor can dump all templates of an app for distribution 
(so they can be in the CVS too)
        <li>they encapsulate differnt UI (User Interface) types from the app: 
at the moment only a HTML one is ready,
!       but a GTK one (using <a href="http://gtk.php.net"; 
target=_blank>php-gtk</a>, <b>running as native app under linux and
!       win32</b>) and XUL is under development.<br>
!       Here is a first screenshot of the DB-Tools as native Linux Application:
  </ul>
+ <img src="gtk.png">
  <hr>
  <h1>Tutorial / Example: a simple media database</h1>
***************
*** 76,92 ****
  <pre>
  &lt;?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;             <span>// at the 
end</span>
!       $setup_info['et_media']['tables']    = array('phpgw_et_media');
!       $setup_info['et_media']['enable']    = 1;
  
        <span>/* Dependencies for this app to work */</span>
!       $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(   <span>// this is only 
necessary as long the etemplate-class is not in the api</span>
                 'appname' => 'etemplate',
                 'versions' => Array('0.9.13','0.9.14','0.9.15')
--- 78,94 ----
  <pre>
  &lt;?php
!       $GLOBALS['setup_info']['et_media']['name']      = 'et_media';
!       $GLOBALS['setup_info']['et_media']['title']     = 'eT-Media';
!       $GLOBALS['setup_info']['et_media']['version']   = '0.9.15.001';
!       $GLOBALS['setup_info']['et_media']['app_order'] = 100;          
<span>// at the end</span>
!       $GLOBALS['setup_info']['et_media']['tables']    = 
array('phpgw_et_media');
!       $GLOBALS['setup_info']['et_media']['enable']    = 1;
  
        <span>/* Dependencies for this app to work */</span>
!       $GLOBALS['setup_info']['et_media']['depends'][] = array(
                 'appname' => 'phpgwapi',
                 'versions' => Array('0.9.13','0.9.14','0.9.15')
        );
!       $GLOBALS['setup_info']['et_media']['depends'][] = array(        
<span>// this is only necessary as long the etemplate-class is not in the 
api</span>
                 '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]