phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: skel/setup setup.inc.php,1.9,1.9.4.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: skel/setup setup.inc.php,1.9,1.9.4.1
Date: Sun, 30 Mar 2003 18:49:41 -0500

Update of /cvsroot/phpgroupware/skel/setup
In directory subversions:/tmp/cvs-serv10802

Modified Files:
      Tag: Version-0_9_16-branch
        setup.inc.php 
Log Message:
added some of the about-fields to skel/setup/setup.inc.php

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/skel/setup/setup.inc.php,v
retrieving revision 1.9
retrieving revision 1.9.4.1
diff -C2 -r1.9 -r1.9.4.1
*** setup.inc.php       7 Jan 2002 10:50:42 -0000       1.9
--- setup.inc.php       30 Mar 2003 23:49:39 -0000      1.9.4.1
***************
*** 19,22 ****
--- 19,33 ----
        $setup_info['skel']['enable']    = 1;
        
+       /* some info's for about.php and apps.phpgroupware.org */
+       $setup_info['skel']['author']    = 'Your Name';
+       $setup_info['skel']['license']   = 'GPL';
+       $setup_info['skel']['description'] =
+               'This App does this or that. Have a look at my 
+               <a href="http://www.phpgroupware.org"; 
target="_blank">Homepage</a>.';
+       $setup_info['skel']['note'] =
+               'Some more text shown below the description in italics.';
+       $setup_info['skel']['maintainer'] = 'Your Name';
+       $setup_info['skel']['maintainer_email'] = 'address@hidden';
+       
        /* The tables this app creates */
        $setup_info['skel']['tables']    = Array('phpgw_skel');





reply via email to

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