From 6787569d315859dd4bab1f768bc0d8cd452431cb Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 28 Nov 2021 16:36:18 +0000 Subject: [PATCH] Auto-update README --- README.md | 45 ++++++++++++++++++++++++++++++++++++++++++--- README_fr.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 3 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index bfe24a7..ccb73f6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,46 @@ -# Scrumblr for YunoHost + + +# scrumblr for YunoHost [![Integration level](https://dash.yunohost.org/integration/scrumblr.svg)](https://dash.yunohost.org/appci/app/scrumblr) ![](https://ci-apps.yunohost.org/ci/badges/scrumblr.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/scrumblr.maintain.svg) [![Install scrumblr with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scrumblr) -Adding Yunohost Integration level -"Scrumblr est un logiciel libre distribué sous licence GPLv3 qui a pour objectif de fournir un tableau de post-it collaboratif en temps réel. Il s’agit de la solution logicielle qui propulse le service en ligne Framemo. Du point de vue utilisateur, seul un navigateur Web est nécessaire." (framasoft) +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install scrumblr 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 + +scrumblr is a web-based simulation of a physical agile kanban board that supports real-time collaboration. it is built using node.js, websockets (using socket.io), CSS3, and jquery. + +**Shipped version:** 1.0~ynh1 + +**Demo:** http://scrumblr.ca/ + +## Screenshots + +![](./doc/screenshots/687474703a2f2f736372756d626c722e63612f696d616765732f73637265656e73686f742e706e67.png) + +## Documentation and resources + +* Official app website: http://www.scrumblr.ca/ +* Upstream app code repository: https://framagit.org/framasoft/framemo +* YunoHost documentation for this app: https://yunohost.org/app_scrumblr +* Report a bug: https://github.com/YunoHost-Apps/scrumblr_ynh/issues + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/scrumblr_ynh/tree/testing). + +To try the testing branch, please proceed like that. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/scrumblr_ynh/tree/testing --debug +or +sudo yunohost app upgrade scrumblr -u https://github.com/YunoHost-Apps/scrumblr_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..59edf93 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,42 @@ +# scrumblr pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/scrumblr.svg)](https://dash.yunohost.org/appci/app/scrumblr) ![](https://ci-apps.yunohost.org/ci/badges/scrumblr.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/scrumblr.maintain.svg) +[![Installer scrumblr avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scrumblr) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer scrumblr 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 + +scrumblr is a web-based simulation of a physical agile kanban board that supports real-time collaboration. it is built using node.js, websockets (using socket.io), CSS3, and jquery. + +**Version incluse :** 1.0~ynh1 + +**Démo :** http://scrumblr.ca/ + +## Captures d'écran + +![](./doc/screenshots/687474703a2f2f736372756d626c722e63612f696d616765732f73637265656e73686f742e706e67.png) + +## Documentations et ressources + +* Site officiel de l'app : http://www.scrumblr.ca/ +* Dépôt de code officiel de l'app : https://framagit.org/framasoft/framemo +* Documentation YunoHost pour cette app : https://yunohost.org/app_scrumblr +* Signaler un bug : https://github.com/YunoHost-Apps/scrumblr_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/scrumblr_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/scrumblr_ynh/tree/testing --debug +ou +sudo yunohost app upgrade scrumblr -u https://github.com/YunoHost-Apps/scrumblr_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file