diff --git a/README.md b/README.md
index 621fff1..88080f7 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# PluXml for YunoHost
-[](https://dash.yunohost.org/appci/app/pluxml)  
+[](https://dash.yunohost.org/appci/app/pluxml)  
[](https://install-app.yunohost.org/?app=pluxml)
*[Lire ce readme en français.](./README_fr.md)*
@@ -15,7 +15,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
-Blog or CMS storing data in XML format.
+Blog or CMS storing data in XML flat files.
**Shipped version:** 5.8.7~ynh1
@@ -23,7 +23,7 @@ Blog or CMS storing data in XML format.
## Screenshots
-
+
## Disclaimers / important information
@@ -33,22 +33,23 @@ The admin panel is in https://domain.tld/path/core/admin
## Documentation and resources
-* Official app website: https://www.pluxml.org/
-* Official user documentation: https://yunohost.org/#/app_pluxml
-* Official admin documentation: https://wiki.pluxml.org/
-* Upstream app code repository: https://github.com/pluxml/PluXml
-* YunoHost documentation for this app: https://yunohost.org/app_pluxml
-* Report a bug: https://github.com/YunoHost-Apps/pluxml_ynh/issues
+* Official app website:
+* Official user documentation:
+* Official admin documentation:
+* Upstream app code repository:
+* YunoHost documentation for this app:
+* Report a bug:
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing).
To try the testing branch, please proceed like that.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing --debug
or
sudo yunohost app upgrade pluxml -u https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing --debug
```
-**More info regarding app packaging:** https://yunohost.org/packaging_apps
\ No newline at end of file
+**More info regarding app packaging:**
diff --git a/README_fr.md b/README_fr.md
index b0311ba..dd263e9 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -1,17 +1,21 @@
+
+
# PluXml pour YunoHost
-[](https://dash.yunohost.org/appci/app/pluxml)  
+[](https://dash.yunohost.org/appci/app/pluxml)  
[](https://install-app.yunohost.org/?app=pluxml)
*[Read this readme in english.](./README.md)*
-*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer PluXml rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
-Blog ou CMS stockant des données au format XML.
+Blog ou CMS stockant ses données dans des fichiers XML plats.
**Version incluse :** 5.8.7~ynh1
@@ -19,7 +23,7 @@ Blog ou CMS stockant des données au format XML.
## Captures d'écran
-
+
## Avertissements / informations importantes
@@ -29,22 +33,23 @@ Le panneau d'administration est accessible via https://domain.tld/path/core/admi
## Documentations et ressources
-* Site officiel de l'app : https://www.pluxml.org/
-* Documentation officielle utilisateur : https://yunohost.org/#/app_pluxml
-* Documentation officielle de l'admin : https://wiki.pluxml.org/
-* Dépôt de code officiel de l'app : https://github.com/pluxml/PluXml
-* Documentation YunoHost pour cette app : https://yunohost.org/app_pluxml
-* Signaler un bug : https://github.com/YunoHost-Apps/pluxml_ynh/issues
+* Site officiel de l'app :
+* Documentation officielle utilisateur :
+* Documentation officielle de l'admin :
+* Dépôt de code officiel de l'app :
+* Documentation YunoHost pour cette app :
+* Signaler un bug :
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing --debug
ou
sudo yunohost app upgrade pluxml -u https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing --debug
```
-**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
\ No newline at end of file
+**Plus d'infos sur le packaging d'applications :**
diff --git a/manifest.json b/manifest.json
index d94745e..5a2655a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,8 +3,8 @@
"id": "pluxml",
"packaging_format": 1,
"description": {
- "en": "Blog or CMS storing data in XML format.",
- "fr": "Blog ou CMS stockant des données au format XML."
+ "en": "Blog or CMS storing data in XML flat files.",
+ "fr": "Blog ou CMS stockant ses données dans des fichiers XML plats."
},
"version": "5.8.7~ynh1",
"url": "https://www.pluxml.org/",