diff --git a/docs/supported.rst b/docs/supported.rst index e034ae6..8112738 100644 --- a/docs/supported.rst +++ b/docs/supported.rst @@ -15,13 +15,13 @@ Calendars :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. +- Many graphical calendar apps such as dayplanner_, Orage_ or rainlendar_ save + a calendar in a single ``.ics`` file. You can use + :py:class:`vdirsyncer.storage.SingleFileStorage` with those. -- 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. +.. _dayplanner: http://www.day-planner.org/ +.. _Orage: http://www.kolumbus.fi/~w408237/orage/ +.. _rainlendar: http://www.rainlendar.net/ Contacts --------