updated the README file

This commit is contained in:
João Azevedo 2020-02-10 16:31:03 +01:00
parent 7699455df1
commit 56bcbdd091
No known key found for this signature in database
GPG Key ID: 70718D0922DB3F93
1 changed files with 14 additions and 5 deletions

View File

@ -12,9 +12,18 @@ Because the application we use to manage contacts, GNOME Contacts does not yet h
This issue is common to all projects that used Evolution (the database backend of gnome contacts) to manage contacts: Openmoko, Uuntu Touch
**Dependencies:** `syncevolution`, `yad`
**Dependencies:**
logic: this breaks down a vcf file into multiple files and imports them one by one
problems: a lot
cleanly remove the created files
make sure files are not created doubled
- `evolution`
- `syncevolution`
- `yad`
**logic:** this scrip breaks down a vcf file into multiple files, one file per contact entry and imports them one by one
**Current State:** if you run the command `./contacts-importer.sh [CONTACTS-FILE.vcf]` it will import contacts to `GNOME Contacts`. See the issues list for everthing else.
**problems:** a lot, cleanly remove the created files, make sure files are not created doubled
**References:**
- http://wiki.openmoko.org/wiki/Import_Vcf_Contacts#Import_and_Manage_Scripts
- https://www.isticktoit.net/?p=1536