mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
switch to rst
This commit is contained in:
parent
b578ae3af4
commit
eadcebc2a7
2 changed files with 8 additions and 5 deletions
|
|
@ -1,17 +1,20 @@
|
||||||
# vdirsyncer
|
==========
|
||||||
|
vdirsyncer
|
||||||
|
==========
|
||||||
|
|
||||||
vdirsyncer synchronizes your calendars and addressbooks between two storages.
|
vdirsyncer synchronizes your calendars and addressbooks between two storages.
|
||||||
The supported storages are CalDAV, CardDAV and
|
The supported storages are CalDAV, CardDAV and
|
||||||
[vdir](https://github.com/untitaker/vdir).
|
`vdir <https://github.com/untitaker/vdir>`_.
|
||||||
|
|
||||||
While i use it daily and haven't experienced data loss (even when vdirsyncer
|
While i use it daily and haven't experienced data loss (even when vdirsyncer
|
||||||
crashed), i don't know if the documentation is sufficient. If you have any
|
crashed), i don't know if the documentation is sufficient. If you have any
|
||||||
questions regarding the usage, feel free to open a new issue.
|
questions regarding the usage, feel free to open a new issue.
|
||||||
|
|
||||||
[](https://travis-ci.org/untitaker/vdirsyncer)
|
.. image:: https://travis-ci.org/untitaker/vdirsyncer.png?branch=master
|
||||||
|
:target: https://travis-ci.org/untitaker/vdirsyncer
|
||||||
|
|
||||||
It aims to be for CalDAV and CardDAV what
|
It aims to be for CalDAV and CardDAV what
|
||||||
[OfflineIMAP](http://offlineimap.org/) is for IMAP.
|
`OfflineIMAP <http://offlineimap.org/>`_ is for IMAP.
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -19,7 +19,7 @@ setup(
|
||||||
author_email='markus@unterwaditzer.net',
|
author_email='markus@unterwaditzer.net',
|
||||||
url='https://github.com/untitaker/vdirsyncer',
|
url='https://github.com/untitaker/vdirsyncer',
|
||||||
description='A syncronization tool for vdir',
|
description='A syncronization tool for vdir',
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README.rst').read(),
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue