1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/SitemagicCMS_ynh.git synced 2024-09-03 20:26:13 +02:00

Auto-update README

This commit is contained in:
Yunohost-Bot 2021-08-24 16:11:59 +00:00 committed by Yunohost-Bot
parent 3f6325563e
commit ec14c7bb9d
2 changed files with 14 additions and 14 deletions

View file

@ -5,8 +5,8 @@ It shall NOT be edited by hand.
# Sitemagic CMS for YunoHost # Sitemagic CMS for YunoHost
[![Integration level](https://dash.yunohost.org/integration/sitemagic.svg)](https://dash.yunohost.org/appci/app/sitemagic) ![](https://ci-apps.yunohost.org/ci/badges/sitemagic.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/sitemagic.maintain.svg) [![Integration level](https://dash.yunohost.org/integration/sitemagiccms.svg)](https://dash.yunohost.org/appci/app/sitemagiccms) ![](https://ci-apps.yunohost.org/ci/badges/sitemagiccms.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/sitemagiccms.maintain.svg)
[![Install Sitemagic CMS with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=sitemagic) [![Install Sitemagic CMS with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=sitemagiccms)
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*
@ -31,18 +31,18 @@ Content Management System
* Official app website: https://sitemagic.org/ * Official app website: https://sitemagic.org/
* Official admin documentation: https://sitemagic.org/sites/cms-guide/ * Official admin documentation: https://sitemagic.org/sites/cms-guide/
* Upstream app code repository: https://github.com/Jemt/SitemagicCMS * Upstream app code repository: https://github.com/Jemt/SitemagicCMS
* YunoHost documentation for this app: https://yunohost.org/app_sitemagic * YunoHost documentation for this app: https://yunohost.org/app_sitemagiccms
* Report a bug: https://github.com/YunoHost-Apps/sitemagic_ynh/issues * Report a bug: https://github.com/YunoHost-Apps/sitemagiccms_ynh/issues
## Developer info ## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/sitemagic_ynh/tree/testing). Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/sitemagiccms_ynh/tree/testing).
To try the testing branch, please proceed like that. To try the testing branch, please proceed like that.
``` ```
sudo yunohost app install https://github.com/YunoHost-Apps/sitemagic_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/sitemagiccms_ynh/tree/testing --debug
or or
sudo yunohost app upgrade sitemagic -u https://github.com/YunoHost-Apps/sitemagic_ynh/tree/testing --debug sudo yunohost app upgrade sitemagiccms -u https://github.com/YunoHost-Apps/sitemagiccms_ynh/tree/testing --debug
``` ```
**More info regarding app packaging:** https://yunohost.org/packaging_apps **More info regarding app packaging:** https://yunohost.org/packaging_apps

View file

@ -1,7 +1,7 @@
# Sitemagic CMS pour YunoHost # Sitemagic CMS pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/sitemagic.svg)](https://dash.yunohost.org/appci/app/sitemagic) ![](https://ci-apps.yunohost.org/ci/badges/sitemagic.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/sitemagic.maintain.svg) [![Niveau d'intégration](https://dash.yunohost.org/integration/sitemagiccms.svg)](https://dash.yunohost.org/appci/app/sitemagiccms) ![](https://ci-apps.yunohost.org/ci/badges/sitemagiccms.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/sitemagiccms.maintain.svg)
[![Installer Sitemagic CMS avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=sitemagic) [![Installer Sitemagic CMS avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=sitemagiccms)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*
@ -27,18 +27,18 @@ Système de gestion de contenu
* Site officiel de l'app : https://sitemagic.org/ * Site officiel de l'app : https://sitemagic.org/
* Documentation officielle de l'admin : https://sitemagic.org/sites/cms-guide/ * Documentation officielle de l'admin : https://sitemagic.org/sites/cms-guide/
* Dépôt de code officiel de l'app : https://github.com/Jemt/SitemagicCMS * Dépôt de code officiel de l'app : https://github.com/Jemt/SitemagicCMS
* Documentation YunoHost pour cette app : https://yunohost.org/app_sitemagic * Documentation YunoHost pour cette app : https://yunohost.org/app_sitemagiccms
* Signaler un bug : https://github.com/YunoHost-Apps/sitemagic_ynh/issues * Signaler un bug : https://github.com/YunoHost-Apps/sitemagiccms_ynh/issues
## Informations pour les développeurs ## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/sitemagic_ynh/tree/testing). Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/sitemagiccms_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit. Pour essayer la branche testing, procédez comme suit.
``` ```
sudo yunohost app install https://github.com/YunoHost-Apps/sitemagic_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/sitemagiccms_ynh/tree/testing --debug
ou ou
sudo yunohost app upgrade sitemagic -u https://github.com/YunoHost-Apps/sitemagic_ynh/tree/testing --debug sudo yunohost app upgrade sitemagiccms -u https://github.com/YunoHost-Apps/sitemagiccms_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 :** https://yunohost.org/packaging_apps