1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/isso_ynh.git synced 2024-09-03 19:35:55 +02:00
isso_ynh/README_es.md
2024-06-23 13:32:11 +02:00

58 lines
2.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# Isso para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/isso.svg)](https://dash.yunohost.org/appci/app/isso) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/isso.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/isso.maintain.svg)
[![Instalar Isso con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=isso)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarIsso rapidamente y simplement en un servidor YunoHost.*
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
## Descripción general
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
**Versión actual:** 0.13.0~ynh3
**Demo:** <https://isso-comments.de>
## Capturas
![Captura de Isso](./doc/screenshots/example.jpg)
## Documentaciones y recursos
- Sitio web oficial: <https://isso-comments.de>
- Documentación usuario oficial: <https://isso-comments.de/docs/reference/client-config/>
- Documentación administrador oficial: <https://isso-comments.de/docs/reference/server-config/>
- Repositorio del código fuente oficial de la aplicación : <https://github.com/posativ/isso>
- Catálogo YunoHost: <https://apps.yunohost.org/app/isso>
- Reportar un error: <https://github.com/YunoHost-Apps/isso_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/isso_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/isso_ynh/tree/testing --debug
o
sudo yunohost app upgrade isso -u https://github.com/YunoHost-Apps/isso_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>