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 4297632..5c534f7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Grav is a modern open source flat-file CMS. -**Shipped version:** 1.7.45~ynh3 +**Shipped version:** 1.7.46~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..79189f1 --- /dev/null +++ b/README_es.md @@ -0,0 +1,50 @@ + + +# Grav para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg) + +[![Instalar Grav con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarGrav 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 + +Grav is a modern open source flat-file CMS. + + +**Versión actual:** 1.7.46~ynh1 + +**Demo:** + +## Capturas + +![Captura de Grav](./doc/screenshots/grav.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/grav_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug +o +sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index 03c65ae..128fc2d 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Grav is a modern open source flat-file CMS. -**Paketatutako bertsioa:** 1.7.45~ynh3 +**Paketatutako bertsioa:** 1.7.46~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 666725f..107fc02 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Un CMS moderne basé sur des fichiers plats -**Version incluse :** 1.7.45~ynh3 +**Version incluse :** 1.7.46~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 4d4c30c..221ba08 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Grav is a modern open source flat-file CMS. -**Versión proporcionada:** 1.7.45~ynh3 +**Versión proporcionada:** 1.7.46~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index efa6c45..dc8663d 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 Grav +# YunoHost 上的 Grav [![集成程度](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![工作状态](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg) @@ -19,7 +19,7 @@ Grav is a modern open source flat-file CMS. -**分发版本:** 1.7.45~ynh3 +**分发版本:** 1.7.46~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 8091d08..02f4401 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Grav" description.en = "Modern open source flat-file CMS" description.fr = "CMS moderne basé sur des fichiers plats" -version = "1.7.45~ynh3" +version = "1.7.46~ynh1" maintainers = ["tituspijean"] @@ -63,14 +63,14 @@ ram.runtime = "50M" autoupdate.upstream = "https://github.com/trilbymedia/grav-plugin-login-ldap" [resources.sources.main] - url = "https://github.com/getgrav/grav/releases/download/1.7.45/grav-admin-v1.7.45.zip" - sha256 = "f2dfd984acbfcc00502e5736a3b80870996b644f28d40a98a94b7cdcdb723736" + url = "https://github.com/getgrav/grav/releases/download/1.7.46/grav-admin-v1.7.46.zip" + sha256 = "b9ec15c2779d322652cc19ea854f7ec8e658fb21a75be138c979a9244905b860" autoupdate.strategy = "latest_github_release" autoupdate.asset = "grav-admin.*.zip" [resources.sources.app-upgrade] - url = "https://github.com/getgrav/grav/releases/download/1.7.45/grav-update-v1.7.45.zip" - sha256 = "a836dfb311934df2ec16a14e6d7914375d2a5ac61ce012665391efdc4a102392" + url = "https://github.com/getgrav/grav/releases/download/1.7.46/grav-update-v1.7.46.zip" + sha256 = "35fdde9ee59196695445ed1c3d599fab667a9a9fe1ea2e578d60a33ce1f17c5e" autoupdate.strategy = "latest_github_release" autoupdate.asset = "grav-update.*.zip"