mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Move badges to the top again
[ci skip]
This commit is contained in:
parent
519b358796
commit
5a938426e9
1 changed files with 6 additions and 6 deletions
12
README.rst
12
README.rst
|
|
@ -6,6 +6,12 @@ vdirsyncer synchronizes your calendars and addressbooks between two storages.
|
|||
The supported storages are CalDAV, CardDAV, arbitrary HTTP resources and
|
||||
`vdir <https://github.com/untitaker/vdir>`_.
|
||||
|
||||
.. 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
|
||||
|
||||
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
|
||||
questions regarding the usage, feel free to open a new issue.
|
||||
|
|
@ -49,12 +55,6 @@ How to run the tests
|
|||
sh install-deps.sh
|
||||
py.test tests/
|
||||
|
||||
.. 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
|
||||
|
||||
License
|
||||
=======
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue