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 d01e434..8f31bd3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. Yellow is for people who make small websites -**Shipped version:** 2024.04.13~ynh1 +**Shipped version:** 2024.05.29~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..4ac6b4d --- /dev/null +++ b/README_es.md @@ -0,0 +1,49 @@ + + +# Yellow para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/yellow.svg)](https://dash.yunohost.org/appci/app/yellow) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/yellow.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/yellow.maintain.svg) + +[![Instalar Yellow con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yellow) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarYellow 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 + +Yellow is for people who make small websites + +**Versión actual:** 2024.05.29~ynh1 + +**Demo:** + +## Capturas + +![Captura de Yellow](./doc/screenshots/datenstrom-yellow-en.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/yellow_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/yellow_ynh/tree/testing --debug +o +sudo yunohost app upgrade yellow -u https://github.com/YunoHost-Apps/yellow_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index 32a4c03..bc65702 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. Yellow is for people who make small websites -**Paketatutako bertsioa:** 2024.04.13~ynh1 +**Paketatutako bertsioa:** 2024.05.29~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 4eb8674..92d0f64 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Yellow is for people who make small websites -**Version incluse :** 2024.04.13~ynh1 +**Version incluse :** 2024.05.29~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 76f2f12..7a1d280 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. Yellow is for people who make small websites -**Versión proporcionada:** 2024.04.13~ynh1 +**Versión proporcionada:** 2024.05.29~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index ab57765..4d4c9cb 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 Yellow +# YunoHost 上的 Yellow [![集成程度](https://dash.yunohost.org/integration/yellow.svg)](https://dash.yunohost.org/appci/app/yellow) ![工作状态](https://ci-apps.yunohost.org/ci/badges/yellow.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/yellow.maintain.svg) @@ -18,7 +18,7 @@ Yellow is for people who make small websites -**分发版本:** 2024.04.13~ynh1 +**分发版本:** 2024.05.29~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 382960b..085f956 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Yellow" description.en = "Content management system (CMS) for simple website" description.fr = "Système de gestion de contenu (CMS) pour un site simple" -version = "2024.04.13~ynh1" +version = "2024.05.29~ynh1" maintainers = [] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/datenstrom/yellow/archive/e73b6a34dc4d6f2fe325f0997fcd4d90d358ee40.tar.gz" - sha256 = "93bd92a315e3b190bf6578ae9a8540364ed76ae8cd8b19beb23b638e8f1e2e2f" + url = "https://github.com/datenstrom/yellow/archive/9cc6912ebd449a4182d77c908a6b6425c3bca111.tar.gz" + sha256 = "1dcee8680ffd024d09e84146ece93e3e00e0877c65192d648363aa3bc004036a" autoupdate.upstream = "https://github.com/datenstrom/yellow" autoupdate.strategy = "latest_github_commit"