1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/commento_ynh.git synced 2024-09-03 18:16:16 +02:00
commento_ynh/README_fr.md

67 lines
2.8 KiB
Markdown
Raw Normal View History

2022-08-14 11:13:21 +02:00
<!--
2024-06-02 09:51:51 +02:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-08-14 11:13:21 +02:00
-->
2021-11-25 15:34:24 +01:00
# Commento pour YunoHost
2021-11-25 15:34:19 +01:00
2023-03-02 11:55:26 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/commento.svg)](https://dash.yunohost.org/appci/app/commento) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/commento.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/commento.maintain.svg)
2021-11-25 15:34:24 +01:00
[![Installer Commento avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=commento)
2021-11-25 15:34:19 +01:00
2024-06-02 09:51:51 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-11-25 15:34:19 +01:00
2024-06-02 09:51:51 +02:00
> *Ce package vous permet dinstaller Commento rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2021-11-25 15:34:19 +01:00
2023-03-02 11:55:26 +01:00
## Vue densemble
2021-11-25 15:34:19 +01:00
2022-01-11 07:47:44 +01:00
Commento++ allows you to foster discussion on your website if you have a blog, you can embed Commento if you want your readers to add comments. It's fast and bloat-free, has a modern interface, and is reasonably secure. Unlike most alternatives, Commento is lightweight and privacy-focused.
2021-11-25 15:34:19 +01:00
2021-11-25 15:34:24 +01:00
### Features
2021-11-25 15:34:19 +01:00
2022-01-11 07:47:44 +01:00
- Markdown support
- Import from Disqus
- Voting
- Automated spam detection (Askimet integration)
2021-11-25 16:15:26 +01:00
- Moderation tools
- Sticky comments
2022-01-11 07:47:44 +01:00
- Thread locking
- Hot-reloading of comments
- Email notifications.
2021-11-25 15:34:19 +01:00
2024-06-02 09:51:51 +02:00
**Version incluse:** 1.8.7~ynh2
2021-11-25 15:34:19 +01:00
2024-06-02 09:51:51 +02:00
**Démo:** <https://demo.souradip.com/chat.html>
2021-11-25 15:34:19 +01:00
2023-03-02 11:55:26 +01:00
## Captures décran
2021-11-25 15:34:19 +01:00
2023-03-02 11:55:26 +01:00
![Capture décran de Commento](./doc/screenshots/Screenshot.png)
2021-11-25 15:34:19 +01:00
2024-06-02 09:51:51 +02:00
## :red_circle: Anti-fonctionnalités
- **Application non maintenue **: Ce logiciel n'est plus maintenu. Attendez-vous à ce qu'il ne fonctionne plus avec le temps, et que l'on découvre des failles de sécurité qui ne seront pas corrigées, etc.
2021-11-25 15:34:19 +01:00
## Documentations et ressources
2024-06-02 09:51:51 +02:00
- Site officiel de lapp: <https://commento.io/>
- Documentation officielle de ladmin: <https://docs.commento.io/>
- Dépôt de code officiel de lapp: <https://github.com/souramoo/commentoplusplus>
- YunoHost Store: <https://apps.yunohost.org/app/commento>
- Signaler un bug: <https://github.com/YunoHost-Apps/commento_ynh/issues>
2021-11-25 15:34:19 +01:00
## Informations pour les développeurs
2024-06-02 09:51:51 +02:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/commento_ynh/tree/testing).
2021-11-25 15:34:19 +01:00
2024-06-02 09:51:51 +02:00
Pour essayer la branche `testing`, procédez comme suit:
2022-08-14 11:13:21 +02:00
2024-06-02 09:51:51 +02:00
```bash
2021-11-25 15:34:24 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/commento_ynh/tree/testing --debug
ou
sudo yunohost app upgrade commento -u https://github.com/YunoHost-Apps/commento_ynh/tree/testing --debug
2021-11-25 15:34:19 +01:00
```
2024-06-02 09:51:51 +02:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>