diff options
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 ============== |