From 7e6c527fcf10fc1be511d45277deefd7f1a2690b Mon Sep 17 00:00:00 2001 From: Dirk Holtwick Date: Sat, 16 Dec 2023 17:40:44 +0100 Subject: [PATCH] fix: Purpose of software #147 --- .vscode/settings.json | 2 +- README-de.md | 2 ++ README.md | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 85ea511..bfa9c4d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,7 @@ "prettier.enable": false, "editor.formatOnSave": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "i18n-ally.localesPaths": [ "locales", diff --git a/README-de.md b/README-de.md index fecd5d4..4f6a792 100644 --- a/README-de.md +++ b/README-de.md @@ -1,5 +1,7 @@ # Brie.fi/ng +**Sicherer direkter Video-Gruppenchat** + > Wähle deine Sprache: [en](README.md) | [de](README-de.md) Der Datenschutz ist die zentrale Idee hinter diesem Projekt. Es werden ausschließlich offene Technologien (wie [WebRTC](https://webrtc-security.github.io/)) verwendet, die in allen modernen Browsern funktionieren. Somit ist keine Installation von zusätzlicher Software notwendig und der Ansatz bleibt zukunftssicher. diff --git a/README.md b/README.md index 5dfc582..ac10bd8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Brie.fi/ng +**Secure direct video group chat** + > Choose your language: [en](README.md) | [de](README-de.md) Privacy is the central idea behind this project. Only open technologies (such as [WebRTC](https://webrtc-security.github.io/)) are used, which work with all modern browsers. Thus, no installation of additional software is required, and the approach remains future-proof.