mirror of
https://github.com/YunoHost-Apps/drupal_ynh.git
synced 2024-09-03 18:35:53 +02:00
Auto-update README
This commit is contained in:
parent
3cd31d7cee
commit
6e0febfd25
2 changed files with 26 additions and 22 deletions
20
README.md
20
README.md
|
@ -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)*
|
||||
|
@ -20,10 +20,9 @@ Free and open-source content management framework.
|
|||
**Shipped version:** 9.3.9~ynh1
|
||||
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -31,21 +30,22 @@ Free and open-source content management framework.
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://www.drupal.org
|
||||
* Official admin documentation: https://www.drupal.org/docs/8
|
||||
* Upstream app code repository: https://github.com/drupal-composer/drupal-project
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_drupal
|
||||
* Report a bug: https://github.com/YunoHost-Apps/drupal_ynh/issues
|
||||
* Official app website: <https://www.drupal.org>
|
||||
* Official admin documentation: <https://www.drupal.org/docs/8>
|
||||
* Upstream app code repository: <https://github.com/drupal/drupal>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_drupal>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/drupal_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/drupal_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/drupal_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade drupal -u https://github.com/YunoHost-Apps/drupal_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
28
README_fr.md
28
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
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)*
|
||||
*[Lire ce readme en français.](./README_fr.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.*
|
||||
|
@ -13,13 +17,12 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Framework de gestion de contenu libre et open-source.
|
||||
|
||||
**Version incluse :** 9.3.9~ynh1
|
||||
|
||||
**Version incluse :** 9.3.9~ynh1
|
||||
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -27,21 +30,22 @@ 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-composer/drupal-project
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_drupal
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/drupal_ynh/issues
|
||||
* 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>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/drupal_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/drupal_ynh/tree/testing --debug
|
||||
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue