diff --git a/master.html b/master.html
index 896813be..01550e57 100644
--- a/master.html
+++ b/master.html
@@ -449,7 +449,7 @@ service. (Run
useradd --system --user-group --home-dir / --shell /sbin/nologin radicale
as root.) The storage folder must be writable by
radicale. (Run
-mkdir -p /var/lib/radicale/collections && chown -R radicale:radicale /var/lib/radicale/collections
+mkdir -p /var/lib/radicale/collections && chown -R radicale:radicale /var/lib/radicale/collections
as root.)
Security: The storage should not be readable by @@ -773,7 +773,7 @@ of the user running
ENDradicale
daemon.The configuration option
-hook
in thestorage
section must be set to the following command:+git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"")
git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"")
The command gets executed after every change to the storage and commits the changes into the git repository.
Log of
@@ -1850,7 +1850,7 @@ content: def __init__(self, configuration): super().__init__(configuration.copy(PLUGIN_CONFIG_SCHEMA)) - def login(self, login, password): + def _login(self, login, password): # Get password from configuration option static_password = self.configuration.get("auth", "password") # Check authentication @@ -1963,7 +1963,7 @@ by Ákos Szőts and Rueckertgit
can be investigated usingPyPM Slackware by Johannes Schöpfer -Trisquel +Trisquel Ubuntu by the MOTU and Jonas Smedegaard diff --git a/v1.html b/v1.html index 32e3005c..b0f2d660 100644 --- a/v1.html +++ b/v1.html @@ -647,10 +647,10 @@ automatically.CalDAV-Sync ¶
CalDAV-Sync is implemented as sync adapter to integrate seamlessly with any calendar app and widget. Therefore you have to access it via -
Accounts & Sync
settings after installing it from the +Accounts & Sync
settings after installing it from the Market.So, to add new calendars to your phone open -
Accounts & Sync
settings and tap on +Accounts & Sync
settings and tap onAdd account
, selecting CalDAV as type. In the next view, you have to switch to Manual Mode. Enter the full CalDAV URL of your Radicale account (e.g.http://example.com:5232/Username/
) @@ -727,7 +727,7 @@ can then configure each of them (display colour, notifications, etc.).- InfCloud, CalDavZAP & CardDavMATE ¶
+InfCloud, CalDavZAP & CardDavMATE ¶
Because settings are the same for
@@ -817,7 +817,7 @@ After installing and accepting it you should restart your browser.InfCloud
,CalDavZAP
andCardDavMATE
only InfCloud is used in description below.
Calendars
For iOS devices, the setup is fairly straightforward but there are a few settings that are critical for proper operation.
@@ -1123,7 +1123,7 @@ file, with the main parameters: #ldap_attribute = uid # LDAP filter string -# placed as X in a query of the form (&(...)X) +# placed as X in a query of the form (&(...)X) # example: (objectCategory=Person)(objectClass=User)(memberOf=cn=calenderusers,ou=users,dc=example,dc=org) # leave empty if no additional filter is needed #ldap_filter = @@ -1926,7 +1926,7 @@ Sergey Bronnikov, Stuart Henderson and Ian Darwinuseradd --system --home-dir / --shell /sbin/nologin radicale
as root.) The storage folder must be writable by
radicale. (Run
-mkdir -p /var/lib/radicale/collections && chown -R radicale:radicale /var/lib/radicale/collections
+mkdir -p /var/lib/radicale/collections && chown -R radicale:radicale /var/lib/radicale/collections
as root.)
Security: The storage should not be readable by
others. (Run chmod -R o= /var/lib/radicale/collections
as
@@ -980,7 +980,7 @@ content:
The configuration option hook
in the
storage
section must be set to the following command:
git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s)
git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s)
The command gets executed after every change to the storage and commits the changes into the git repository.
Other rights managers can be added by creating plugins.
useradd --system --user-group --home-dir / --shell /sbin/nologin radicale
as root.) The storage folder must be writable by
radicale. (Run
-mkdir -p /var/lib/radicale/collections && chown -R radicale:radicale /var/lib/radicale/collections
+mkdir -p /var/lib/radicale/collections && chown -R radicale:radicale /var/lib/radicale/collections
as root.)
Security: The storage should not be readable by @@ -773,7 +773,7 @@ of the user running
ENDradicale
daemon.The configuration option
-hook
in thestorage
section must be set to the following command:+git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"")
git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"")
The command gets executed after every change to the storage and commits the changes into the git repository.
Log of
@@ -1957,7 +1957,7 @@ by Ákos Szőts and Rueckertgit
can be investigated usingPyPM Slackware by Johannes Schöpfer -Trisquel +Trisquel Ubuntu by the MOTU and Jonas Smedegaard