From ab7f46f827d31ea8fb7e1d47cc784a5efcb48e2a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 9 Apr 2020 01:13:27 +0200 Subject: [PATCH 1/2] Fix id, name and description --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 327a79f..b3f8754 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "name": "Wiki", - "id": "lionwikit2t", + "name": "Lionwiki", + "id": "lionwiki-t2t", "packaging_format": 1, "description": { - "en": "Lionwiki-t2t is a simple CMS (content management system) in the form of a wiki engine, based on lionwiki and the txt2tags syntax, and using flat files as database.", - "fr": "Lionwiki-t2t est un système CMS de type wiki pour la création et l'entretien collectif de sites internet, utilisant des fichiers textes comme base de données." + "en": "A lightweight wiki-style CMS using the txt2tags syntax", + "fr": "Un CMS géré sous forme de wiki utilisant la syntaxe txt2tags" }, "version": "1.0~ynh1", "url": "https://lionwiki-t2t.sourceforge.io/", From 979a27b870a31b68ba5daf3aa151f18c49875e62 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 9 Apr 2020 01:16:48 +0200 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b3f8754..e29ab81 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "packaging_format": 1, "description": { "en": "A lightweight wiki-style CMS using the txt2tags syntax", - "fr": "Un CMS géré sous forme de wiki utilisant la syntaxe txt2tags" + "fr": "Un CMS léger, géré sous forme de wiki utilisant la syntaxe txt2tags" }, "version": "1.0~ynh1", "url": "https://lionwiki-t2t.sourceforge.io/",