switch to rst

This commit is contained in:
Markus Unterwaditzer 2014-03-15 19:58:23 +01:00
parent b578ae3af4
commit eadcebc2a7
2 changed files with 8 additions and 5 deletions

View file

@ -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.
[![Build Status](https://travis-ci.org/untitaker/vdirsyncer.png?branch=master)](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

View file

@ -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={