1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/isso_ynh.git synced 2024-09-03 19:35:55 +02:00
isso_ynh/README_fr.md

58 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2022-08-08 02:57:01 +02:00
<!--
2024-03-29 07:08:16 +01: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-08 02:57:01 +02:00
-->
2022-08-08 05:13:18 +02:00
# Isso pour YunoHost
2022-08-08 02:57:01 +02:00
2023-06-10 11:39:18 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/isso.svg)](https://dash.yunohost.org/appci/app/isso) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/isso.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/isso.maintain.svg)
2022-08-08 05:13:18 +02:00
[![Installer Isso avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=isso)
2022-08-08 02:57:01 +02:00
2024-03-29 07:08:16 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-08-08 02:57:01 +02:00
2024-03-29 07:08:16 +01:00
> *Ce package vous permet dinstaller Isso 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.*
2022-08-08 02:57:01 +02:00
2023-06-10 11:39:18 +02:00
## Vue densemble
2022-08-08 02:57:01 +02:00
2023-06-10 14:51:17 +02:00
Isso *Ich schrei sonst* est un serveur de commentaires léger écrit en Python et JavaScript. Il vise à être un remplacement direct pour [Disqus](http://disqus.com).
2022-08-08 02:57:01 +02:00
2023-06-10 14:51:17 +02:00
### Caractéristiques
2022-08-08 02:57:01 +02:00
2023-06-10 14:51:17 +02:00
- Commentaires rédigés en Markdown
- Back-end SQLite
- Importation Disqus & WordPress
- Client JS paramétrable
2022-08-08 02:57:01 +02:00
2024-03-29 07:08:16 +01:00
**Version incluse:** 0.13.0~ynh3
2022-08-08 02:57:01 +02:00
2024-03-29 07:08:16 +01:00
**Démo:** <https://isso-comments.de>
2022-08-08 02:57:01 +02:00
2023-06-10 11:39:18 +02:00
## Captures décran
2022-08-08 02:57:01 +02:00
2023-06-10 11:39:18 +02:00
![Capture décran de Isso](./doc/screenshots/example.jpg)
2022-08-08 02:57:01 +02:00
## Documentations et ressources
2024-03-29 07:08:16 +01:00
- Site officiel de lapp: <https://isso-comments.de>
- Documentation officielle utilisateur: <https://isso-comments.de/docs/reference/client-config/>
- Documentation officielle de ladmin: <https://isso-comments.de/docs/reference/server-config/>
- Dépôt de code officiel de lapp: <https://github.com/posativ/isso>
- YunoHost Store: <https://apps.yunohost.org/app/isso>
- Signaler un bug: <https://github.com/YunoHost-Apps/isso_ynh/issues>
2022-08-08 02:57:01 +02:00
## Informations pour les développeurs
2024-03-29 07:08:16 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/isso_ynh/tree/testing).
2022-08-08 02:57:01 +02:00
2024-03-29 07:08:16 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-08-08 02:57:01 +02:00
2024-03-29 07:08:16 +01:00
```bash
2022-08-08 05:13:18 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/isso_ynh/tree/testing --debug
2022-08-08 02:57:01 +02:00
ou
2022-08-08 05:13:18 +02:00
sudo yunohost app upgrade isso -u https://github.com/YunoHost-Apps/isso_ynh/tree/testing --debug
2022-08-08 02:57:01 +02:00
```
2024-03-29 07:08:16 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>