From d5cc0d27f22fa8d578fec6edc6987bb674954ede Mon Sep 17 00:00:00 2001 From: Numaan Bashir Mir <71112748+mirnumaan@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:26:29 +1000 Subject: [PATCH 1/2] Update readme.md Such a great project to read about, as it is my area of interest too. I have made a few changes, and I hope you accept them. Looking forward to contributing more to other parts of the repository. Thank you. --- readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index d5766eed6..f4c3f9880 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later # CryptPad -CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. It is built to enable collaboration, synchronizing changes to documents in real time. Because all data are encrypted, in the eventuality of a breach, attackers have no way of seeing the stored content. Moreover, if the administrators don’t alter the code, they and the service also cannot infer any piece of information about the users' content. +CryptPad is a collaboration suite that is end-to-end encrypted and open-source. It is designed to facilitate collaboration by synchronizing changes to documents in real time. Since all the user data is encrypted, in the event of a breach, attackers have no way of accessing the stored content. Furthermore, if the administrators do not modify the code, they and the service also cannot access any information about the users' content. ![Drive screenshot](screenshot.png "preview of the CryptDrive") @@ -20,15 +20,16 @@ Our [developer guide](https://docs.cryptpad.org/en/dev_guide/setup.html) provide ## For production -Configuring CryptPad for production requires a little more work, but the process is described in our [admin installation guide](https://docs.cryptpad.org/en/admin_guide/installation.html). From there you can find more information about customization and maintenance. +Configuring CryptPad for production requires additional steps. Refer to our [admin installation guide](https://docs.cryptpad.org/en/admin_guide/installation.html) for production-related instructions, customization, and maintenance details. ## Current version -The most recent version and all past release notes can be found on the [releases page on GitHub](https://github.com/cryptpad/cryptpad/releases/). +The most recent version and all past release notes can be found on [releases page on GitHub](https://github.com/cryptpad/cryptpad/releases/). ## Setup using Docker -You can find `Dockerfile`, `docker-compose.yml` and `docker-entrypoint.sh` files at the root of this repository. We also publish every release on [Docker Hub](https://hub.docker.com/r/cryptpad/cryptpad) as AMD64 & ARM64 official images. +You can find the `Dockerfile`, `docker-compose.yml` and `docker-entrypoint.sh` files at the root of this repository. We also publish every release on [Docker Hub](https://hub.docker.com/r/cryptpad/cryptpad) as AMD64 & ARM64 official images. + Previously, Docker images were community maintained, had their own repository and weren't official supported. We changed that with v5.4.0 during July 2023. Thanks to @promasu for all the work on the community images. From 7277117c43174b2164bb0bd96d8b8006178b6f52 Mon Sep 17 00:00:00 2001 From: David Benque Date: Fri, 13 Dec 2024 13:27:34 +0000 Subject: [PATCH 2/2] Fix typo from #1662 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2b3b92cea..a37e767ab 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ Configuring CryptPad for production requires additional steps. Refer to our [adm ## Current version -The most recent version and all past release notes can be found on [releases page on GitHub](https://github.com/cryptpad/cryptpad/releases/). +The most recent version and all past release notes can be found on the [releases page on GitHub](https://github.com/cryptpad/cryptpad/releases/). ## Setup using Docker