https://github.com/dwarfmaster/abook_parseur
A library to work with abook addressbooks.
https://github.com/dwarfmaster/abook_parseur
Last synced: about 1 year ago
JSON representation
A library to work with abook addressbooks.
- Host: GitHub
- URL: https://github.com/dwarfmaster/abook_parseur
- Owner: dwarfmaster
- License: mit
- Created: 2014-03-16T10:51:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T10:52:17.000Z (over 12 years ago)
- Last Synced: 2025-02-07T02:48:20.502Z (over 1 year ago)
- Language: C++
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ABOOK Parser
================
Abook is a great program to manage contacts. But I wanted to
add some external features, like a program to merge two
addressbooks, to make easier synchronising addressbooks from
various devices. This repo include a small library, written
in c++ using only the standard c++ library, to parse and
modify abook addressbooks, and an example program merging
two or more addressbooks.
To compile it, just hit ``make``, it will be compiled with
gcc. You can tune the compilation by editing the param.mk
file. To compile the merging program, hit ``make test``, it
will be compiled as merger.prog.
All the files are under the MIT licence, copyright Luc
Chabassier 2014. See the LICENCE file for the complete text
of the licence.