1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00
garradin_ynh/README_fr.md

50 lines
2.5 KiB
Markdown
Raw Normal View History

2022-06-05 11:18:38 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-07-14 12:56:01 +02:00
# Garradin pour YunoHost
2020-06-17 19:55:21 +02:00
2022-06-05 11:18:38 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/garradin.svg)](https://dash.yunohost.org/appci/app/garradin) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/garradin.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/garradin.maintain.svg)
2021-05-05 10:40:58 +02:00
[![Installer Garradin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=garradin)
2020-06-17 19:55:21 +02:00
*[Read this readme in english.](./README.md)*
2020-06-17 19:55:21 +02:00
> *Ce package vous permet d'installer Garradin rapidement et simplement sur un serveur YunoHost.
2021-09-25 23:36:59 +02:00
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
2020-06-17 19:55:21 +02:00
## Vue d'ensemble
2021-09-25 23:36:59 +02:00
Garradin (mot signifiant argent dans un dialecte aborigène du nord de l'Australie, prononcé « gar-a-dine »em) est un logiciel de gestion associative. Il est l'outil de prédilection pour gérer une association, un club sportif, une ONG, etc. Il est conçu pour répondre aux besoins d'une structure de petite à moyenne taille : gestion des adhérents, comptabilité, site web, prise de notes en réunion, archivage et partage des documents de fonctionnement de l'association, discussion entre adhérents, etc etc.
2020-06-17 19:55:21 +02:00
2022-08-21 15:00:26 +02:00
**Version incluse :** 1.1.28~ynh1
2020-06-17 19:55:21 +02:00
2021-09-25 23:36:59 +02:00
**Démo :** https://garradin.eu/essai/
2020-06-17 19:55:21 +02:00
2021-09-25 23:40:05 +02:00
## Captures d'écran
2022-06-05 11:18:38 +02:00
![Capture d'écran de Garradin](./doc/screenshots/screenshot.png)
2021-09-25 23:40:05 +02:00
2021-09-25 23:36:59 +02:00
## Documentations et ressources
2020-06-17 19:55:21 +02:00
2022-06-05 11:18:38 +02:00
* Site officiel de l'app : <http://garradin.eu>
* Documentation officielle de l'admin : <https://fossil.kd2.org/garradin/wiki?name=Documentation>
* Dépôt de code officiel de l'app : <https://fossil.kd2.org/garradin/dir?ci=tip>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_garradin>
* Signaler un bug : <https://github.com/YunoHost-Apps/garradin_ynh/issues>
2020-06-17 19:55:21 +02:00
## Informations pour les développeurs
2020-06-17 19:55:21 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/garradin_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-06-05 11:18:38 +02:00
``` bash
2020-06-17 19:55:21 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/garradin_ynh/tree/testing --debug
ou
sudo yunohost app upgrade garradin -u https://github.com/YunoHost-Apps/garradin_ynh/tree/testing --debug
2020-06-17 19:55:21 +02:00
```
2021-09-25 23:36:59 +02:00
2022-06-05 11:18:38 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>