No description
Find a file
2014-11-20 17:51:30 +01:00
docs Rewrite introductory paragraph 2014-11-20 17:51:30 +01:00
tests Test against more item types 2014-11-04 21:16:37 +01:00
vdirsyncer add comment 2014-11-20 13:52:24 +01:00
.gitignore Add some docs 2014-05-18 22:25:42 +02:00
.travis.yml Disable baikal tests for now 2014-11-03 15:35:35 +01:00
AUTHORS.rst Revert "Revert "Tls fingerprints"" 2014-08-20 18:43:34 +02:00
build.sh Enforce alphabetic import order 2014-10-29 23:03:58 +01:00
CHANGELOG.rst Add github issue link role 2014-10-19 13:48:09 +02:00
CONTRIBUTING.rst Add note about new features to CONTRIBUTING 2014-11-15 15:19:08 +01:00
example.cfg More doc updates 2014-05-21 18:43:52 +02:00
LICENSE Copyright and contributor stuff 2014-05-22 12:50:43 +02:00
MANIFEST.in Add tests to distribution 2014-09-23 17:58:48 +02:00
README.rst Rewrite introductory paragraph 2014-11-20 17:51:30 +01:00
setup.cfg Move testserver-specific code into different repos 2014-04-12 16:23:32 +02:00
setup.py Specify minimum versions for dependencies 2014-10-19 12:28:33 +02:00

==========
vdirsyncer
==========

Vdirsyncer synchronizes your calendars and addressbooks between two storages.
The most popular purpose is to synchronize CalDAV and CardDAV with a local
folder or file. The local data can then be `accessed via a variety of programs
<https://vdirsyncer.readthedocs.org/en/latest/supported.html>`_, none of which
have to know or worry about syncing to a server.

It aims to be for CalDAV and CardDAV what `OfflineIMAP
<http://offlineimap.org/>`_ is for IMAP.

.. image:: https://travis-ci.org/untitaker/vdirsyncer.png?branch=master
    :target: https://travis-ci.org/untitaker/vdirsyncer

.. image:: https://coveralls.io/repos/untitaker/vdirsyncer/badge.png?branch=master
    :target: https://coveralls.io/r/untitaker/vdirsyncer?branch=master

Installation and usage
======================

If you already have it installed and want to quickly configure it, copy the
``example.cfg`` to ``~/.vdirsyncer/config`` and edit it.

If that method doesn't work for you or you want a deeper understanding of what
you just did, check out `the tutorial
<https://vdirsyncer.readthedocs.org/en/latest/tutorial.html>`_.

Running the tests
=================

::

    sh build.sh install_tests
    sh build.sh tests

Donations
=========

.. image:: https://img.shields.io/gratipay/untitaker.svg
   :target: https://gratipay.com/untitaker/

.. image:: https://api.flattr.com/button/flattr-badge-large.png
    :target: https://flattr.com/submit/auto?user_id=untitaker&url=https%3A%2F%2Fgithub.com%2Funtitaker%2Fvdirsyncer