mirror of
https://github.com/YunoHost-Apps/drupal_ynh.git
synced 2024-09-03 18:35:53 +02:00
Merge pull request #65 from YunoHost-Apps/testing
Upgrade to version 9.5.2
This commit is contained in:
commit
7523cfca74
3 changed files with 17 additions and 18 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Drupal for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/drupal)  
|
||||
[](https://dash.yunohost.org/appci/app/drupal)  
|
||||
[](https://install-app.yunohost.org/?app=drupal)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Free and open-source content management framework.
|
||||
|
||||
**Shipped version:** 9.5.0~ynh1
|
||||
**Shipped version:** 9.5.2~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
22
README_fr.md
22
README_fr.md
|
@ -5,23 +5,23 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Drupal pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/drupal)  
|
||||
[](https://dash.yunohost.org/appci/app/drupal)  
|
||||
[](https://install-app.yunohost.org/?app=drupal)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Drupal rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
> *Ce package vous permet d’installer Drupal rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
Framework de gestion de contenu libre et open-source.
|
||||
|
||||
**Version incluse :** 9.5.0~ynh1
|
||||
**Version incluse :** 9.5.2~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -29,9 +29,9 @@ Framework de gestion de contenu libre et open-source.
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://www.drupal.org>
|
||||
* Documentation officielle de l'admin : <https://www.drupal.org/docs/8>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/drupal/drupal>
|
||||
* Site officiel de l’app : <https://www.drupal.org>
|
||||
* Documentation officielle de l’admin : <https://www.drupal.org/docs/8>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/drupal/drupal>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_drupal>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/drupal_ynh/issues>
|
||||
|
||||
|
@ -47,4 +47,4 @@ ou
|
|||
sudo yunohost app upgrade drupal -u https://github.com/YunoHost-Apps/drupal_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -3,10 +3,10 @@
|
|||
"id": "drupal",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "A content management framework written in PHP",
|
||||
"fr": "Un système de gestion de contenu écrit en PHP"
|
||||
"en": "Content management framework",
|
||||
"fr": "Système de gestion de contenu"
|
||||
},
|
||||
"version": "9.5.0~ynh1",
|
||||
"version": "9.5.2~ynh1",
|
||||
"url": "https://www.drupal.org",
|
||||
"upstream": {
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
@ -63,8 +63,7 @@
|
|||
},
|
||||
{
|
||||
"name": "password",
|
||||
"type": "password",
|
||||
"example": "Choose a password"
|
||||
"type": "password"
|
||||
},
|
||||
{
|
||||
"name": "install_profil",
|
||||
|
|
Loading…
Add table
Reference in a new issue