From bacf01b78c20a0a73f34ec7cf49b974b89de2e72 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sun, 20 Dec 2020 18:56:05 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d14c0f..61a5f50 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LibreTranslate +[Try it online!](https://libretranslate.com) | [API Docs](https://libretranslate.com/docs) + Free and Open Source Translation API, entirely self-hosted and can work in offline environments. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. ![image](https://user-images.githubusercontent.com/1951843/102724116-32a6df00-42db-11eb-8cc0-129ab39cdfb5.png) @@ -76,4 +78,4 @@ This work is largely possible thanks to [Argos Translate](https://github.com/arg ## License -[GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.en.html) \ No newline at end of file +[GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.en.html) From 65bd50836c8e3a02e83c472fdc30116df9c07efa Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sun, 20 Dec 2020 18:56:46 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61a5f50..0ac0582 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Then open a web browser to http://localhost:5000 | --req-limit | Set maximum number of requests per minute per client | `No limit` | | --ga-id | Enable Google Analytics on the API client page by providing an ID | `No tracking` | | --debug | Enable debug environment | `False` | -| --ssl | Whether to enable SSL | `5000` | +| --ssl | Whether to enable SSL | `False` | ## Roadmap From 8d7944b68a96f088a90d20badcba8ed11e37d4d4 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sun, 20 Dec 2020 18:59:20 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ac0582..fc2a8bd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [Try it online!](https://libretranslate.com) | [API Docs](https://libretranslate.com/docs) -Free and Open Source Translation API, entirely self-hosted and can work in offline environments. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. +Free and Open Source Translation API, entirely self-hosted and works even in offline environments. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. ![image](https://user-images.githubusercontent.com/1951843/102724116-32a6df00-42db-11eb-8cc0-129ab39cdfb5.png)