Skip to content

Commit 47ac908

Browse files
authored
Replaced 'Create' by 'Add' when refering to accounts (#32)
1 parent 9780c39 commit 47ac908

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

accounts_collections.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Accounts and Collections
77
What is a DAVx⁵ account?
88
========================
99

10-
A DAVx⁵ account represents a connection to a CalDAV/CardDAV service, which can contain address books, calendars and task lists. Most services provide both CalDAV and CardDAV together (technically, this is when both CalDAV and CardDAV can be detected from the same starting point). In this case, you need only one DAVx⁵ account. However, you can also create multiple DAVx⁵ accounts for separate CalDAV/CardDAV services.
10+
A DAVx⁵ account represents a connection to a CalDAV/CardDAV service, which can contain address books, calendars and task lists. Most services provide both CalDAV and CardDAV together (technically, this is when both CalDAV and CardDAV can be detected from the same starting point). In this case, you need only one DAVx⁵ account. However, you can also add multiple DAVx⁵ accounts for separate CalDAV/CardDAV services.
1111

1212
Contacts, events and tasks must be saved to a DAVx⁵ account so that DAVx⁵ can synchronize them. **DAVx⁵ will not synchronize or otherwise touch entries that belong to other accounts (like Google or device-local accounts).**
1313

@@ -48,7 +48,7 @@ When logging in by URL, DAVx⁵ asks for the *Base URL*. This can be:
4848
- a URL that provides ``addressbook-home-set``, or
4949
- an addressbook URL (``resourcetype: addressbook``).
5050

51-
So, DAVx⁵ will query the base URL for both CalDAV and CardDAV and use whatever it finds. If CalDAV and CardDAV are separated on your server and well-known URLs are not configured, you'll have to create two DAVx⁵ accounts: one for CalDAV (use the CalDAV URL as base URL) and one for CardDAV (use the CardDAV URL as base URL).
51+
So, DAVx⁵ will query the base URL for both CalDAV and CardDAV and use whatever it finds. If CalDAV and CardDAV are separated on your server and well-known URLs are not configured, you'll have to add two DAVx⁵ accounts: one for CalDAV (use the CalDAV URL as base URL) and one for CardDAV (use the CardDAV URL as base URL).
5252

5353
If the URL is entered without scheme, ``https://`` will be prepended. `Use of CalDAV/CardDAV over plain HTTP is not recommended for security reasons. <https://tools.ietf.org/html/rfc6352#section-13>`_
5454

introduction.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ How to start using DAVx⁵ on your Android device:
3434
#. `Download <https://www.davx5.com/download>`_ and install DAVx⁵.
3535
#. Open DAVx⁵.
3636
#. Follow the instructions of the start screen (permissions, battery saving etc.).
37-
#. Tap on "⊕ Create account" to create a new account.
37+
#. Tap on "⊕ Add account" to add a new account.
3838
#. Enter your base URL / email address and login credentials.
3939
You can get the base URL from your service provider and/or our `list of tested services <https://www.davx5.com/tested-with/>`_.
40-
#. Finish the steps to create the account.
40+
#. Finish the steps to add the account.
4141
#. Select the address books and calendars/task lists you want to synchronize so that the respective switches are enabled.
4242
#. Force sync ("🗘 Synchronize") if you want the data to be available immediately.
4343
#. Access your address books, events and tasks using your favorite apps (Contacts, Calendar, OpenTasks, …).

managed_davx5.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ These variables can be used for Managed DAVx⁵ configuration:
143143
*false* = (default) DAVx⁵ won't change standard read-only setting.
144144
* - max_accounts
145145
- integer
146-
- maximum number of accounts – no new accounts can be created when this number of accounts is reached
146+
- maximum number of accounts – no new accounts can be added when this number of accounts is reached
147147
* - proxy_type
148148
- integer
149149
- Sets the proxy type for all HTTP(S) connections. Uses ``override_proxy_host`` and ``override_proxy_port``, if applicable. |br| |br|
@@ -160,7 +160,7 @@ These variables can be used for Managed DAVx⁵ configuration:
160160
* - default_sync_interval
161161
- integer (number of seconds)
162162
- initial sync interval at account creation (contacts/calendars/tasks); default value: 14400 seconds (4 hours). Only these values are eligible: 900 (15 min), 1800 (30 min), 3600 (1 h), 7200 (2 h), 14400 (4 h), 86400 (1 day). |br|
163-
Can always be overwritten by users. Changing this value will only affect newly created accounts.
163+
Can always be overwritten by users. Changing this value will only affect newly added accounts.
164164
* - wifi_only
165165
- boolean
166166
- *true* = DAVx⁵ will only sync when a WiFi connection is active (doesn't apply to manually forced synchronization) |br|

0 commit comments

Comments
 (0)