mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
Auto-update README
This commit is contained in:
parent
559ceddb2f
commit
8504e403c5
2 changed files with 12 additions and 14 deletions
|
@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ v9.4) database as its data store.
|
Listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ v9.4) database as its data store.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2.2.0~ynh1
|
**Shipped version:** 2.3.0~ynh3
|
||||||
|
|
||||||
|
|
||||||
**Demo:** https://demo.listmonk.app/
|
**Demo:** https://demo.listmonk.app/
|
||||||
|
|
||||||
|
|
23
README_fr.md
23
README_fr.md
|
@ -5,33 +5,32 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Listmonk pour YunoHost
|
# Listmonk pour YunoHost
|
||||||
|
|
||||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/listmonk.svg)](https://dash.yunohost.org/appci/app/listmonk) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/listmonk.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/listmonk.maintain.svg)
|
[![Niveau d’intégration](https://dash.yunohost.org/integration/listmonk.svg)](https://dash.yunohost.org/appci/app/listmonk) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/listmonk.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/listmonk.maintain.svg)
|
||||||
[![Installer Listmonk avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=listmonk)
|
[![Installer Listmonk avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=listmonk)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Listmonk rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Listmonk 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.*
|
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
|
||||||
|
|
||||||
Listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ v9.4) database as its data store.
|
Listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ v9.4) database as its data store.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2.2.0~ynh1
|
**Version incluse :** 2.3.0~ynh3
|
||||||
|
|
||||||
|
|
||||||
**Démo :** https://demo.listmonk.app/
|
**Démo :** https://demo.listmonk.app/
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||
![Capture d'écran de Listmonk](./doc/screenshots/screenshot.png)
|
![Capture d’écran de Listmonk](./doc/screenshots/screenshot.png)
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://listmonk.app/>
|
* Site officiel de l’app : <https://listmonk.app/>
|
||||||
* Documentation officielle de l'admin : <https://listmonk.app/docs/>
|
* Documentation officielle de l’admin : <https://listmonk.app/docs/>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/knadh/listmonk>
|
* Dépôt de code officiel de l’app : <https://github.com/knadh/listmonk>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_listmonk>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_listmonk>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/listmonk_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/listmonk_ynh/issues>
|
||||||
|
|
||||||
|
@ -47,4 +46,4 @@ ou
|
||||||
sudo yunohost app upgrade listmonk -u https://github.com/YunoHost-Apps/listmonk_ynh/tree/testing --debug
|
sudo yunohost app upgrade listmonk -u https://github.com/YunoHost-Apps/listmonk_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…
Reference in a new issue