From 99331c9c0d6bc5ff79f5daa26b292f72070a4c27 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 14 Nov 2019 16:52:21 +0200 Subject: [PATCH] EteSync: add iOS link, improve description and fix dav bridge install links. The dav bridge install instructions will soon be moved so better to use the new links now already (for now, they are just a redirect). Add links to BSD installation instructions. --- _includes/sections/calendar-contacts-sync.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/_includes/sections/calendar-contacts-sync.html b/_includes/sections/calendar-contacts-sync.html index 40f966ac..907fb7b8 100644 --- a/_includes/sections/calendar-contacts-sync.html +++ b/_includes/sections/calendar-contacts-sync.html @@ -34,16 +34,20 @@ include cardv2.html title="EteSync" image="/assets/img/provider/etesync.png" - description="EteSync is a secure, end-to-end encrypted, and journaled personal information (e.g. contacts and calendar) cloud synchronization and backup for Android and any OS that supports CalDAV/CardDAV. It costs $24 per year to use, or you can host the server yourself for free." + description="EteSync is a secure, end-to-end encrypted, and privacy-respecting cloud backup and synchronization software for your personal information (e.g. contacts and calendars). There are native clients for Android, iOS, and the web, and an adapter layer for most desktop clients. It costs $24 per year to use, or you can host the server yourself for free." website="https://www.etesync.com/" forum="https://forum.privacytools.io/t/discussion-etesync-calender-contacts-sync-tools/1536" github="https://github.com/etesync" web="https://client.etesync.com/" - windows="https://github.com/etesync/etesync-dav/blob/master/README.md#installation" - mac="https://github.com/etesync/etesync-dav/blob/master/README.md#installation" - linux="https://github.com/etesync/etesync-dav/blob/master/README.md#installation" + windows="https://www.etesync.com/install/dav/" + mac="https://www.etesync.com/install/dav/" + linux="https://www.etesync.com/install/dav/" + freebsd="https://www.etesync.com/install/dav/" + openbsd="https://www.etesync.com/install/dav/" + netbsd="https://www.etesync.com/install/dav/" fdroid="https://f-droid.org/packages/com.etesync.syncadapter/" googleplay="https://play.google.com/store/apps/details?id=com.etesync.syncadapter" + ios="https://www.etesync.com/install/ios/" %}

Worth Mentioning