From e6960984b6d064d855561bd31422cc7500bc6399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:40:54 +0200 Subject: [PATCH] add description --- doc/DESCRIPTION.md | 1 + manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/DESCRIPTION.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..9a7e949 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +Flood is a monitoring service for various torrent clients. It's a Node.js service that communicates with your favorite torrent client and serves a decent web UI for administration. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2a931a1..554b300 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "flood", "packaging_format": 1, "description": { - "en": "Client torrent.", - "fr": "Torrent client." + "en": "Monitoring service for various torrent clients", + "fr": "Service de surveillance pour divers clients torrent" }, "version": "0.1", "url": "https://github.com/TakerMc/flood_ynh",