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 radicale daemon.

END

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.

Log of git can be investigated using

@@ -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 Rueckert
  • PyPM
  • 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 on Add 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 InfCloud, CalDavZAP and CardDavMATE
    only InfCloud is used in description below.

    @@ -817,7 +817,7 @@ After installing and accepting it you should restart your browser.

    -
    iPhone & iPad
    +
    iPhone & iPad

    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 Darwin
  • PyPM
  • Slackware by Johannes Schöpfer
  • -
  • Trisquel
  • +
  • Trisquel
  • Ubuntu by the MOTU and Jonas Smedegaard
  • diff --git a/v2.html b/v2.html index 1f6e2851..69792529 100644 --- a/v2.html +++ b/v2.html @@ -560,7 +560,7 @@ books with Git. to make it fit your needs.

    @@ -1869,7 +1869,7 @@ creating or using plugins.

    on the login of the authenticated user and the URL of the resource. Default configurations are built in for common cases, you'll find more about this on the Authentication -& Rights page.

    +& Rights page.

    Other rights managers can be added by creating plugins.

    @@ -1995,7 +1995,7 @@ by Ákos Szőts and Rueckert
  • PyPM
  • Slackware by Johannes Schöpfer
  • -
  • Trisquel
  • +
  • Trisquel
  • Ubuntu by the MOTU and Jonas Smedegaard
  • diff --git a/v3.html b/v3.html index c027857e..918615d3 100644 --- a/v3.html +++ b/v3.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 radicale daemon.

    END

    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.

    Log of git can be investigated using

    @@ -1957,7 +1957,7 @@ by Ákos Szőts and Rueckert
  • PyPM
  • Slackware by Johannes Schöpfer
  • -
  • Trisquel
  • +
  • Trisquel
  • Ubuntu by the MOTU and Jonas Smedegaard