# Isso pour YunoHost [![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) [![Installer Isso avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=isso) *[Read this readme in english.](./README.md)* > *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.* ## Vue d'ensemble Isso – *Ich schrei sonst* – is a lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for [Disqus](http://disqus.com). ### Features - **Comments written in Markdown** Users can edit or delete own comments (within 15 minutes by default). Comments in moderation queue are not publicly visible before activation. - **SQLite backend** *Because comments are not Big Data.* - **Disqus & WordPress Import** You can migrate your Disqus/WordPress comments without any hassle. - **Configurable JS client** Embed a single JS file, 65kB (20kB gzipped) and you are done. **Version incluse :** 0.13.0~ynh1 **Démo :** https://isso-comments.de ## Captures d'écran ![Capture d'écran de Isso](./doc/screenshots/example.jpg) ## Avertissements / informations importantes * Limitations * Requires a dedicated domain * Extra information * The admin interface for the app is `https://yourdomain.tld/admin` * One app instance can only be installed for one domain * Please do not add a trailing `/` in the target_domain ## Documentations et ressources * Site officiel de l'app : * Documentation officielle utilisateur : * Documentation officielle de l'admin : * Dépôt de code officiel de l'app : * Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/isso_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. ``` bash sudo yunohost app install https://github.com/YunoHost-Apps/isso_ynh/tree/testing --debug ou sudo yunohost app upgrade isso -u https://github.com/YunoHost-Apps/isso_ynh/tree/testing --debug ``` **Plus d'infos sur le packaging d'applications :**