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.md

80 lines
4.3 KiB
Markdown
Raw Normal View History

2021-09-25 23:36:59 +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 for YunoHost
2020-06-17 19:55:21 +02:00
2023-02-14 21:42:33 +01:00
[![Integration level](https://dash.yunohost.org/integration/garradin.svg)](https://dash.yunohost.org/appci/app/garradin) ![Working status](https://ci-apps.yunohost.org/ci/badges/garradin.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/garradin.maintain.svg)
2021-01-06 17:55:46 +01:00
[![Install Garradin with 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
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Garradin quickly and simply on a YunoHost server.
2020-06-17 19:55:21 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2021-09-25 23:36:59 +02:00
Garradin (word meaning money in an aboriginal dialect of northern Australia, pronounced "gar-a-dine" em) is software for associative management. It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members, etc. etc. .
2020-06-17 19:55:21 +02:00
2023-01-09 01:51:05 +01:00
## Garradin becomes Paheko!
### Why change your name?
It appeared that the pronunciation of "Garradin" in French is sometimes a bit complicated, as is its spelling.
There is already a commercial software called "Garradin" in Australia, which does finance for large groups. For the moment this was not a problem because our association management solution was only available in French and until then did not have much scope. But we would like to be able to offer the software in other languages in the years to come, and as Garradin (the French project) is starting to be quite well known, it seems necessary to limit the risk of confusion in the future with this commercial solution.
### What will be the new name?
We chose the name Paheko, a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association:)
![Logo Paheko](https://master.garradin.eu/garradin-devient-paheko/logo_v3_small-fs8.png)
2023-01-07 07:13:35 +01:00
**Shipped version:** 1.2.4~ynh1
2022-08-21 15:00:26 +02:00
2023-01-08 15:55:15 +01:00
**Demo:** https://paheko.cloud/essai/
2020-06-17 19:55:21 +02:00
2021-09-25 23:40:05 +02:00
## Screenshots
2022-06-05 11:18:38 +02:00
![Screenshot of Garradin](./doc/screenshots/screenshot.png)
2021-09-25 23:40:05 +02:00
2023-02-14 21:42:33 +01:00
## Disclaimers / important information
# Garradin becomes Paheko!
## Why change your name?
It appeared that the pronunciation of "Garradin" in French is sometimes a bit complicated, as is its spelling.
There is already a commercial software called "Garradin" in Australia, which does finance for large groups. For the moment this was not a problem because our association management solution was only available in French and until then did not have much scope. But we would like to be able to offer the software in other languages in the years to come, and as Garradin (the French project) is starting to be quite well known, it seems necessary to limit the risk of confusion in the future with this commercial solution.
You can now upgrade Garradin with Paheko !
Don't stay with this repository, it will be no more supported.
Take a Look at the Paheko repository and read the instructions how to migrate your application Garradin to Paheko:
2023-11-14 23:34:19 +01:00
https://github.com/YunoHost-Apps/paheko_ynh/tree/garradin-migration
2023-02-14 21:42:33 +01:00
2021-09-25 23:36:59 +02:00
## Documentation and resources
2020-06-17 19:55:21 +02:00
2023-01-08 15:55:15 +01:00
* Official app website: <https://paheko.cloud>
* Official admin documentation: <https://fossil.kd2.org/paheko/wiki?name=Documentation>
* Upstream app code repository: <https://fossil.kd2.org/paheko/dir?ci=tip>
2023-10-31 15:12:48 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/garradin>
2022-06-05 11:18:38 +02:00
* Report a bug: <https://github.com/YunoHost-Apps/garradin_ynh/issues>
2020-06-17 19:55:21 +02:00
## Developer info
2020-06-17 19:55:21 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/garradin_ynh/tree/testing).
To try the testing branch, please proceed like that.
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
or
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
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>