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 e84933e..15ff161 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. Free and open-source content management framework. -**Shipped version:** 2024.05.08~ynh1 +**Shipped version:** 2024.05.14~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..cfa9d96 --- /dev/null +++ b/README_es.md @@ -0,0 +1,47 @@ + + +# Drupal para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/drupal.svg)](https://dash.yunohost.org/appci/app/drupal) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/drupal.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/drupal.maintain.svg) + +[![Instalar Drupal con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=drupal) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarDrupal 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 + +Free and open-source content management framework. + +**Versión actual:** 2024.05.14~ynh1 + +## Capturas + +![Captura de Drupal](./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/drupal_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/drupal_ynh/tree/testing --debug +o +sudo yunohost app upgrade drupal -u https://github.com/YunoHost-Apps/drupal_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index c9a5fdf..fdaef78 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. Free and open-source content management framework. -**Paketatutako bertsioa:** 2024.05.08~ynh1 +**Paketatutako bertsioa:** 2024.05.14~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 8434a1a..fc64f7e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Framework de gestion de contenu libre et open-source. -**Version incluse :** 2024.05.08~ynh1 +**Version incluse :** 2024.05.14~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 4920f1e..04f8927 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. Free and open-source content management framework. -**Versión proporcionada:** 2024.05.08~ynh1 +**Versión proporcionada:** 2024.05.14~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 1d7f1a8..408990b 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ Free and open-source content management framework. -**分发版本:** 2024.05.08~ynh1 +**分发版本:** 2024.05.14~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 1aefb86..32c4068 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Drupal" description.en = "Content management framework" description.fr = "Système de gestion de contenu" -version = "2024.05.08~ynh1" +version = "2024.05.14~ynh1" maintainers = ["yalh76"] @@ -61,8 +61,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/drupal-composer/drupal-project/archive/b7253a6e2134754ac05b8382c683454212495607.tar.gz" - sha256 = "490101336257f6a7cb4bd288da099bc12fe9c77f774573e8ae28930a7cd4bffa" + url = "https://github.com/drupal-composer/drupal-project/archive/8db66a6e715fd9ebe9b98b764cb093c497ef6554.tar.gz" + sha256 = "c5dc4c745aedfc0bb2db5ef54f9a1fe0a5d40ac66b9df2ccb841b395fc05488f" autoupdate.upstream = "https://github.com/drupal-composer/drupal-project" autoupdate.strategy = "latest_github_commit"