mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Merge branch 'testing' into v11.0.1
This commit is contained in:
commit
b2958de461
3 changed files with 15 additions and 17 deletions
15
README.md
15
README.md
|
@ -34,10 +34,9 @@ Make it easy to monitor menstrual cycles and apply natural methods. Billings. Sy
|
||||||
- the same account on several devices
|
- the same account on several devices
|
||||||
- automatic sending of cycles by email
|
- automatic sending of cycles by email
|
||||||
- no data sales/no advertising
|
- no data sales/no advertising
|
||||||
|
**Shipped version:** 11~ynh1
|
||||||
|
|
||||||
**Shipped version:** 10.0~ynh2
|
**Demo:** <https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo>
|
||||||
|
|
||||||
**Demo:** https://tableau.moncycle.app/connexion.php?email1=demo@moncycle.app&mdp=demo
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -45,10 +44,10 @@ Make it easy to monitor menstrual cycles and apply natural methods. Billings. Sy
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://moncycle.app>
|
- Official app website: <https://moncycle.app>
|
||||||
* Upstream app code repository: <https://github.com/jean-io/moncycle.app>
|
- Upstream app code repository: <https://github.com/jean-io/moncycle.app>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/moncycle>
|
- YunoHost Store: <https://apps.yunohost.org/app/moncycle>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/moncycle_ynh/issues>
|
- Report a bug: <https://github.com/YunoHost-Apps/moncycle_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -62,4 +61,4 @@ or
|
||||||
sudo yunohost app upgrade moncycle -u https://github.com/YunoHost-Apps/moncycle_ynh/tree/testing --debug
|
sudo yunohost app upgrade moncycle -u https://github.com/YunoHost-Apps/moncycle_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
15
README_fr.md
15
README_fr.md
|
@ -35,10 +35,9 @@ Rendre facile le suivi des cycles menstruels et l’application des méthodes na
|
||||||
- envoi par mail automatique des cycles
|
- envoi par mail automatique des cycles
|
||||||
- pas de vente de données/pas de publicité
|
- pas de vente de données/pas de publicité
|
||||||
|
|
||||||
|
**Version incluse :** 11~ynh1
|
||||||
|
|
||||||
**Version incluse :** 10.0~ynh2
|
**Démo :** <https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo>
|
||||||
|
|
||||||
**Démo :** https://tableau.moncycle.app/connexion.php?email1=demo@moncycle.app&mdp=demo
|
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
@ -46,10 +45,10 @@ Rendre facile le suivi des cycles menstruels et l’application des méthodes na
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://moncycle.app>
|
- Site officiel de l’app : <https://moncycle.app>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/jean-io/moncycle.app>
|
- Dépôt de code officiel de l’app : <https://github.com/jean-io/moncycle.app>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/moncycle>
|
- YunoHost Store : <https://apps.yunohost.org/app/moncycle>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/moncycle_ynh/issues>
|
- Signaler un bug : <https://github.com/YunoHost-Apps/moncycle_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
@ -63,4 +62,4 @@ ou
|
||||||
sudo yunohost app upgrade moncycle -u https://github.com/YunoHost-Apps/moncycle_ynh/tree/testing --debug
|
sudo yunohost app upgrade moncycle -u https://github.com/YunoHost-Apps/moncycle_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||||
|
|
|
@ -12,7 +12,7 @@ maintainers = ["Raoul de Limezy"]
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "CC-BY-NC-SA-4.0"
|
license = "CC-BY-NC-SA-4.0"
|
||||||
website = "https://moncycle.app"
|
website = "https://moncycle.app"
|
||||||
demo = "https://tableau.moncycle.app/connexion.php?email1=demo@moncycle.app&mdp=demo"
|
demo = "https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo"
|
||||||
code = "https://github.com/jean-io/moncycle.app"
|
code = "https://github.com/jean-io/moncycle.app"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
|
|
Loading…
Add table
Reference in a new issue