diff options
author | drebs <drebs@riseup.net> | 2017-10-03 13:19:05 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-10-03 13:19:26 -0300 |
commit | c442a81a451543d4cbbdee44d9711ac47cc91f56 (patch) | |
tree | 121fdab12375bae4f188640e232a9b7240944c3e /docs | |
parent | d4e6f85fec67fbd9cdde43af482f0cc543023b9a (diff) |
[doc] improve overall client/server info
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/client.rst | 2 | ||||
-rw-r--r-- | docs/client.rst | 2 | ||||
-rw-r--r-- | docs/index.rst | 13 | ||||
-rw-r--r-- | docs/server.rst | 2 |
4 files changed, 10 insertions, 9 deletions
diff --git a/docs/api/client.rst b/docs/api/client.rst index 7be3f763..d724631d 100644 --- a/docs/api/client.rst +++ b/docs/api/client.rst @@ -1,3 +1,5 @@ +.. _soledad-client-api: + Soledad Client API ================== diff --git a/docs/client.rst b/docs/client.rst index bbbc1dec..0129e6fc 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -1,3 +1,5 @@ +.. _soledad-client: + Soledad Client ============== diff --git a/docs/index.rst b/docs/index.rst index c9841903..833ce8f3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,15 +17,10 @@ applications to securely share a common state among devices. It is `LEAP client-encrypted data among a user's devices that access an account in a LEAP provider. -The local application is presented with a simple, document-centric searchable -database API. Any data saved to the database by the application is -client-encrypted, backed up in the cloud, and synchronized among a user's -devices. Soledad is cross-platform, open source, scalable, and features -a highly efficient synchronization algorithm. - -Soledad Client and Server are written in Python using `Twisted -<https://twistedmatrix.com/>`_. Source code is available at `0xacab -<https://0xacab.org/leap/soledad>`_ and is licensed under the `GPLv3 +Soledad is cross-platform, open source, scalable, and features a highly +efficient synchronization algorithm. The Client and Server are written in +Python using `Twisted <https://twistedmatrix.com/>`_. Source code is available +at `0xacab <https://0xacab.org/leap/soledad>`_ and is licensed under the `GPLv3 <http://www.gnu.org/licenses/gpl.txt>`_. Client and server are packaged together and distributed in `pypi <https://pypi.python.org/pypi/leap.soledad>`_. `Debian packages diff --git a/docs/server.rst b/docs/server.rst index aa890ecb..90321922 100644 --- a/docs/server.rst +++ b/docs/server.rst @@ -1,3 +1,5 @@ +.. _soledad-server: + Soledad Server ============== |