mirror of
https://github.com/YunoHost-Apps/isso_ynh.git
synced 2024-09-03 19:35:55 +02:00
Merge branch 'version-2' of https://github.com/YunoHost-Apps/isso_ynh into version-2
This commit is contained in:
commit
abdc663631
2 changed files with 12 additions and 28 deletions
20
README.md
20
README.md
|
@ -16,21 +16,15 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Isso – *Ich schrei sonst* – is a lightweight commenting server written in
|
Isso – *Ich schrei sonst* – is a lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for
|
||||||
Python and JavaScript. It aims to be a drop-in replacement for
|
|
||||||
[Disqus](http://disqus.com).
|
[Disqus](http://disqus.com).
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- **Comments written in Markdown**
|
- Comments written in Markdown
|
||||||
Users can edit or delete own comments (within 15 minutes by default).
|
- SQLite backend
|
||||||
Comments in moderation queue are not publicly visible before activation.
|
- Disqus & WordPress Import
|
||||||
- **SQLite backend**
|
- Configurable JS client
|
||||||
*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.
|
|
||||||
|
|
||||||
**Shipped version:** 0.13.0~ynh1
|
**Shipped version:** 0.13.0~ynh1
|
||||||
|
|
||||||
|
@ -42,11 +36,9 @@ Python and JavaScript. It aims to be a drop-in replacement for
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
* Limitations
|
|
||||||
* Requires a dedicated domain
|
|
||||||
|
|
||||||
* Extra information
|
* Extra information
|
||||||
* The admin interface for the app is `https://yourdomain.tld/admin`
|
* The admin interface for the app is `https://__DOMAIN__/admin`
|
||||||
* One app instance can only be installed for one domain
|
* One app instance can only be installed for one domain
|
||||||
* Please do not add a trailing `/` in the target_domain
|
* Please do not add a trailing `/` in the target_domain
|
||||||
|
|
||||||
|
|
20
README_fr.md
20
README_fr.md
|
@ -16,21 +16,15 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
## Vue d’ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Isso – *Ich schrei sonst* – is a lightweight commenting server written in
|
Isso – *Ich schrei sonst* – is a lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for
|
||||||
Python and JavaScript. It aims to be a drop-in replacement for
|
|
||||||
[Disqus](http://disqus.com).
|
[Disqus](http://disqus.com).
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- **Comments written in Markdown**
|
- Comments written in Markdown
|
||||||
Users can edit or delete own comments (within 15 minutes by default).
|
- SQLite backend
|
||||||
Comments in moderation queue are not publicly visible before activation.
|
- Disqus & WordPress Import
|
||||||
- **SQLite backend**
|
- Configurable JS client
|
||||||
*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
|
**Version incluse :** 0.13.0~ynh1
|
||||||
|
|
||||||
|
@ -42,11 +36,9 @@ Python and JavaScript. It aims to be a drop-in replacement for
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
* Limitations
|
|
||||||
* Requires a dedicated domain
|
|
||||||
|
|
||||||
* Extra information
|
* Extra information
|
||||||
* The admin interface for the app is `https://yourdomain.tld/admin`
|
* The admin interface for the app is `https://__DOMAIN__/admin`
|
||||||
* One app instance can only be installed for one domain
|
* One app instance can only be installed for one domain
|
||||||
* Please do not add a trailing `/` in the target_domain
|
* Please do not add a trailing `/` in the target_domain
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue