-rw-r--r-- | kabc/vcard/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kabc/vcard/README b/kabc/vcard/README new file mode 100644 index 0000000..18a9daf --- a/dev/null +++ b/kabc/vcard/README | |||
@@ -0,0 +1,15 @@ | |||
1 | libvcard (C) 1999 Rik Hemsley <rik@kde.org> | ||
2 | Written for the KDE project. | ||
3 | |||
4 | This software is licensed under the MIT license. | ||
5 | |||
6 | A vCard 3.0 parser based on the same principles that librmm (from Empath) uses. | ||
7 | |||
8 | It's small and very fast due to parsing and assembly of object being lazy. | ||
9 | |||
10 | There is a base64 codec declared in Enum.h | ||
11 | |||
12 | Feedback welcome. | ||
13 | |||
14 | Rik <rik@kde.org> | ||
15 | |||