phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/setup setup.inc.php,1.5,1.6


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/setup setup.inc.php,1.5,1.6
Date: Sun, 27 Oct 2002 13:36:24 -0500

Update of /cvsroot/phpgroupware/sitemgr/setup
In directory subversions:/tmp/cvs-serv690

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/sitemgr/setup/setup.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** setup.inc.php       7 Sep 2002 05:57:29 -0000       1.5
--- setup.inc.php       27 Oct 2002 18:36:22 -0000      1.6
***************
*** 13,21 ****
  
        $setup_info['sitemgr']['name']      = 'sitemgr';
!       $setup_info['sitemgr']['title']     = 'SiteMgr Web Content Manager';
        $setup_info['sitemgr']['version']   = '0.9.14.002';
        $setup_info['sitemgr']['app_order'] = 8;
        $setup_info['sitemgr']['tables']    = 
array('phpgw_sitemgr_pages','phpgw_sitemgr_blocks','phpgw_sitemgr_preferences');
        $setup_info['sitemgr']['enable']    = 1;
  
        /* The hooks this app includes, needed for hooks registration */
--- 13,49 ----
  
        $setup_info['sitemgr']['name']      = 'sitemgr';
!       $setup_info['sitemgr']['title']     = 'SiteMgr Web Content Manager'; // 
note to mr_e: left for 0.9.14, need to go into the lang-file for HEAD
        $setup_info['sitemgr']['version']   = '0.9.14.002';
        $setup_info['sitemgr']['app_order'] = 8;
        $setup_info['sitemgr']['tables']    = 
array('phpgw_sitemgr_pages','phpgw_sitemgr_blocks','phpgw_sitemgr_preferences');
        $setup_info['sitemgr']['enable']    = 1;
+       $setup_info['sitemgr']['description'] =
+               '<u>Overview</u><br>
+               This program will generate a dynamic web site with discrete 
sections that various
+               phpGroupWare users may edit, if the administrator gives them 
permission to do so.
+               In effect, the generated website can have sections which 
independent departments are
+               in charge of maintaining.  The site administrator can choose a 
theme and create headers,
+               footers, and sidebars to enforce a sitewide look and feel.  
Site sections can be viewable
+               public (viewable by anonymous users) or private (viewable by 
specified users and groups only).
+               <p>
+               <u>Background</u><br>
+               Team 10 in the UC Irvine Systems Design Course, ICS 125, chose 
this as their project.
+               Seek3r served as the project\'s "customer" and the team wrote 
extensive requirements and
+               design documents followed by the actual coding of the project.  
The course is ten weeks
+               long, but coding doesn\'t start until part-way through week 6, 
so version 1.0 of sitemgr
+               was programmed in an intensive 3 weeks.';
+       $setup_info['sitemgr']['author'] =
+               '<u>ICS 125 Team 10</u>:<br>
+               Tina Alinaghian (tina -AT- checkyour6.net)<br>
+               Austin Lee (anhjah -AT- hotmail.com)<br>
+               Siu Leung (rurouni_master -AT- hotmail.com)<br>
+               Fang Ming Lo (flo -AT- uci.edu)<br>
+               Patrick Walsh (mr_e -AT- phpgroupware.org)<br>
+               <u>Professor</u>:<br>
+               Hadar Ziv (profziv -AT- aol.com)<br>
+               <u>TA</u>:<br>
+               Arijit Ghosh (arijitg -AT- uci.edu)';
+       $setup_info['sitemgr']['maintainer'] = 'Patrick Walsh';
+       $setup_info['sitemgr']['maintainer_email'] = 'address@hidden';
  
        /* The hooks this app includes, needed for hooks registration */





reply via email to

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