From 9ff752fb02329eeb8e620ca615138af665f4d17c Mon Sep 17 00:00:00 2001 From: Jani Uusitalo Date: Thu, 10 Jan 2019 17:44:30 +0200 Subject: [PATCH] Fix indefinite article before Nextcloud (an->a) --- admin_manual/configuration_files/encryption_configuration.rst | 2 +- .../configuration_files/external_storage/nextcloud.rst | 2 +- .../configuration_server/background_jobs_configuration.rst | 2 +- admin_manual/configuration_user/user_configuration.rst | 2 +- admin_manual/installation/nginx.rst | 2 +- admin_manual/installation/system_requirements.rst | 2 +- admin_manual/maintenance/backup.rst | 2 +- admin_manual/maintenance/update.rst | 2 +- user_manual/files/access_webdav.rst | 4 ++-- user_manual/files/access_webgui.rst | 2 +- user_manual/files/file_drop.rst | 4 ++-- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/admin_manual/configuration_files/encryption_configuration.rst b/admin_manual/configuration_files/encryption_configuration.rst index 197edb2ff..590066d42 100644 --- a/admin_manual/configuration_files/encryption_configuration.rst +++ b/admin_manual/configuration_files/encryption_configuration.rst @@ -211,7 +211,7 @@ module is OC_DEFAULT_MODULE):: The [module ID] is taken from the ``encryption:list-modules`` command. Encrypt all data files for all users. For performance reasons, when you enable -encryption on an Nextcloud server only new and changed files are encrypted. This +encryption on a Nextcloud server only new and changed files are encrypted. This command gives you the option to encrypt all files. You must first put your Nextcloud server into maintenance mode to prevent any user activity until encryption is completed:: diff --git a/admin_manual/configuration_files/external_storage/nextcloud.rst b/admin_manual/configuration_files/external_storage/nextcloud.rst index a05bb6f21..91ab5fa94 100644 --- a/admin_manual/configuration_files/external_storage/nextcloud.rst +++ b/admin_manual/configuration_files/external_storage/nextcloud.rst @@ -4,7 +4,7 @@ Nextcloud A Nextcloud storage is a specialized :doc:`webdav` storage, with optimizations for Nextcloud-Nextcloud communication. See the :doc:`webdav` documentation to -learn how to configure an Nextcloud external storage. +learn how to configure a Nextcloud external storage. When filling in the **URL** field, use the path to the root of the Nextcloud installation, rather than the path to the WebDAV endpoint. So, for a server at diff --git a/admin_manual/configuration_server/background_jobs_configuration.rst b/admin_manual/configuration_server/background_jobs_configuration.rst index 3fbfbb50e..d8b756f35 100644 --- a/admin_manual/configuration_server/background_jobs_configuration.rst +++ b/admin_manual/configuration_server/background_jobs_configuration.rst @@ -9,7 +9,7 @@ interaction. These jobs are typically referred to as *cron jobs*. Cron jobs are commands or shell-based scripts that are scheduled to run periodically at fixed times, -dates, or intervals. ``cron.php`` is an Nextcloud internal process that runs +dates, or intervals. ``cron.php`` is a Nextcloud internal process that runs such background jobs on demand. Nextcloud apps register actions with ``cron.php`` automatically diff --git a/admin_manual/configuration_user/user_configuration.rst b/admin_manual/configuration_user/user_configuration.rst index e824d5185..0b5c91ff4 100644 --- a/admin_manual/configuration_user/user_configuration.rst +++ b/admin_manual/configuration_user/user_configuration.rst @@ -34,7 +34,7 @@ Show user backend, Send email to new users,** and **Show email address**. User accounts have the following properties: *Login Name (Username)* - The unique ID of an Nextcloud user, and it cannot be changed. + The unique ID of a Nextcloud user, and it cannot be changed. *Full Name* The user's display name that appears on file shares, the Nextcloud Web diff --git a/admin_manual/installation/nginx.rst b/admin_manual/installation/nginx.rst index 2c2ee40d6..5ebe62a8f 100644 --- a/admin_manual/installation/nginx.rst +++ b/admin_manual/installation/nginx.rst @@ -2,7 +2,7 @@ Nginx configuration =================== -This page covers example Nginx configurations to use with running an Nextcloud +This page covers example Nginx configurations to use with running a Nextcloud server. This page is community-maintained. (Thank you, contributors!) - You need to insert the following code into **your Nginx configuration file.** diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 7aef1bc72..ed9d92ab7 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -40,7 +40,7 @@ See :doc:`source_installation` for minimum PHP-modules and additional software f Memory ^^^^^^ -Memory requirements for running an Nextcloud server are greatly variable, +Memory requirements for running a Nextcloud server are greatly variable, depending on the numbers of users, apps, files and volume of server activity. Nextcloud needs a minimum of **128MB** RAM, and we recommend a minimum of **512MB**. diff --git a/admin_manual/maintenance/backup.rst b/admin_manual/maintenance/backup.rst index 687f9f470..10b7339a0 100644 --- a/admin_manual/maintenance/backup.rst +++ b/admin_manual/maintenance/backup.rst @@ -2,7 +2,7 @@ Backup ====== -To backup an Nextcloud installation there are four main things you need to retain: +To backup a Nextcloud installation there are four main things you need to retain: #. The config folder #. The data folder diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst index d52d27f0a..2101e1ac5 100644 --- a/admin_manual/maintenance/update.rst +++ b/admin_manual/maintenance/update.rst @@ -2,7 +2,7 @@ Upgrade via built-in updater ============================ -The built-in updater automates many of the steps of upgrading an Nextcloud +The built-in updater automates many of the steps of upgrading a Nextcloud installation. It is useful for installations that do not have root access, such as shared hosting, for installations with a smaller number of users and data, and it automates updating diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index 820a5c691..e49e5952a 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -123,7 +123,7 @@ automatically every time you log in to your Linux computer. usermod -aG davfs2 -3. Then create an ``nextcloud`` directory in your home directory for the +3. Then create a ``nextcloud`` directory in your home directory for the mountpoint, and ``.davfs2/`` for your personal configuration file:: mkdir ~/nextcloud @@ -227,7 +227,7 @@ Accessing files using Microsoft Windows --------------------------------------- If you use the native Windows implementation, you can map Nextcloud to a new -drive. Mapping to a drive enables you to browse files stored on an Nextcloud +drive. Mapping to a drive enables you to browse files stored on a Nextcloud server the way you would files stored in a mapped network drive. Using this feature requires network connectivity. If you want to store your diff --git a/user_manual/files/access_webgui.rst b/user_manual/files/access_webgui.rst index 8a6f143e2..86f228434 100644 --- a/user_manual/files/access_webgui.rst +++ b/user_manual/files/access_webgui.rst @@ -136,7 +136,7 @@ Public link shares are marked with a chain link. Un-shared folders are blank. Creating or uploading files and directories ------------------------------------------- -Upload or create new files or folders directly in an Nextcloud folder by clicking +Upload or create new files or folders directly in a Nextcloud folder by clicking on the *New* button in the Files app. .. figure:: ../images/files_page-6.png diff --git a/user_manual/files/file_drop.rst b/user_manual/files/file_drop.rst index c4a19324c..30c2d3216 100644 --- a/user_manual/files/file_drop.rst +++ b/user_manual/files/file_drop.rst @@ -3,7 +3,7 @@ Making anonymous uploads ======================== You may create your own special upload directories so that other people can upload -files to you without having to log in to the server, and without being an Nextcloud +files to you without having to log in to the server, and without being a Nextcloud user. They will not be allowed to see the contents of this directory, or to make any changes. This is an excellent alternative to sending large attachments via email, @@ -29,7 +29,7 @@ Uploading files --------------- Using the anonymous upload function is simple. You receive a link to the upload -folder, click the link, and then you'll see an Nextcloud page with a **Click to +folder, click the link, and then you'll see a Nextcloud page with a **Click to upload** button. .. image:: ../images/anonym_upload.png