diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-10-06 17:03:37 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-10-06 17:10:24 +0200 |
commit | b1d4cd4b4b6c65a3900e3ce3d6d30d595b6a10d0 (patch) | |
tree | c686cd45b9ede08d8f719f21c34047e335e989cc /README | |
parent | 6478d774bb9ed4a532db1501d9b190616d216e54 (diff) | |
download | libcarddav-b1d4cd4b4b6c65a3900e3ce3d6d30d595b6a10d0.tar.gz libcarddav-b1d4cd4b4b6c65a3900e3ce3d6d30d595b6a10d0.zip |
Drop automake build support.
Add basic cmake build instructions.
Rework of the README and TODO files.
Delete the NEWS file (no real content)
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'README')
-rw-r--r-- | README | 52 |
1 files changed, 32 insertions, 20 deletions
@@ -1,20 +1,32 @@ -libcarddav Version 0.1.0 - -These are the feature so far - - Support for VEVENT - - Add. Add a new event to the collection - - Get. Get one or more events from the collection - - Getall. Get all events from the collection - - Modify. Modify an event - - Delete. Delete an event - - GetCardName. Get the display name from the collection - - IsCardDAV. Test whether a given URL represents a CardDAV collection - -See INSTALL for further information. - -For an overview of the current status and future feature implementation -study the TODO file. - -Happy Hacking -Timothy Pearson (kb9vqf@pearsoncomputing.net) -Michael Rasmussen (mir@datanom.net) + + libcarddav - a carddav PIM clients library. + + +Libcarddav provides a C interface for carddav PIM clients. + + + +FEATURES: +========= + +* Support for VEVENT +* Add - Add a new event to the collection +* Get - Get one or more events from the collection +* Getall - Get all events from the collection +* Modify - Modify an event +* Delete - Delete an event +* GetCardName - Get the display name from the collection +* IsCardDAV - Test whether a given URL represents a CardDAV collection + + + +CONTRIBUTING +============== + +If you wish to contribute to libcarddav, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |