phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] manual/help/EN home.php,1.3 overview.php,1.6


From: powerstat
Subject: [Phpgroupware-cvs] manual/help/EN home.php,1.3 overview.php,1.6
Date: Sun, 17 Apr 2005 15:45:00 +0200

Update of manual/help/EN

Modified Files:
     Branch: MAIN
            home.php lines: +24 -23
            overview.php lines: +57 -53

Log Message:
Added phpdocs
checked with php -l and phpdocumentor.

====================================================
Index: manual/help/EN/home.php
diff -u manual/help/EN/home.php:1.2 manual/help/EN/home.php:1.3
--- manual/help/EN/home.php:1.2 Tue Dec 24 00:51:42 2002
+++ manual/help/EN/home.php     Sun Apr 17 13:45:47 2005
@@ -1,34 +1,35 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - User manual                                               *
-  * http://www.phpgroupware.org                                              *
-  * --------------------------------------------                             *
-  *  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.                                              *
-  \**************************************************************************/
+       /**
+       * Manual - User manual
+       *
+       * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package manual
+       * @version $Id$
+       */

-  /* $Id$ */
+       $phpgw_info["flags"] = array("currentapp" => "manual", 
"enable_utilities_class" => True);

-  $phpgw_info["flags"] = array("currentapp" => "manual", 
"enable_utilities_class" => True);
+       /**
+        * Include phpgroupware header
+        */
        include('../../../header.inc.php');
 ?>
-<img src="<?php echo $phpgw_info["server"]["app_images"]; ?>/title_home.gif" 
border=0>
+<img src="<?php echo $phpgw_info["server"]["app_images"]; ?>/title_home.gif" 
border="0" alt="" />
 <font face="Arial, Helvetica, san-serif" size="2">
-<p>
-When you first log onto the system, this page will be presented to you.
+<p>When you first log onto the system, this page will be presented to you.
 <p>The navigation bar at the top will show you the system applications you 
have.
 These applications are represented in two formats
-<dd>Icons (small pictures, representing the function)
-<dd>Icons and text (same as icons, but with added text below each icon)
-<p>
-Alerts linked to the calendar or to the trouble ticket/todo list, such as 
birthday or
+<ul>
+  <li>Icons (small pictures, representing the function)</li>
+  <li>Icons and text (same as icons, but with added text below each icon)</li>
+</ul>
+<p>Alerts linked to the calendar or to the trouble ticket/todo list, such as 
birthday or
 priority tasks, will be listed on this page.
-<p>
-When you first login to this system, you may have an alert on this page, 
stating you need
+<p>When you first login to this system, you may have an alert on this page, 
stating you need
 to change your password. This can be done in preferences.
-<p>
-If you would like other features that are not in your navigation bar,
+<p>If you would like other features that are not in your navigation bar,
 but are discussed in these howto pages, please contact the systems admin.
-<?php $phpgw->common->phpgw_footer(); ?>
+<?php
+       $phpgw->common->phpgw_footer();
+?>

====================================================
Index: manual/help/EN/overview.php
diff -u manual/help/EN/overview.php:1.5 manual/help/EN/overview.php:1.6
--- manual/help/EN/overview.php:1.5     Wed May  1 09:47:02 2002
+++ manual/help/EN/overview.php Sun Apr 17 13:45:47 2005
@@ -1,79 +1,83 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - User manual                                            
   *
-       * http://www.phpgroupware.org                                           
   *
-       * --------------------------------------------                          
   *
-       *  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$ */
+       /**
+       * Manual - User manual
+       *
+       * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package manual
+       * @version $Id$
+       */

        $GLOBALS['phpgw_info']['flags'] = array
        (
                'currentapp'                            => 'manual',
                'enable_utilities_class'        => True
        );
+
+       /**
+        * Include phpgroupware header
+        */
        include('../../../header.inc.php');
+
        $font = $phpgw_info['theme']['font'];

-       echo '<img src="' . 
$GLOBALS['phpgw']->common->image($GLOBALS['phpgw_info']['flags']['currentapp'],'title_overview')
 . '" border="0">';
+       echo '<img src="' . 
$GLOBALS['phpgw']->common->image($GLOBALS['phpgw_info']['flags']['currentapp'],'title_overview')
 . '" border="0" />';
 ?>
-<font face="<?php echo $font; ?>" size="2"><p/>
-The following pages are an to be used as a guideline/ready reference
+<font face="<?php echo $font; ?>" size="2">
+<p>The following pages are an to be used as a guideline/ready reference
 for how to navigate the pages found here, and the functionality of
-each application.<p/>
-Please visit <a href="http://www.phpgroupware.org"; target=_new><b> 
phpgroupware </b></a> the
+each application.</p>
+<p>Please visit <a href="http://www.phpgroupware.org"; target="_blank""><b> 
phpgroupware </b></a> the
 home page of this free software project, by way of trying to say to the young
 people who wrote (or at least put together much of this) , <b>Thank You</b>.
 Without such keen and enthusiastic joint co-operation, many projects on the
 internet as we know it, would not be available, or would at the very least
 be similar to many other well known <b> costly </b> alternatives.<br/>
-For those of you who are not familar with <a 
href="http://www.gnu.org/philosophy/free-sw.html"; target=_new>Free 
Software</a>, please visit
+For those of you who are not familar with <a 
href="http://www.gnu.org/philosophy/free-sw.html"; target="_blank"">Free 
Software</a>, please visit
 a short philosophy of the <a href="http://www.fsf.org"; target=_new>Free 
Software Foundation</a>.<p/>
 Now on with the overview: (NB: please be aware this is an evolving project, so 
some
 functionality may not be available to you yet, or perhaps there will be be 
extra
 things, not yet included here.)If you have any problems with these pages or 
understanding
 what is written, please <a href=mailto:"address@hidden";> mail </a> and we will 
do our
-best to fix or assist.<p/>
-The names are pretty self evident, however for completion :)
-<ul><li><b>Address Book:</b><br/>
-A quick and detailed address book, to keep various levels of contact 
information and a search function to find people you need quickly.</li><p/>
-<li><b>Administration:</b><br/>
-Where the administrator of the system can create users/ groups, set up levels 
of access for users/groups, view active sessions (see who is connected to the 
system), view access logs, set headline stats, set Network News, and see other 
intersting things about what their system is doing.</li><p/>
-<li><b>Bookmarks:</b><br/>
-As yet still under development, may be incorporated into other 
features.</li><p/>
-<li><b>Calendar:</b><br/>
-Day, week and monthly viewing, with hourly breakdown of each day, appointment
+best to fix or assist.</p>
+<p>The names are pretty self evident, however for completion :)</p>
+<ul>
+<li><b>Address Book:</b><br />A quick and detailed address book, to keep 
various levels of contact information and a search function to find people you 
need quickly.</li>
+<li><b>Administration:</b><br />Where the administrator of the system can 
create users/ groups, set up levels of access for users/groups, view active 
sessions (see who is connected to the system), view access logs, set headline 
stats, set Network News, and see other intersting things about what their 
system is doing.</li>
+<li><b>Bookmarks:</b><br />As yet still under development, may be incorporated 
into other features.</li>
+<li><b>Calendar:</b><br />Day, week and monthly viewing, with hourly breakdown 
of each day, appointment
 scheduling, with the ability to add specific people or groups to alert others 
to your
 availabilty or not. Also a search function, very helpful for tracking down 
those
-forgotten birthdays or appointments ;)</li><p/>
-<li><b>Chat:</b><br/>
-Chat rooms, to talk realtime with other users in the system.</li><p/>
-<li><b>Email:</b><br/>
-Pop3 and IMAP functionalty for webased mail.</li><p/>
-<li><b>File Manager:</b><br/>
-Application to help manage documents within a group, or privately. 
Upload,edit,copy.</li><p/>
-<li><b>Headlines:</b><br/>
-Latest snippets of news as set by the Systems Admin, and selected by your 
preferences.</li><p/>
-<li><b>Home:</b><br/>
-The first page you reach after you log in to the system</li><p/>
-<li><b>Human Resources:</b><br/>
-View where all the people on the network fit in.. which group they belong to 
and what groups have what users.</li><p/>
-<li><b>Preferences</b><br/>
-Here you can change your passwd, select differement themes, change your 
settings and choose which news groups you would like to monitor... fun with 
color :)</li><p/>
-<li><b>Infolog:</b><br/>
-Replacement for ToDo List, Notes and Phonelog in one app. Infolog entries can 
be linked to and viewed from addressbook and projekt entries.</li><p/>
-<li><b>Inventory:</b><br/>
-Build and maintain an inventory.</li><p/>
-<li><b>Todo list:</b><br/>
-Check your own tasks or those of your group members, and a search 
function.</li><p/>
-<li><b>NNTP:</b><br/>
+forgotten birthdays or appointments ;)</li>
+<li><b>Chat:</b><br />
+Chat rooms, to talk realtime with other users in the system.</li>
+<li><b>Email:</b><br />
+Pop3 and IMAP functionalty for webased mail.</li>
+<li><b>File Manager:</b><br />
+Application to help manage documents within a group, or privately. 
Upload,edit,copy.</li>
+<li><b>Headlines:</b><br />
+Latest snippets of news as set by the Systems Admin, and selected by your 
preferences.</li>
+<li><b>Home:</b><br />
+The first page you reach after you log in to the system</li>
+<li><b>Human Resources:</b><br />
+View where all the people on the network fit in.. which group they belong to 
and what groups have what users.</li>
+<li><b>Preferences</b><br />
+Here you can change your passwd, select differement themes, change your 
settings and choose which news groups you would like to monitor... fun with 
color :)</li>
+<li><b>Infolog:</b><br />
+Replacement for ToDo List, Notes and Phonelog in one app. Infolog entries can 
be linked to and viewed from addressbook and projekt entries.</li>
+<li><b>Inventory:</b><br />
+Build and maintain an inventory.</li>
+<li><b>Todo list:</b><br />
+Check your own tasks or those of your group members, and a search 
function.</li>
+<li><b>NNTP:</b><br />
 All the latest news.</li><p/>
-<li><b>Trouble Ticket System:</b><br/>
-Tracking system, for trouble tickets and problem resolution.</li><p/></ul>
-That is about it.. for a more detailed howto, please look into each section 
for clear indepth
+<li><b>Trouble Ticket System:</b><br />
+Tracking system, for trouble tickets and problem resolution.</li>
+</ul>
+<p>That is about it.. for a more detailed howto, please look into each section 
for clear indepth
 explainations.. and remember to click on the little square boxes next to the 
icons for drop
-downs of what is in each folder.</font>
-<?php $phpgw->common->phpgw_footer(); ?>
+downs of what is in each folder.</p>
+</font>
+<?php
+       $phpgw->common->phpgw_footer();
+?>






reply via email to

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