diff --git a/ALL_README.md b/ALL_README.md index a01b345..8938aae 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) +- [Lee 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 58daf9b..fc87d1e 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Marketing Automation Software With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts -**Shipped version:** 5.0.0~ynh1 +**Shipped version:** 5.0.4~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..8595926 --- /dev/null +++ b/README_es.md @@ -0,0 +1,51 @@ + + +# Mautic para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/mautic.svg)](https://dash.yunohost.org/appci/app/mautic) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/mautic.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/mautic.maintain.svg) + +[![Instalar Mautic con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mautic) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarMautic 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 + +Marketing Automation Software + +With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts + +**Versión actual:** 5.0.4~ynh1 + +**Demo:** + +## Capturas + +![Captura de Mautic](./doc/screenshots/mautic-Screenshots.jpg) + +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación administrador 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/mautic_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/mautic_ynh/tree/testing --debug +o +sudo yunohost app upgrade mautic -u https://github.com/YunoHost-Apps/mautic_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index 62e6a34..cc862e4 100644 --- a/README_eu.md +++ b/README_eu.md @@ -20,7 +20,7 @@ Marketing Automation Software With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts -**Paketatutako bertsioa:** 5.0.0~ynh1 +**Paketatutako bertsioa:** 5.0.4~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 1b7552e..5338d7b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Marketing Automation Software With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts -**Version incluse :** 5.0.0~ynh1 +**Version incluse :** 5.0.4~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index f73fae1..cb6cd42 100644 --- a/README_gl.md +++ b/README_gl.md @@ -20,7 +20,7 @@ Marketing Automation Software With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts -**Versión proporcionada:** 5.0.0~ynh1 +**Versión proporcionada:** 5.0.4~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 90054d8..f52327d 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 Mautic +# YunoHost 上的 Mautic [![集成程度](https://dash.yunohost.org/integration/mautic.svg)](https://dash.yunohost.org/appci/app/mautic) ![工作状态](https://ci-apps.yunohost.org/ci/badges/mautic.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/mautic.maintain.svg) @@ -20,7 +20,7 @@ Marketing Automation Software With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts -**分发版本:** 5.0.0~ynh1 +**分发版本:** 5.0.4~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 22519b6..86617ed 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Mautic" description.en = "Marketing Automation Software" description.fr = "Logiciel d'automatisation marketing" -version = "5.0.0~ynh1" +version = "5.0.4~ynh1" maintainers = ["eric_G"] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/mautic/mautic/releases/download/5.0.2/5.0.2.zip" - sha256 = "b20f7fb19d846229e45bd572ff191a3f3e0cf43afea2887bc887119db1950901" + url = "https://github.com/mautic/mautic/releases/download/5.0.4/5.0.4.zip" + sha256 = "3854f4cf32486af6476834328f2e45f337ac65f7bfca284b699c2c7a57b394f5" in_subdir = false autoupdate.strategy = "latest_github_tag"