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
|
||||
|
||||
Isso – *Ich schrei sonst* – is a lightweight commenting server written in
|
||||
Python and JavaScript. It aims to be a drop-in replacement for
|
||||
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.
|
||||
- Comments written in Markdown
|
||||
- SQLite backend
|
||||
- Disqus & WordPress Import
|
||||
- Configurable JS client
|
||||
|
||||
**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
|
||||
|
||||
* Limitations
|
||||
* Requires a dedicated domain
|
||||
|
||||
* 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
|
||||
* 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
|
||||
|
||||
Isso – *Ich schrei sonst* – is a lightweight commenting server written in
|
||||
Python and JavaScript. It aims to be a drop-in replacement for
|
||||
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.
|
||||
- Comments written in Markdown
|
||||
- SQLite backend
|
||||
- Disqus & WordPress Import
|
||||
- Configurable JS client
|
||||
|
||||
**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
|
||||
|
||||
* Limitations
|
||||
* Requires a dedicated domain
|
||||
|
||||
* 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
|
||||
* Please do not add a trailing `/` in the target_domain
|
||||
|
||||
|
|
Loading…
Reference in a new issue