diff --git a/README.md b/README.md index 8fedf69..0721f0d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # PluXml for YunoHost -[![Integration level](https://dash.yunohost.org/integration/pluxml.svg)](https://dash.yunohost.org/appci/app/pluxml) ![](https://ci-apps.yunohost.org/ci/badges/pluxml.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/pluxml.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/pluxml.svg)](https://dash.yunohost.org/appci/app/pluxml) ![Working status](https://ci-apps.yunohost.org/ci/badges/pluxml.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/pluxml.maintain.svg) [![Install PluXml with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pluxml) *[Lire ce readme en français.](./README_fr.md)* @@ -15,15 +15,16 @@ 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.8~ynh1 + **Demo:** https://demo.pluxml.org/ ## Screenshots -![](./doc/screenshots/screenshot.png) +![Screenshot of PluXml](./doc/screenshots/screenshot.png) ## Disclaimers / important information @@ -33,22 +34,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 +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 4f6adbe..5a80259 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,17 +1,21 @@ + + # PluXml pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/pluxml.svg)](https://dash.yunohost.org/appci/app/pluxml) ![](https://ci-apps.yunohost.org/ci/badges/pluxml.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/pluxml.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/pluxml.svg)](https://dash.yunohost.org/appci/app/pluxml) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/pluxml.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/pluxml.maintain.svg) [![Installer PluXml avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](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.8~ynh1 @@ -19,7 +23,7 @@ Blog ou CMS stockant des données au format XML. ## Captures d'écran -![](./doc/screenshots/screenshot.png) +![Capture d'écran de PluXml](./doc/screenshots/screenshot.png) ## 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 +**Plus d'infos sur le packaging d'applications :** diff --git a/manifest.json b/manifest.json index 851b14f..e8820f0 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.8~ynh1", "url": "https://www.pluxml.org/",