new phrasing for some stuff

This commit is contained in:
João Azevedo 2020-02-13 12:22:08 +01:00
parent 892a7612f2
commit 52befab760

View file

@ -18,13 +18,25 @@ This issue is common to all projects that used Evolution (the database backend o
- `sed`
- `awk`
**logic:** This scrip breaks down a vcf file into multiple files, one vcard file per contact entry and imports them one by one.
**logic:** This script breaks down a vcf file with multiple contacts into multiple files. One vcard file per contact entry and imports them one by one.
The reason for this is that importing all the contacts at once from one single file with `syncevolution` is error prone
The reason for this is that importing all the contacts at once from one single file with `syncevolution` is error prone.
**Current State:** if you run the command `./contacts-importer.sh [CONTACTS-FILE.vcf]` it will import contacts to `GNOME Contacts`.
**problems:** See the issues list for everthing else.
**problems:** See the issues list.
This is only a quick and dirty bash script to do this task.
The proper way to do this: "having a easy way to import vcard files to the Librem 5/PureOS and GNOME, with GNOME Contacts and Evolution Data Server as a backend"
Would be to:
1 - Someone writing a python/gtk application to do this.
2 - (And even better) Someone submiting a patch to GNOME-Contacts for that application to support importing vcard files.
You are more than free to go for it.
**References:**
- http://wiki.openmoko.org/wiki/Import_Vcf_Contacts#Import_and_Manage_Scripts