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 0170e72..3ad59fe 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. IT documentation, ticketing and accounting system for small MSPs. -**Shipped version:** 2024.05.10~ynh1 +**Shipped version:** 2024.05.12~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..51a1bdb --- /dev/null +++ b/README_es.md @@ -0,0 +1,49 @@ + + +# ITFlow para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/itflow.svg)](https://dash.yunohost.org/appci/app/itflow) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/itflow.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/itflow.maintain.svg) + +[![Instalar ITFlow con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=itflow) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarITFlow 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 + +IT documentation, ticketing and accounting system for small MSPs. + +**Versión actual:** 2024.05.12~ynh1 + +**Demo:** + +## Capturas + +![Captura de ITFlow](./doc/screenshots/readme.gif) + +## 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/itflow_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/itflow_ynh/tree/testing --debug +o +sudo yunohost app upgrade itflow -u https://github.com/YunoHost-Apps/itflow_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index e8404ab..717028c 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. IT documentation, ticketing and accounting system for small MSPs. -**Paketatutako bertsioa:** 2024.05.10~ynh1 +**Paketatutako bertsioa:** 2024.05.12~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index da10ee4..acd7a06 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Système de documentation, de billetterie et de comptabilité pour les petits MSP -**Version incluse :** 2024.05.10~ynh1 +**Version incluse :** 2024.05.12~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 744b4f1..84b2a50 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. IT documentation, ticketing and accounting system for small MSPs. -**Versión proporcionada:** 2024.05.10~ynh1 +**Versión proporcionada:** 2024.05.12~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 6de1001..e25c601 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ IT documentation, ticketing and accounting system for small MSPs. -**分发版本:** 2024.05.10~ynh1 +**分发版本:** 2024.05.12~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 9673d57..5576383 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "ITFlow" description.en = "IT documentation, ticketing and accounting system for small MSPs" description.fr = "Système de documentation, de billetterie et de comptabilité pour les petits MSP" -version = "2024.05.10~ynh1" +version = "2024.05.12~ynh1" maintainers = ["eric_G"] @@ -48,8 +48,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/itflow-org/itflow/archive/3e7f57f64ae35bccaabd525438a69b01d2d09a9c.tar.gz" - sha256 = "9b14233804fee4a5fdc3350952242afd88a8ec60c34e62a987301fc094d53703" + url = "https://github.com/itflow-org/itflow/archive/bd123194227c3f79b0f63dd0c948fc5ca76535b0.tar.gz" + sha256 = "0a84700cf2ffa7352a652d7fd5f0f16038e98bade22952ab2bf00222ceab8c52" autoupdate.upstream = "https://github.com/itflow-org/itflow" autoupdate.strategy = "latest_github_commit"