mirror of
https://github.com/YunoHost-Apps/drupal_ynh.git
synced 2024-09-03 18:35:53 +02:00
commit
f7f2d8c36c
8 changed files with 56 additions and 8 deletions
|
@ -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)
|
||||
|
|
|
@ -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
47
README_es.md
Normal 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
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/drupal)  
|
||||
|
||||
[](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
|
||||
|
||||

|
||||
|
||||
## 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>
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
Free and open-source content management framework.
|
||||
|
||||
**分发版本:** 2024.05.08~ynh1
|
||||
**分发版本:** 2024.05.14~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue