mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Rewrite pitch
This commit is contained in:
parent
3112e6899e
commit
18a4f93c97
2 changed files with 23 additions and 15 deletions
20
README.rst
20
README.rst
|
|
@ -5,17 +5,21 @@ vdirsyncer
|
||||||
- `Documentation <https://vdirsyncer.pimutils.org/en/stable/>`_
|
- `Documentation <https://vdirsyncer.pimutils.org/en/stable/>`_
|
||||||
- `Source code <https://github.com/pimutils/vdirsyncer>`_
|
- `Source code <https://github.com/pimutils/vdirsyncer>`_
|
||||||
|
|
||||||
Vdirsyncer synchronizes your calendars and addressbooks between two storages_.
|
Vdirsyncer is a command-line tool for synchronizing calendars and addressbooks
|
||||||
The most popular purpose is to synchronize a CalDAV/CardDAV server with a local
|
between a variety of servers and the local filesystem. The most popular usecase
|
||||||
folder or file. The local data can then be accessed via a variety of programs_,
|
is to synchronize a server with a local folder and use a set of other programs_
|
||||||
none of which have to know or worry about syncing to a server.
|
to change the local events and contacts. Vdirsyncer can then synchronize those
|
||||||
|
changes back to the server.
|
||||||
|
|
||||||
|
However, vdirsyncer is not limited to synchronizing between clients and
|
||||||
|
servers. It can also be used to synchronize calendars and/or addressbooks
|
||||||
|
between two servers directly.
|
||||||
|
|
||||||
|
It aims to be for calendars and contacts what `OfflineIMAP
|
||||||
|
<http://offlineimap.org/>`_ is for emails.
|
||||||
|
|
||||||
.. _storages: https://vdirsyncer.pimutils.org/en/latest/config.html#storages
|
|
||||||
.. _programs: https://vdirsyncer.pimutils.org/en/latest/tutorials/
|
.. _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
|
.. image:: https://travis-ci.org/pimutils/vdirsyncer.svg?branch=master
|
||||||
:target: https://travis-ci.org/pimutils/vdirsyncer
|
:target: https://travis-ci.org/pimutils/vdirsyncer
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,14 +5,18 @@ vdirsyncer
|
||||||
- `Documentation <https://vdirsyncer.pimutils.org/en/stable/>`_
|
- `Documentation <https://vdirsyncer.pimutils.org/en/stable/>`_
|
||||||
- `Source code <https://github.com/pimutils/vdirsyncer>`_
|
- `Source code <https://github.com/pimutils/vdirsyncer>`_
|
||||||
|
|
||||||
Vdirsyncer synchronizes your calendars and addressbooks between two
|
Vdirsyncer is a command-line tool for synchronizing calendars and addressbooks
|
||||||
:ref:`storages <storages>`. The most popular purpose is to synchronize a
|
between a variety of servers and the local filesystem. The most popular usecase
|
||||||
CalDAV/CardDAV server with a local folder or file. The local data can then be
|
is to synchronize a server with a local folder and use a set of other
|
||||||
accessed via a variety of :doc:`programs <tutorials/index>`, none of which have to
|
:doc:`programs <tutorials/index>` to change the local events and contacts.
|
||||||
know or worry about syncing to a server.
|
Vdirsyncer can then synchronize those changes back to the server.
|
||||||
|
|
||||||
It aims to be for CalDAV and CardDAV what `OfflineIMAP
|
However, vdirsyncer is not limited to synchronizing between clients and
|
||||||
<http://offlineimap.org/>`_ is for IMAP.
|
servers. It can also be used to synchronize calendars and/or addressbooks
|
||||||
|
between two servers directly.
|
||||||
|
|
||||||
|
It aims to be for calendars and contacts what `OfflineIMAP
|
||||||
|
<http://offlineimap.org/>`_ is for emails.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Users
|
:caption: Users
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue