summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-10-03 13:19:05 -0300
committerdrebs <drebs@riseup.net>2017-10-03 13:19:26 -0300
commitc442a81a451543d4cbbdee44d9711ac47cc91f56 (patch)
tree121fdab12375bae4f188640e232a9b7240944c3e /docs
parentd4e6f85fec67fbd9cdde43af482f0cc543023b9a (diff)
[doc] improve overall client/server info
Diffstat (limited to 'docs')
-rw-r--r--docs/api/client.rst2
-rw-r--r--docs/client.rst2
-rw-r--r--docs/index.rst13
-rw-r--r--docs/server.rst2
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
==============