[Pkg-owncloud-commits] [owncloud-doc] 33/40: UCS grammar review

David Prévot taffit at moszumanska.debian.org
Thu Dec 17 19:22:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v8.2.2RC1
in repository owncloud-doc.

commit 94b1f007a2b7a93428994cf2991a3bc44924d9fc
Author: Phil Davis <phil.davis at inf.org>
Date:   Thu Dec 10 08:39:23 2015 +0545

    UCS grammar review
    
    These are a few things I noticed.
    Conflicts:
    	admin_manual/installation/ucs_installation.rst
---
 admin_manual/installation/ucs_installation.rst | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/admin_manual/installation/ucs_installation.rst b/admin_manual/installation/ucs_installation.rst
index 1447a98..6ee7b8e 100644
--- a/admin_manual/installation/ucs_installation.rst
+++ b/admin_manual/installation/ucs_installation.rst
@@ -10,10 +10,10 @@ Pre configuration
 ^^^^^^^^^^^^^^^^^
 
 ownCloud makes use of the UCR, the Univention Configuration Registry. The values
-are being read during installation, most of them can be changed later, too.
+are read during installation, most of them can be changed later, too.
 Changes done directly via ownCloud are not taken over to UCR. We think we found
 sane defaults, nevertheless you might have your own requirements. The
-installation script will listen to the UCR keys listed below. In case you want
+installation script will listen to the UCR keys listed below. If want
 to override any default setting, simply add the key in question to the UCR and
 assign your required value.
 
@@ -45,9 +45,9 @@ assign your required value.
   "owncloud/ldap/user/homeAttribute",	"(empty)",	"Attribute that should be used to create the user's owncloud internal home folder",	5.0.9
   "owncloud/ldap/group/displayName",	"cn",	"The LDAP attribute that should be used as groupname in ownCloud",	2012.4.0.4
   "owncloud/ldap/group/searchAttributes",	"cn,description, mailPrimaryAddress",	"Attributes taken into consideration when searching for groups (comma separated)",	5.0.9
-  "owncloud/join/users/update",	"yes",	"Wether ownCloud LDAP schema should be applied to existing users",	2012.0.1
-  "owncloud/group/enableDomainUsers",	"1",	"Wether the group “Domain Users” shall be enabled for ownCloud on install",	2012.4.0.4
-  "owncloud/join/users/filter",	"(&(\|(&(objectClass=posixAccount) (objectClass=shadowAccount)) (objectClass=univentionMail) (objectClass=sambaSamAccount) (objectClass=simpleSecurityObject) (&(objectClass=person) (objectClass=organizationalPerson) (objectClass=inetOrgPerson))) (!(uidNumber=0)) (!(\|(uid=*$) (uid=owncloudsystemuser) (uid=join-backup) (uid=join-slave))) (!(objectClass=ownCloudUser)))",	"Filters, on which LDAP users the ownCloud schema should be applied to. The default excl [...]
+  "owncloud/join/users/update",	"yes",	"Whether ownCloud LDAP schema should be applied to existing users",	2012.0.1
+  "owncloud/group/enableDomainUsers",	"1",	"Whether the group “Domain Users” shall be enabled for ownCloud on install",	2012.4.0.4
+  "owncloud/join/users/filter",	"(&(\|(&(objectClass=posixAccount) (objectClass=shadowAccount)) (objectClass=univentionMail) (objectClass=sambaSamAccount) (objectClass=simpleSecurityObject) (&(objectClass=person) (objectClass=organizationalPerson) (objectClass=inetOrgPerson))) (!(uidNumber=0)) (!(\|(uid=*$) (uid=owncloudsystemuser) (uid=join-backup) (uid=join-slave))) (!(objectClass=ownCloudUser)))",	"Filters, on which LDAP users the ownCloud schema should be applied to. The default excl [...]
   "owncloud/join/groups/filter",	"(empty)",	"Filters which LDAP groups will be en/disabled for ownCloud when running the script /usr/share/owncloud/update-groups.sh",	2012.4.0.4
 
 
@@ -64,20 +64,20 @@ or via UMC:
 Installation
 ^^^^^^^^^^^^
 
-Now, we are ready to install ownCloud. The recommend method is by using the UCS
-App Center.
+Now, we are ready to install ownCloud. The recommended method is by using the
+UCS App Center.
 
 UCS App Center
 """"""""""""""
 
 Open the Univention Management Console and choose the App Center module. You
-will see a variety of available applications, including ownCloud. You can 
+will see a variety of available applications, including ownCloud. You can
 install and upgrade ownCloud from the App Center.
 
 Postconfiguration (optional)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-There is only one local admin user “owncloudadmin”, you can find his password in
+There is only one local admin user “owncloudadmin”, you can find the password in
 `/etc/owncloudadmin.secret`. Use this account, if you want to change basic
 ownCloud settings.
 
@@ -85,8 +85,8 @@ In the installation process a virtual host is set up (Apache is required
 therefore). If you want to modify the settings, edit
 :file:`/etc/apache2/sites-available/owncloud` and restart the web server. You
 might want to do it to enable HTTPS connections. Besides that, you can edit the
-**.htaccess-File in /var/www/owncloud/**. In the latter file there are also the
-PHP limits for file transfer specified.
+**.htaccess-File in /var/www/owncloud/**. In the latter file the
+PHP limits for file transfer are also specified.
 
 Using ownCloud
 ^^^^^^^^^^^^^^
@@ -116,8 +116,8 @@ enabled and disabled via UCM as shown in the screen shot below.
 
 Another way to enable or disable groups is to use the script
 :file:`/usr/share/owncloud/update-groups.sh`. Currently, it takes an argument
-which can be 1=enable groups or 0=disable groups. The filter applied is being
-taken from the UCR variable **owncloud/join/groups/filter**. In case it is
+which can be 1=enable groups or 0=disable groups. The filter applied is
+taken from the UCR variable **owncloud/join/groups/filter**. If it is
 empty, a message will be displayed.
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list