diff --git a/ALL_README.md b/ALL_README.md index a01b345..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index 1f4245e..69a773a 100644 --- a/README.md +++ b/README.md @@ -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:** 13~ynh1 +**Shipped version:** 13~ynh5 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..e210afa --- /dev/null +++ b/README_es.md @@ -0,0 +1,65 @@ + + +# Moncycle para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/moncycle.svg)](https://dash.yunohost.org/appci/app/moncycle) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/moncycle.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/moncycle.maintain.svg) + +[![Instalar Moncycle con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=moncycle) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarMoncycle rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +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 + +**Versión actual:** 13~ynh5 + +**Demo:** + +## Capturas + +![Captura de Moncycle](./doc/screenshots/moncycle_app.png) + +## Documentaciones y recursos + +- Sitio web oficial: +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/moncycle_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```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 +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index c91abb4..f98b824 100644 --- a/README_eu.md +++ b/README_eu.md @@ -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 -**Paketatutako bertsioa:** 13~ynh1 +**Paketatutako bertsioa:** 13~ynh5 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 9904dc4..f83f17d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 :** 13~ynh1 +**Version incluse :** 13~ynh5 **Démo :** diff --git a/README_gl.md b/README_gl.md index be132ba..3d59ca4 100644 --- a/README_gl.md +++ b/README_gl.md @@ -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:** 13~ynh1 +**Versión proporcionada:** 13~ynh5 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 3e05dc0..a9b7ecd 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 Moncycle +# YunoHost 上的 Moncycle [![集成程度](https://dash.yunohost.org/integration/moncycle.svg)](https://dash.yunohost.org/appci/app/moncycle) ![工作状态](https://ci-apps.yunohost.org/ci/badges/moncycle.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/moncycle.maintain.svg) @@ -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 -**分发版本:** 13~ynh1 +**分发版本:** 13~ynh5 **演示:** diff --git a/conf/moncycleapp.cron b/conf/moncycleapp.cron index 576bdad..bbbcaa9 100644 --- a/conf/moncycleapp.cron +++ b/conf/moncycleapp.cron @@ -1 +1 @@ -0 1 * * * __APP__ /usr/bin/php__PHPVERSION__ --define apc.enable_cli=1 -f __INSTALL_DIR__/script/cron.php \ No newline at end of file +0 1 * * * __APP__ cd __INSTALL_DIR__/script && /usr/bin/php__PHPVERSION__ --define apc.enable_cli=1 -f __INSTALL_DIR__/script/cron.php \ No newline at end of file diff --git a/conf/version.json b/conf/version.json index dd88c1e..f06fbb8 100644 --- a/conf/version.json +++ b/conf/version.json @@ -1,6 +1,6 @@ { "app": "moncycle.app", - "version": "13~ynh1", - "build": "2024-04-23", - "commit": "5415446" + "version": "13~ynh5", + "build": "2024-05-20", + "commit": "3317aa3" } diff --git a/manifest.toml b/manifest.toml index 0c59e04..0cfbf56 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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 = "13~ynh1" +version = "13~ynh5" maintainers = ["Raoul de Limezy"] @@ -34,8 +34,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/jean-io/moncycle.app/archive/refs/tags/v13.tar.gz" - sha256 = "db7ae0dcb3c307d6881ae1d1af67670ac4951d67fa788ce7cc0cb2bf4f08eb3f" + url = "https://github.com/jean-io/moncycle.app/archive/3317aa3307c7faa25fd90e5e23ccadb167a7c822.zip" + sha256 = "af999e814ee813cde886ffef2778d9f0ebe7b94bbaabf4184f5577812fdb78db" autoupdate.strategy = "latest_github_release" [resources.system_user] diff --git a/sources/patches/main-01-mail.patch b/sources/patches/main-01-mail.patch old mode 100644 new mode 100755 index 0e2a784..0ae2892 --- a/sources/patches/main-01-mail.patch +++ b/sources/patches/main-01-mail.patch @@ -1,12 +1,9 @@ diff --git a/www_data/lib/mail.php b/www_data/lib/mail.php -index 9b58b50..0112cc5 100644 +index fc2246e..2e060e3 100644 --- a/www_data/lib/mail.php +++ b/www_data/lib/mail.php -@@ -12,16 +12,14 @@ use PHPMailer\PHPMailer\PHPMailer; +@@ -15,10 +15,10 @@ function mail_init(){ - function mail_init(){ - $mail = new PHPMailer(); -- $mail->isSMTP(); $mail->Host = SMTP_HOST; - $mail->SMTPAuth = true; @@ -17,7 +14,4 @@ index 9b58b50..0112cc5 100644 + $mail->SMTPSecure = false; $mail->Port = SMTP_PORT; $mail->CharSet = 'UTF-8'; -- - $mail->setFrom(SMTP_MAIL, 'moncycle.app'); - return $mail; - } \ No newline at end of file +