Merge pull request #168 from untitaker/mates-add

Add mates as supported application
This commit is contained in:
Markus Unterwaditzer 2015-01-20 16:55:08 +01:00
commit 73c5b688c1

View file

@ -11,14 +11,14 @@ none of it is regularly tested.
Calendars Calendars
--------- ---------
- `khal <http://lostpackets.de/khal/>`_, a CLI calendar application supporting - khal_, a CLI calendar application supporting :doc:`vdir <vdir>`. You can use
:doc:`vdir <vdir>`. You can use
:py:class:`vdirsyncer.storage.FilesystemStorage` with it. :py:class:`vdirsyncer.storage.FilesystemStorage` with it.
- Many graphical calendar apps such as dayplanner_, Orage_ or rainlendar_ save - Many graphical calendar apps such as dayplanner_, Orage_ or rainlendar_ save
a calendar in a single ``.ics`` file. You can use a calendar in a single ``.ics`` file. You can use
:py:class:`vdirsyncer.storage.SingleFileStorage` with those. :py:class:`vdirsyncer.storage.SingleFileStorage` with those.
.. _khal: http://lostpackets.de/khal/
.. _dayplanner: http://www.day-planner.org/ .. _dayplanner: http://www.day-planner.org/
.. _Orage: http://www.kolumbus.fi/~w408237/orage/ .. _Orage: http://www.kolumbus.fi/~w408237/orage/
.. _rainlendar: http://www.rainlendar.net/ .. _rainlendar: http://www.rainlendar.net/
@ -26,16 +26,22 @@ Calendars
Contacts Contacts
-------- --------
- `khard <http://github.com/scheibler/khard/>`_, a commandline addressbook - khard_, a commandline addressbook supporting :doc:`vdir <vdir>`. You can use
supporting :doc:`vdir <vdir>`. You can use
:py:class:`vdirsyncer.storage.FilesystemStorage` with it. :py:class:`vdirsyncer.storage.FilesystemStorage` with it.
- `The ppl addressbook <http://ppladdressbook.org/>`_ uses a storage format - `The ppl addressbook <ppl>`_ uses a storage format similar to :doc:`vdir
similar to :doc:`vdir <vdir>`. There are some pitfalls though, `see the notes <vdir>`. There are some pitfalls though, `see the notes on the related issue
on the related issue <https://github.com/hnrysmth/ppl/issues/47>`_. <https://github.com/hnrysmth/ppl/issues/47>`_.
- `contactquery.c <https://github.com/t-8ch/snippets/blob/master/contactquery.c>`_, - contactquery.c_, a small program explicitly written for querying vdirs from
a small program explicitly written for querying vdirs from mutt. mutt.
- mates_, a commandline addressbook supporting :doc:`vdir <vdir>`.
.. _khard: http://github.com/scheibler/khard/
.. _ppl: http://ppladdressbook.org/
.. _contactquery.c: https://github.com/t-8ch/snippets/blob/master/contactquery.c
.. _mates: https://github.com/untitaker/mates.rs
.. _supported-servers: .. _supported-servers: