mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
144967a612
1 changed files with 65 additions and 0 deletions
65
README_it.md
Normal file
65
README_it.md
Normal file
|
@ -0,0 +1,65 @@
|
|||
<!--
|
||||
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
NON DEVE essere modificato manualmente.
|
||||
-->
|
||||
|
||||
# Moncycle per YunoHost
|
||||
|
||||
[![Livello di integrazione](https://dash.yunohost.org/integration/moncycle.svg)](https://dash.yunohost.org/appci/app/moncycle) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/moncycle.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/moncycle.maintain.svg)
|
||||
|
||||
[![Installa Moncycle con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=moncycle)
|
||||
|
||||
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
||||
|
||||
> *Questo pacchetto ti permette di installare Moncycle su un server YunoHost in modo semplice e veloce.*
|
||||
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
|
||||
|
||||
## Panoramica
|
||||
|
||||
Make it easy to monitor menstrual cycles and apply natural methods. Billings. Symptothermy. FertilityCare
|
||||
|
||||
### Features:
|
||||
|
||||
- a menstrual cycle tracking chart
|
||||
- dedicated to natural methods
|
||||
- monitoring the evolution of cervical mucus
|
||||
- body temperature tracking (optional)
|
||||
- FertilityCare rating (optional)
|
||||
- simple on phone as on PC
|
||||
- aesthetic visual with dark mode
|
||||
- open source code
|
||||
- no pseudo predictive intelligence
|
||||
- PDF/CSV export for your instructors
|
||||
- finished Excel or Google Sheets
|
||||
- the same account on several devices
|
||||
- automatic sending of cycles by email
|
||||
- no data sales/no advertising
|
||||
|
||||
**Versione pubblicata:** 11.0.2~ynh1
|
||||
|
||||
**Prova:** <https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo>
|
||||
|
||||
## Screenshot
|
||||
|
||||
![Screenshot di Moncycle](./doc/screenshots/moncycle_app.png)
|
||||
|
||||
## Documentazione e risorse
|
||||
|
||||
- Sito web ufficiale dell’app: <https://moncycle.app>
|
||||
- Repository upstream del codice dell’app: <https://github.com/jean-io/moncycle.app>
|
||||
- Store di YunoHost: <https://apps.yunohost.org/app/moncycle>
|
||||
- Segnala un problema: <https://github.com/YunoHost-Apps/moncycle_ynh/issues>
|
||||
|
||||
## Informazioni per sviluppatori
|
||||
|
||||
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/moncycle_ynh/tree/testing).
|
||||
|
||||
Per provare la branch di `testing`, si prega di procedere in questo modo:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/moncycle_ynh/tree/testing --debug
|
||||
o
|
||||
sudo yunohost app upgrade moncycle -u https://github.com/YunoHost-Apps/moncycle_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue