1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal_ynh.git synced 2024-09-03 18:35:53 +02:00

Merge pull request #93 from YunoHost-Apps/testing

Testing
This commit is contained in:
Alexandre Aubin 2024-05-15 18:34:09 +02:00 committed by GitHub
commit f7f2d8c36c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 56 additions and 8 deletions

View file

@ -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)

View file

@ -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

47
README_es.md Normal file
View file

@ -0,0 +1,47 @@
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# 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: <https://www.drupal.org>
- Documentación administrador oficial: <https://www.drupal.org/docs/8>
- Repositorio del código fuente oficial de la aplicación : <https://github.com/drupal/drupal>
- Catálogo YunoHost: <https://apps.yunohost.org/app/drupal>
- Reportar un error: <https://github.com/YunoHost-Apps/drupal_ynh/issues>
## 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:** <https://yunohost.org/packaging_apps>

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -18,7 +18,7 @@
Free and open-source content management framework.
**分发版本:** 2024.05.08~ynh1
**分发版本:** 2024.05.14~ynh1
## 截图

View file

@ -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"