mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
commit
a1166e684c
8 changed files with 142 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [Leggi il “README” in italiano](README_it.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
|
@ -9,7 +9,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
[](https://install-app.yunohost.org/?app=moncycle)
|
||||
|
||||
*[Read this README is other languages.](./ALL_README.md)*
|
||||
*[Read this README in other languages.](./ALL_README.md)*
|
||||
|
||||
> *This package allows you to install Moncycle quickly and simply on a YunoHost server.*
|
||||
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
||||
|
@ -35,7 +35,7 @@ Make it easy to monitor menstrual cycles and apply natural methods. Billings. Sy
|
|||
- automatic sending of cycles by email
|
||||
- no data sales/no advertising
|
||||
|
||||
**Shipped version:** 11.0.2~ynh1
|
||||
**Shipped version:** 13~ynh1
|
||||
|
||||
**Demo:** <https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo>
|
||||
|
||||
|
|
65
README_eu.md
Normal file
65
README_eu.md
Normal file
|
@ -0,0 +1,65 @@
|
|||
<!--
|
||||
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
|
||||
EZ editatu eskuz.
|
||||
-->
|
||||
|
||||
# Moncycle YunoHost-erako
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/moncycle)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=moncycle)
|
||||
|
||||
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
|
||||
|
||||
> *Pakete honek Moncycle YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
|
||||
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
|
||||
|
||||
## Aurreikuspena
|
||||
|
||||
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
|
||||
|
||||
**Paketatutako bertsioa:** 13~ynh1
|
||||
|
||||
**Demoa:** <https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo>
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||

|
||||
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
||||
- Aplikazioaren webgune ofiziala: <https://moncycle.app>
|
||||
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/jean-io/moncycle.app>
|
||||
- YunoHost Denda: <https://apps.yunohost.org/app/moncycle>
|
||||
- Eman errore baten berri: <https://github.com/YunoHost-Apps/moncycle_ynh/issues>
|
||||
|
||||
## Garatzaileentzako informazioa
|
||||
|
||||
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/moncycle_ynh/tree/testing).
|
||||
|
||||
`testing` abarra probatzeko, ondorengoa egin:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/moncycle_ynh/tree/testing --debug
|
||||
edo
|
||||
sudo yunohost app upgrade moncycle -u https://github.com/YunoHost-Apps/moncycle_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>
|
|
@ -36,7 +36,7 @@ Rendre facile le suivi des cycles menstruels et l’application des méthodes na
|
|||
- pas de vente de données/pas de publicité
|
||||
|
||||
|
||||
**Version incluse :** 11.0.2~ynh1
|
||||
**Version incluse :** 13~ynh1
|
||||
|
||||
**Démo :** <https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo>
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ Make it easy to monitor menstrual cycles and apply natural methods. Billings. Sy
|
|||
- automatic sending of cycles by email
|
||||
- no data sales/no advertising
|
||||
|
||||
**Versión proporcionada:** 11.0.2~ynh1
|
||||
**Versión proporcionada:** 13~ynh1
|
||||
|
||||
**Demo:** <https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo>
|
||||
|
||||
|
|
65
README_zh_Hans.md
Normal file
65
README_zh_Hans.md
Normal file
|
@ -0,0 +1,65 @@
|
|||
<!--
|
||||
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
|
||||
请勿手动编辑。
|
||||
-->
|
||||
|
||||
# YunoHost 的 Moncycle
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/moncycle)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=moncycle)
|
||||
|
||||
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
|
||||
|
||||
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Moncycle。*
|
||||
> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
|
||||
|
||||
## 概况
|
||||
|
||||
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
|
||||
|
||||
**分发版本:** 13~ynh1
|
||||
|
||||
**演示:** <https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo>
|
||||
|
||||
## 截图
|
||||
|
||||

|
||||
|
||||
## 文档与资源
|
||||
|
||||
- 官方应用网站: <https://moncycle.app>
|
||||
- 上游应用代码库: <https://github.com/jean-io/moncycle.app>
|
||||
- YunoHost 商店: <https://apps.yunohost.org/app/moncycle>
|
||||
- 报告 bug: <https://github.com/YunoHost-Apps/moncycle_ynh/issues>
|
||||
|
||||
## 开发者信息
|
||||
|
||||
请向 [`testing` 分支](https://github.com/YunoHost-Apps/moncycle_ynh/tree/testing) 发送拉取请求。
|
||||
|
||||
如要尝试 `testing` 分支,请这样操作:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install 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
|
||||
```
|
||||
|
||||
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"app": "moncycle.app",
|
||||
"version": "11.0.2~ynh1",
|
||||
"build": "2024-03-08",
|
||||
"commit": "98bedec"
|
||||
"version": "13~ynh1",
|
||||
"build": "2024-04-23",
|
||||
"commit": "5415446"
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ 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 = "11.0.2~ynh1"
|
||||
version = "13~ynh1"
|
||||
|
||||
maintainers = ["Raoul de Limezy"]
|
||||
|
||||
|
@ -34,8 +34,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/jean-io/moncycle.app/archive/98bedeccb3daa05c9c634d2dfb62ea5fc59d7ac7.zip"
|
||||
sha256 = "14af46f26a8aaa956fb9aae0791adb66110baea405bedc00610917dae9ffe0b3"
|
||||
url = "https://github.com/jean-io/moncycle.app/archive/refs/tags/v13.tar.gz"
|
||||
sha256 = "db7ae0dcb3c307d6881ae1d1af67670ac4951d67fa788ce7cc0cb2bf4f08eb3f"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue