From 926c33feca5a178872f6cc2b3b34a55ea01a875c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 17 Oct 2019 22:53:37 +0200 Subject: [PATCH 1/2] For god sake please stop writing "$app for YunoHost" in the description --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d4aaa92..a03e3c6 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "ynhexample", "packaging_format": 1, "description": { - "en": "Example package for YunoHost application.", - "fr": "Exemple de package d’application pour YunoHost." + "en": "Explain in *a few (10~15) words* what your app actually is or does (for god sake please don't just say it's '$app for Yunohost'! It is meant to be displayed in the app catalog to users who want a rough idea of what it is or does among 100+ others.)", + "fr": "Expliquez en *quelques* (10~15) mots ce que l'app est ou fait (par pitié ne dite pas juste '$app pour Yunohost'! Elle sera affichée sur le catalog d'app aux users qui veulent à savoir ce que fait l'app parmis une centaine d'autre...)" }, "version": "1.0~ynh1", "url": "https://example.com", From 3947f0749fcd6604cbf7ec56fcc56aff6e19ac47 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 17 Oct 2019 23:12:15 +0200 Subject: [PATCH 2/2] Be less desperate --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a03e3c6..e62ad56 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "ynhexample", "packaging_format": 1, "description": { - "en": "Explain in *a few (10~15) words* what your app actually is or does (for god sake please don't just say it's '$app for Yunohost'! It is meant to be displayed in the app catalog to users who want a rough idea of what it is or does among 100+ others.)", - "fr": "Expliquez en *quelques* (10~15) mots ce que l'app est ou fait (par pitié ne dite pas juste '$app pour Yunohost'! Elle sera affichée sur le catalog d'app aux users qui veulent à savoir ce que fait l'app parmis une centaine d'autre...)" + "en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)", + "fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" }, "version": "1.0~ynh1", "url": "https://example.com",