mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
commit
b299298365
4 changed files with 21 additions and 23 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
|
||||
- automatic sending of cycles by email
|
||||
- no data sales/no advertising
|
||||
**Shipped version:** 11.0.1~ynh1
|
||||
|
||||
**Shipped version:** 10.0~ynh2
|
||||
|
||||
**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>
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -45,10 +44,10 @@ Make it easy to monitor menstrual cycles and apply natural methods. Billings. Sy
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://moncycle.app>
|
||||
* Upstream app code repository: <https://github.com/jean-io/moncycle.app>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/moncycle>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/moncycle_ynh/issues>
|
||||
- Official app website: <https://moncycle.app>
|
||||
- Upstream app code repository: <https://github.com/jean-io/moncycle.app>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/moncycle>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/moncycle_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -62,4 +61,4 @@ or
|
|||
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
|
||||
- pas de vente de données/pas de publicité
|
||||
|
||||
**Version incluse :** 11.0.1~ynh1
|
||||
|
||||
**Version incluse :** 10.0~ynh2
|
||||
|
||||
**Démo :** https://tableau.moncycle.app/connexion.php?email1=demo@moncycle.app&mdp=demo
|
||||
**Démo :** <https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo>
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -46,10 +45,10 @@ Rendre facile le suivi des cycles menstruels et l’application des méthodes na
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://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>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/moncycle_ynh/issues>
|
||||
- Site officiel de l’app : <https://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>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/moncycle_ynh/issues>
|
||||
|
||||
## 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
|
||||
```
|
||||
|
||||
**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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"app": "moncycle.app",
|
||||
"version": "10.0~ynh2",
|
||||
"build": "2024-02-21",
|
||||
"commit": "6e19865"
|
||||
"version": "11.0.1~ynh1",
|
||||
"build": "2024-03-08",
|
||||
"commit": "98bedec"
|
||||
}
|
||||
|
|
|
@ -5,14 +5,14 @@ name = "Moncycle"
|
|||
description.en = "Menstrual cycle follow-up for natural family planning"
|
||||
description.fr = "Suivi de cycle pour les méthodes naturelles de régulation de naissance"
|
||||
|
||||
version = "10.0~ynh2"
|
||||
version = "11.0.1~ynh1"
|
||||
|
||||
maintainers = ["Raoul de Limezy"]
|
||||
|
||||
[upstream]
|
||||
license = "CC-BY-NC-SA-4.0"
|
||||
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"
|
||||
|
||||
[integration]
|
||||
|
@ -34,8 +34,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/jean-io/moncycle.app/archive/6e198655d54370f782f9c74a7361724a87090f13.zip"
|
||||
sha256 = "9bc1ee0890ee649c0ee16f56de2165778f398be450201be9329c25675ca457e8"
|
||||
url = "https://github.com/jean-io/moncycle.app/archive/98bedeccb3daa05c9c634d2dfb62ea5fc59d7ac7.zip"
|
||||
sha256 = "14af46f26a8aaa956fb9aae0791adb66110baea405bedc00610917dae9ffe0b3"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue