From 3edbaf89590e8acdd300f9b9b54678cbe8a6af65 Mon Sep 17 00:00:00 2001 From: Moul Date: Sun, 26 Jun 2016 19:50:40 +0200 Subject: [PATCH] [enh] manifest: update description: add 'no database'. --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 03a7c1c..7d83ddb 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "pluxml", "packaging_format": 1, "description": { - "en": "A fast and light blog/CMS with XML", - "fr": "Blog ou CMS à l'Xml, rapide et léger" + "en": "A fast and light blog/CMS storing data in XML and not in database.", + "fr": "Blog ou CMS à l’Xml, rapide et léger sans base de données." }, "url": "http://www.pluxml.org", "license": "free",