No description
Find a file
Markus Unterwaditzer 6e27770271 Version 0.16.1
2017-08-08 20:13:30 +02:00
contrib Add systemd.timer files and a relevant tutorial (#635) 2017-05-24 22:38:42 +02:00
docs Add xandikos test example 2017-07-20 19:06:04 +02:00
scripts Remove pypy3 from build matrix (#649) 2017-07-07 20:00:14 +02:00
tests Attempt to fix requests tests 2017-08-02 19:55:56 +02:00
vdirsyncer Move from deprecated readfp to read_file 2017-07-15 22:50:59 +02:00
.codecov.yml Use codecov tags 2017-03-22 15:59:54 +01:00
.coveragerc Refactor CI setup 2017-01-30 13:37:23 +01:00
.gitignore Remove hypothesis CI experiment 2017-02-11 20:25:05 +01:00
.gitmodules Flatten mysteryshack submodule 2017-03-08 10:16:26 +01:00
.travis.yml Remove pypy3 from build matrix (#649) 2017-07-07 20:00:14 +02:00
AUTHORS.rst Add fastmail testserver (#572) 2017-03-02 21:13:08 +01:00
CHANGELOG.rst Version 0.16.1 2017-08-08 20:13:30 +02:00
CODE_OF_CONDUCT.rst Add CODE_OF_CONDUCT.rst for completeness 2016-08-23 23:48:13 +02:00
config.example config.example: Status path needs to be quoted (#573) 2017-03-02 15:45:07 +01:00
CONTRIBUTING.rst Fix up links for new docs URL 2016-08-15 20:44:45 +02:00
docs-requirements.txt Blacklist Sphinx 1.4.7 2016-10-01 17:01:23 +02:00
ISSUE_TEMPLATE.md ISSUE_TEMPLATE: Clarify importance of debug output 2016-09-19 19:17:39 +02:00
LICENSE Relicense to 3-clause BSD, fix #610 2017-04-07 15:32:27 +02:00
Makefile Actually link to docs 2017-07-20 19:06:04 +02:00
MANIFEST.in Fix MANIFEST.in 2017-04-18 16:01:39 +02:00
README.rst fix readme 2017-07-02 02:13:14 +02:00
setup.cfg Test development Radicale again (#428) 2017-05-30 09:12:00 +02:00
setup.py Remove remoteStorage (#648) 2017-07-02 18:42:55 +02:00
test-requirements.txt Testing: Tolerate slowness in CI 2016-03-10 13:46:44 +01:00

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

- `Documentation <https://vdirsyncer.pimutils.org/en/stable/>`_
- `Source code <https://github.com/pimutils/vdirsyncer>`_

Vdirsyncer synchronizes your calendars and addressbooks between two storages_.
The most popular purpose is to synchronize a CalDAV/CardDAV server with a local
folder or file. The local data can then be accessed via a variety of programs_,
none of which have to know or worry about syncing to a server.

.. _storages: https://vdirsyncer.pimutils.org/en/latest/config.html#storages
.. _programs: https://vdirsyncer.pimutils.org/en/latest/tutorials/

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

.. image:: https://travis-ci.org/pimutils/vdirsyncer.svg?branch=master
    :target: https://travis-ci.org/pimutils/vdirsyncer

.. image:: https://codecov.io/github/pimutils/vdirsyncer/coverage.svg?branch=master
    :target: https://codecov.io/github/pimutils/vdirsyncer?branch=master

.. image:: https://badge.waffle.io/pimutils/vdirsyncer.svg?label=ready&title=Ready
    :target: https://waffle.io/pimutils/vdirsyncer

Links of interest
=================

* Check out `the tutorial
  <https://vdirsyncer.pimutils.org/en/stable/tutorial.html>`_ for basic
  usage.

* `Contact information
  <https://vdirsyncer.pimutils.org/en/stable/contact.html>`_

* `How to contribute to this project
  <https://vdirsyncer.pimutils.org/en/stable/contributing.html>`_

* `Donations <https://vdirsyncer.pimutils.org/en/stable/donations.html>`_

License
=======

Licensed under the 3-clause BSD license, see ``LICENSE``.