From c331c652f00c740e812235ad95ac6ce1548c1cfd Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 3 Sep 2021 09:15:14 +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..dd0e880 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like `/etc/passwd`, and lets you manage a system from the console or remotely. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 94dfc80..f8ef3bf 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "webmin", "packaging_format": 1, "description": { - "en": "Web-based interface for system administration for Unix.", - "fr": "Interface Web d'administration système pour Unix." + "en": "Web-based interface for system administration for Unix", + "fr": "Interface Web d'administration système pour Unix" }, "version": "1.979~ynh2", "url": "http://www.webmin.com",