Skip to content

Commit a7e94f7

Browse files
committed
Merge pull request nextcloud#224 from wakeup/stable6
Improve wording and more "the" usage :)
2 parents 13b6b4e + 0709f44 commit a7e94f7

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

admin_manual/configuration/configuration_apps.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Apps Configuration
22
==================
3-
After you have installed ownCloud you might realize that it would be nice to
3+
After you have installed ownCloud, you might realize that it would be nice to
44
provide an additional function on top of the core functionality in your ownCloud installation.
55

66
With ownCloud installation, you will find some apps enabled by default. To see which applications
7-
are enabled, click on Apps button on web interface navigation to go into applications page:
7+
are enabled, click on Apps button on the web interface navigation to go into applications page:
88

99
.. figure:: ../images/oc_admin_app_page.png
1010
Administrator application page
1111

1212
In this page, you can enable or disable applications simply by clicking on their names.
13-
Enabled applications will be shown in **bold**, while disabled ones will be shown in normal font.
13+
Enabled applications will be shown in **bold** while disabled ones will be shown in normal font.
1414
If the app is not developed by ownCloud, it will have the *3rd party* notice next to it. To see what an
1515
application does, clicking on its name will show a description on the right side of the same page.
1616

admin_manual/configuration/configuration_users.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
User Management
22
===============
33

4-
ownCloud administrators can easily manage users via web interface. To go into
5-
user management page, click your username on web interface and select *Users*.
4+
ownCloud administrators can easily manage users via the web interface. To go into
5+
user management page, click your username on the web interface and select *Users*.
66
A page similar to the image below will be shown:
77

88
.. figure:: ../images/oc_admin_user_manage.png

user_manual/files/files.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Accessing your Files (WebDav)
1+
Accessing your Files (WebDAV)
22
=============================
33

44
Your ownCloud instance can be accessed on every platform via the web interface. There are also options to integrate it with your desktop.

user_manual/files/filesweb.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Accessing your Files (Web Interface)
22
====================================
33

4-
Your ownCloud files can be accessed from anywhere by using your ownCloud web interface. In files app,
4+
Your ownCloud files can be accessed from anywhere by using your ownCloud's web interface. In the files app,
55
you can view (if a common type), move, rename, download, share and delete your files easily. If versioning app is
66
enabled, you can also revert a file to specific version. See :doc:`versioncontrol` for details.
77

@@ -10,7 +10,8 @@ Files app on ownCloud web interface
1010

1111
With ownCloud 6, you can now see file thumbnails next to the filenames. By hovering your cursor on a file, you
1212
will be provided with some file operations. You can use rename, download, share buttons to perform those actions
13-
or click on the cross icon at the rightmost location to remove the hovered file.
13+
or click on the cross icon at the rightmost location to remove the hovered file. If the file is an editable
14+
office file, it will also show *Edit* button to open the file in documents app (if this app is enabled).
1415

1516
Navigating inside your ownCloud
1617
-------------------------------
@@ -21,7 +22,7 @@ will show your current directory:
2122
.. figure:: ../images/oc_filesweb_navigate.png
2223
Navigation bar
2324

24-
You can click on one of the upper directories to navigate up or use home icon to navigate into your root
25+
You can click on one of the upper directories to navigate up or use home icon to navigate back into your root
2526
folder.
2627

2728

@@ -36,7 +37,7 @@ New button options
3637

3738
* *Text file* will create a simple text file and add into the current folder in your ownCloud.
3839
* *Folder* will create a folder in current folder.
39-
* *From link* will download the file from the provided link and place in the current folder.
40+
* *From link* will download the file from the provided link and place it into the current folder.
4041

4142

4243
Selecting files
@@ -62,9 +63,9 @@ In ownCloud web interface, file(s) can be moved by dragging and dropping them in
6263
Sharing files
6364
-------------
6465

65-
Any file/folder on ownCloud can be shared to download with a local user, group or any person online with a public link. Shared files/folders will show a *Shared* text next to their filenames.
66+
Any file/folder on ownCloud can be shared to download with a local user, group or any person online with a public link. Shared files/folders will show a *Shared* text next to their names.
6667

67-
To share a file/folder, hover your cursor on an item in files app and click *Share*. You will be provided with some options:
68+
To share a file/folder, hover your cursor on an item in the files app and click *Share*. You will be provided with some options:
6869

6970
.. figure:: ../images/oc_files_share.png
7071
Share dialog
@@ -74,7 +75,7 @@ Share dialog
7475
* If you click on *Share link*, the other options will be visible. Since this link allows everyone
7576
to download this file/folder, you may want to protect this share with a password. To do that,
7677
click on *Password protect* and set a password.
77-
* If this share is a folder, you also will have an option to enable uploads into this folder using
78+
* If this share is a folder, you will also have an option to enable uploads into this folder using
7879
the provided link. This is very useful to collect files from multiple users into same place easily.
7980
* If your server is configured with a mail server, you can type e-mail addresses seperated with space to send the link to multiple users.
8081
* Finally, setting an expiration date will expiry the share after the specified date.

user_manual/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Files & Synchronization
2121
=======================
2222
This chapter contains information about accessing your files via WebDAV and Synchronization.
2323

24+
* :doc:`files/filesweb`
2425
* :doc:`files/files`
2526
* :doc:`files/sync`
2627
* :doc:`files/versioncontrol`
@@ -43,6 +44,7 @@ Contacts & Calendar web interface, export, import and synchronization.
4344
Documents
4445
=========
4546
Documents allows users collaboratively edit rich-text documents at the same time.
47+
4648
* :doc:`documents`
4749

4850
Bookmarks

0 commit comments

Comments
 (0)