diff --git a/README.md b/README.md index e2c1854..468a270 100644 --- a/README.md +++ b/README.md @@ -1,50 +1,41 @@ + + # Concrete5 for YunoHost [![Integration level](https://dash.yunohost.org/integration/concrete5.svg)](https://dash.yunohost.org/appci/app/concrete5) ![](https://ci-apps.yunohost.org/ci/badges/concrete5.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/concrete5.maintain.svg) -[![Install concrete5 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=concrete5) +[![Install Concrete5 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=concrete5) -> *This package allows you to install concrete5 quickly and simply on a YunoHost server. +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install Concrete5 quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview -Concrete5 is a modern CMS. -Features : -* SEO Tools -* User mangament -* Secure -* Intuitive Editing -* Theme and Block management -* Marketing tools -* **and more**... -**Shipped version:** 8.5.2 +Create a modern Website -## Documentation +**Shipped version:** 8.5.2~ynh1 - * Official documentation: https://documentation.concrete5.org/ +**Demo:** https://demo.example.com -## YunoHost specific features +## Disclaimers / important information -#### Multi-users support +* Any known limitations, constrains or stuff not working, such as (but not limited to): + * LDAP and HTTP auth are not supported -LDAP and HTTP auth are not supported +## Documentation and resources -#### Supported architectures +* Official app website: https://www.concrete5.org/ +* Official user documentation: https://yunohost.org/apps +* Official admin documentation: https://documentation.concrete5.org/ +* Upstream app code repository: https://github.com/concrete5/concrete5 +* YunoHost documentation for this app: https://yunohost.org/app_concrete5 +* Report a bug: https://github.com/YunoHost-Apps/concrete5_ynh/issues -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/concrete5%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/concrete5/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/concrete5%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/concrete5/) - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/concrete5_ynh/issues - * App website: https://www.concrete5.org/ - * GitHub App website: https://github.com/concrete5/concrete5 - * YunoHost website: https://yunohost.org/ - ---- - -Developer info ----------------- +## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/concrete5_ynh/tree/testing). @@ -54,3 +45,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/concrete5_ynh/tree/te or sudo yunohost app upgrade concrete5 -u https://github.com/YunoHost-Apps/concrete5_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..14f4d21 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,45 @@ +# Concrete5 pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/concrete5.svg)](https://dash.yunohost.org/appci/app/concrete5) ![](https://ci-apps.yunohost.org/ci/badges/concrete5.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/concrete5.maintain.svg) +[![Installer Concrete5 avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=concrete5) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer Concrete5 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 + +Créer un site web moderne avec un CMS moderne + +**Version incluse :** 8.5.2~ynh1 + +**Démo :** https://demo.example.com + +## Avertissements / informations importantes + +* Any known limitations, constrains or stuff not working, such as (but not limited to): + * LDAP and HTTP auth are not supported + +## Documentations et ressources + +* Site officiel de l'app : https://www.concrete5.org/ +* Documentation officielle utilisateur : https://yunohost.org/apps +* Documentation officielle de l'admin : https://documentation.concrete5.org/ +* Dépôt de code officiel de l'app : https://github.com/concrete5/concrete5 +* Documentation YunoHost pour cette app : https://yunohost.org/app_concrete5 +* Signaler un bug : https://github.com/YunoHost-Apps/concrete5_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/concrete5_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/concrete5_ynh/tree/testing --debug +ou +sudo yunohost app upgrade concrete5 -u https://github.com/YunoHost-Apps/concrete5_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file