mirror of
https://github.com/YunoHost-Apps/isso_ynh.git
synced 2024-09-03 19:35:55 +02:00
58 lines
No EOL
2.3 KiB
Markdown
58 lines
No EOL
2.3 KiB
Markdown
<!--
|
||
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.
|
||
-->
|
||
|
||
# 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
|
||
- SQLite backend
|
||
- Disqus & WordPress Import
|
||
- Configurable JS client
|
||
|
||
**Version incluse :** 0.13.0~ynh1
|
||
|
||
**Démo :** https://isso-comments.de
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de Isso](./doc/screenshots/example.jpg)
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://isso-comments.de>
|
||
* Documentation officielle utilisateur : <https://isso-comments.de/docs/reference/client-config/>
|
||
* 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>
|
||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_isso>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/isso_ynh/issues>
|
||
|
||
## 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 :** <https://yunohost.org/packaging_apps> |