aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2020-09-25 15:26:41 +0200
committerDaniel Lange <DLange@git.local>2020-09-25 15:26:41 +0200
commit84492af3bf834e049313c9f5f093b23b56267c1e (patch)
tree99930f3a4c38c254c29dc4db15fe4ef70a49df50
parentac568bdf68a83c1b5aa2a59981ea31f715155876 (diff)
downloadfindcontact-84492af3bf834e049313c9f5f093b23b56267c1e.tar.gz
findcontact-84492af3bf834e049313c9f5f093b23b56267c1e.tar.bz2
findcontact-84492af3bf834e049313c9f5f093b23b56267c1e.zip
Update README.md with Radicale 2.x storage change info
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8d501a7..bc9447c 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,11 @@ Mirrored at https://github.com/fasterit/findcontact
**findcontact** is a small perl script that enables searching with a set of regexes to find contacts within a (large) .vcf file.
Obtaining a contacts.vcf depends on which CardDAV server / client you run.
-With [radicale](http://radicale.org/) you can just copy the file off the server into the directory where your findcontact resides. Or copy / link findcontact into the correct radicale collections subdirectory.
+With [radicale 1.x](http://radicale.org/) you could just copy the file off the server into the directory where your findcontact resides. Or copy / link findcontact into the correct radicale collections subdirectory.
-Unfortunately every .vcf client decides on a specific set of attributes to support and the [Inverse Sogo Connector](https://sogo.nu/download.html#/frontends) everybody uses for getting the Thunderbird address book synced can't search over all fields. So if you want to search for a phone number you're out of luck. Unless you run findcontact :).
+Unfortunately the radicale 2.x branch switched to a [file-per-contact storage system](https://radicale.org/2.1.html#documentation/migration-from-1xx-to-2xx/storage) that needs some `cat` magic to produce a single .vcf file again.
+
+Every .vcf client decides on a specific set of attributes to support and the [Inverse Sogo Connector](https://sogo.nu/download.html#/frontends) everybody uses for getting the Thunderbird address book synced can't search over all fields. So if you want to search for a phone number you're out of luck. Unless you run findcontact :).
It has been written to only depend on perl modules that ship with a default installation and does __not__ depend on Text::vCard::Addressbook or the like.

© 2014-2024 Faster IT GmbH | imprint | privacy policy