2022-08-08 02:57:01 +02:00
<!--
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.
-->
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 d’ inté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
*[Read this readme in english.](./README.md)*
2023-06-10 11:39:18 +02:00
> *Ce package vous permet d’ installer Isso 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.*
2022-08-08 02:57:01 +02:00
2023-06-10 11:39:18 +02:00
## Vue d’ ensemble
2022-08-08 02:57:01 +02:00
2023-06-10 11:50:43 +02:00
Isso – *Ich schrei sonst* – is a lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for
2022-08-08 05:13:18 +02:00
[Disqus ](http://disqus.com ).
2022-08-08 02:57:01 +02:00
### Features
2023-06-10 11:50:43 +02:00
- Comments written in Markdown
- SQLite backend
- Disqus & WordPress Import
- Configurable JS client
2022-08-08 02:57:01 +02:00
2022-10-13 18:23:11 +02:00
**Version incluse :** 0.13.0~ynh1
2022-08-08 02:57:01 +02:00
2022-08-08 05:13:18 +02: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
## Avertissements / informations importantes
2022-08-08 05:13:18 +02:00
* Extra information
2023-06-10 11:50:43 +02:00
* The admin interface for the app is `https://__DOMAIN__/admin`
2022-08-08 05:13:18 +02:00
* One app instance can only be installed for one domain
* Please do not add a trailing `/` in the target_domain
2022-08-08 02:57:01 +02:00
## Documentations et ressources
2023-06-10 11:39:18 +02:00
* Site officiel de l’ app : < https: // isso-comments . de >
2022-08-08 05:13:18 +02:00
* Documentation officielle utilisateur : < https: // isso-comments . de / docs / reference / client-config />
2023-06-10 11:39:18 +02:00
* Documentation officielle de l’ admin : < https: // isso-comments . de / docs / reference / server-config />
* Dépôt de code officiel de l’ app : < https: // github . com / posativ / isso >
2022-08-08 05:13:18 +02:00
* Documentation YunoHost pour cette app : < https: // 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
2022-08-08 05:13:18 +02: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
Pour essayer la branche testing, procédez comme suit.
``` 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
```
2023-06-10 11:39:18 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >