diff --git a/docs/supported.rst b/docs/supported.rst
index c443b17..62f028a 100644
--- a/docs/supported.rst
+++ b/docs/supported.rst
@@ -5,10 +5,24 @@ Supported software
Client applications
===================
-- `khal `_, a calendar application supporting
+Calendars
+---------
+
+- `khal `_, a CLI calendar application supporting
:doc:`vdir `. You can use
:py:class:`vdirsyncer.storage.FilesystemStorage` with it.
+- The graphical calendar app `Orage `_
+ saves a calendar in a single ``.ics`` file. You can use
+ :py:class:`vdirsyncer.storage.SingleFileStorage` with it.
+
+- The graphical calendar app `dayplanner `_ seems
+ to store its data in a single ``.ics`` file. Therefore you should be able to
+ use :py:class:`vdirsyncer.storage.SingleFileStorage` with it.
+
+Contacts
+--------
+
- `khard `_, a commandline addressbook
supporting :doc:`vdir `. You can use
:py:class:`vdirsyncer.storage.FilesystemStorage` with it.
@@ -17,12 +31,8 @@ Client applications
similar to :doc:`vdir `. There are some pitfalls though, `see the notes
on the related issue `_.
-- `The graphical calendar app Orage `_
- saves a calendar in a single ``.ics`` file. You can use
- :py:class:`vdirsyncer.storage.SingleFileStorage` with it.
-
- `contactquery.c `_,
- a small program explicitly written for querying vdirs from mutt
+ a small program explicitly written for querying vdirs from mutt.
Supported servers
=================