From 72fc96edefc89c0c90799d27dae6dfee2e654909 Mon Sep 17 00:00:00 2001 From: skeeter Date: Tue, 23 Jul 2002 02:39:38 +0000 Subject: [PATCH] GNU Patch #396. --- doc/en_US/sgml/FAQ/FAQ.sgml | 4 ++-- doc/en_US/sgml/admin/installation.sgml | 20 ++++++++++---------- doc/en_US/sgml/admin/upgrading.sgml | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/en_US/sgml/FAQ/FAQ.sgml b/doc/en_US/sgml/FAQ/FAQ.sgml index 99aff3af04..86465972ae 100755 --- a/doc/en_US/sgml/FAQ/FAQ.sgml +++ b/doc/en_US/sgml/FAQ/FAQ.sgml @@ -33,7 +33,7 @@ Its phpGroupWare, not any of the others. Only the G and the W should be in caps, I didn't find my question here, where can I ask? -Many of the developers are on the openprojects irc network (irc.openproject.net) in the #phpgroupware channel. You can also check the mailing lists and archives at phpGroupware - Mailing Lists +Many of the developers are on the openprojects irc network (irc.openprojects.net) in the #phpgroupware channel. You can also check the mailing lists and archives at phpGroupware - Mailing Lists @@ -77,7 +77,7 @@ phpGroupware is being developed with version 7.x. I tried installing it on 6.x Administration -Deselecting an application for a user doesn't seem to restrict thier access to that application +Deselecting an application for a user doesn't seem to restrict their access to that application A user gains access to an application one of two ways, being given access directly, or by belonging to a group that has access. In order to deny a user access to an application, it must be removed from both the users account, and all the users groups. diff --git a/doc/en_US/sgml/admin/installation.sgml b/doc/en_US/sgml/admin/installation.sgml index d3771392ab..0c196bc40e 100755 --- a/doc/en_US/sgml/admin/installation.sgml +++ b/doc/en_US/sgml/admin/installation.sgml @@ -103,7 +103,7 @@ We have reports of it working on Windows NT and OS/2, and using Oracle as the da Installing from a TarBall is very easy. The files should be installed in the webserver directory. Example steps (please -adjust to your servers config): +adjust to your server's config):
# cp phpgroupware-version.tar.gz /home/httpd/html @@ -131,7 +131,7 @@ To see a list of applications currently available via CVS, go to [http://cvs.sou Development Branch in CVS -Follow these steps (please adjust to your servers config): +Follow these steps (please adjust to your server's config):
# cd /home/httpd/html # cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/phpgroupware co phpgroupware @@ -151,7 +151,7 @@ or if you prefer using CVSROOT: Stable Branch in CVS -Follow these steps (please adjust to your servers config): +Follow these steps (please adjust to your server's config):
# cd /home/httpd/html @@ -182,7 +182,7 @@ Recently the phpGroupWare developers started a branch for patches to released ve Setting File Permissions -There are a few directories which will need special fie permissions set for phpGroupWare to work properly. +There are a few directories which will need special file permissions set for phpGroupWare to work properly. @@ -190,7 +190,7 @@ Temp Directory (Required) - This can be /tmp for simplicity, but it is required -Files Directory (Required) - This can be should be the files dir under the phpgroupware dir. You will need to give the webserver account owndership of this directory. +Files Directory (Required) - This can be the files dir under the phpgroupware dir. You will need to give the webserver account owndership of this directory.
(from phpgroupware root) @@ -357,7 +357,7 @@ SQL/SSL use encrypted SQL access LDAP use LDAP server mail use mail server (IMAP/POP3) HTTP use HTTP authentication (.htaccess) -PAM use PAM authentication (note currently working) +PAM use PAM authentication (not currently working) @@ -449,7 +449,7 @@ Click Install Languages to add at least one language to t There shouldn't be anything to do under Manage Applications at this time, this is where you will return after an upgrade to update and table differences. -after your done, click on logout to complete the install and end the session. +after you're done, click on logout to complete the install and end the session. @@ -500,11 +500,11 @@ In the first section, choose the Applications link. -Click on add, and fill in the form. +Click on add and fill in the form. -Application name should be identical to the name of the directory you moved into the phpGroupWare install, in this case use headlines +Application name should be identical to the name of the directory you moved into the phpGroupWare install. In this case, use headlines. @@ -512,7 +512,7 @@ Application title is shown in the navigation bar and other places to refer to th -Enabled can be used to disable an application for all users temporially. You should normal check the box to enable the application. +Enabled can be used to disable an application for all users temporarily. You should normally check the box to enable the application. diff --git a/doc/en_US/sgml/admin/upgrading.sgml b/doc/en_US/sgml/admin/upgrading.sgml index 4509aec424..6317161763 100755 --- a/doc/en_US/sgml/admin/upgrading.sgml +++ b/doc/en_US/sgml/admin/upgrading.sgml @@ -4,14 +4,14 @@ Upgrading from CVS -Follow these steps to upgrade a CVS install (please adjust to your servers config): +Follow these steps to upgrade a CVS install (please adjust to your server's config):
# cd /home/httpd/html/phpgroupware # cvs update -Pd
-After updating from CVS, be sure to return to the configuration page [/setup] and update any necessary tables +After updating from CVS, be sure to return to the configuration page [/setup] and update any necessary tables.