From 31f25b6c36cce4d70468ff8a7379d37b1c8f3459 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 16 May 2024 06:41:23 +0200 Subject: [PATCH] Upgrade to v5.8.14 (#73) * Upgrade to v5.8.14 * Auto-update READMEs --- ALL_README.md | 1 + README.md | 2 +- README_es.md | 50 +++++++++++++++++++++++++++++++++++++++++++++++ README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- manifest.toml | 6 +++--- 8 files changed, 59 insertions(+), 8 deletions(-) create mode 100644 README_es.md 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 1216834..0ec63f0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Blog or CMS storing data in XML flat files. -**Shipped version:** 5.8.13~ynh1 +**Shipped version:** 5.8.14~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..f15440c --- /dev/null +++ b/README_es.md @@ -0,0 +1,50 @@ + + +# PluXml para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/pluxml.svg)](https://dash.yunohost.org/appci/app/pluxml) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/pluxml.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/pluxml.maintain.svg) + +[![Instalar PluXml con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pluxml) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarPluXml 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 + +Blog or CMS storing data in XML flat files. + + +**Versión actual:** 5.8.14~ynh1 + +**Demo:** + +## Capturas + +![Captura de PluXml](./doc/screenshots/screenshot.png) + +## 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/pluxml_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing --debug +o +sudo yunohost app upgrade pluxml -u https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index 251c681..d0f6f2d 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Blog or CMS storing data in XML flat files. -**Paketatutako bertsioa:** 5.8.13~ynh1 +**Paketatutako bertsioa:** 5.8.14~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 3de5e43..45d614f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Blog ou CMS stockant ses données dans des fichiers XML plats. -**Version incluse :** 5.8.13~ynh1 +**Version incluse :** 5.8.14~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 871d6fc..f95deba 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Blog or CMS storing data in XML flat files. -**Versión proporcionada:** 5.8.13~ynh1 +**Versión proporcionada:** 5.8.14~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index c1963ae..0960ad6 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Blog or CMS storing data in XML flat files. -**分发版本:** 5.8.13~ynh1 +**分发版本:** 5.8.14~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 18647bb..5ee2942 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "PluXml" description.en = "Blog or CMS storing data in XML flat files." description.fr = "Blog ou CMS stockant ses données dans des fichiers XML plats." -version = "5.8.13~ynh1" +version = "5.8.14~ynh1" maintainers = ["Antoine"] @@ -53,8 +53,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/pluxml/PluXml/archive/refs/tags/v5.8.13.tar.gz" - sha256 = "c6f46e3f08e590d96932ef93a762d5a82885e718db0abb156062bfd949501c67" + url = "https://github.com/pluxml/PluXml/archive/refs/tags/v5.8.14.tar.gz" + sha256 = "677015ddf37434bb47c901f38f8297fa61dc77ff5018809a313a0aae4797fabe" autoupdate.strategy = "latest_github_tag" [resources.system_user]