From 5f1ec918fe11a713e78b3bae7315a94e29116f22 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 18 Jan 2021 22:25:38 +0100 Subject: [PATCH] Add warning about Dendrite being in beta --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8fb98e2..dfee7a6 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "fr": "Serveur Matrix de seconde génération" }, "version": "1.0~ynh1", - "url": "https://example.com", + "url": "https://matrix.org/", "license": "Apache-2.0", "maintainer": { "name": "tituspijean", @@ -24,6 +24,14 @@ ], "arguments": { "install" : [ + { + "name": "warning", + "type": "display_text", + "ask": { + "en": "Dendrite is still in beta phase.\nIt is functional, but all Matrix features are yet to be implemented.\nSee the upstream repo for more information: https://github.com/matrix-org/dendrite\n\nThis package est encore en development, all features from Matrix/Synapse are yet to be implemented.", + "fr": "Dendrite est encore en phase bêta.\nElle est fonctionnelle, mais n'implémente pas encore toutes les fonctionnalités de Matrix.\nConsultez le dépôt source pour plus d'information: https://github.com/matrix-org/dendrite\n\nCe package est encore en développement, toutes les fonctionalités de Matrix/Synapse ne sont pas encore implémentées." + } + }, { "name": "domain", "type": "domain",