1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00
shaarli_ynh/README_es.md

62 lines
2.5 KiB
Markdown
Raw Normal View History

2024-05-19 13:26:21 +02:00
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# Shaarli para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/shaarli.svg)](https://dash.yunohost.org/appci/app/shaarli) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/shaarli.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/shaarli.maintain.svg)
[![Instalar Shaarli con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=shaarli)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarShaarli 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
Shaarli is a minimalist bookmark manager and link sharing service that you can install on your own server. It is designed to be personal (single-user), fast and handy.
### Features
- share, comment and save interesting links
- bookmark useful/frequent links and share them between computers
- a minimal blog/microblog/writing platform
- a read-it-later/todo list
- a notepad to draft and save articles/posts/ideas
- a knowledge base to keep notes, documentation and code snippets
- a shared clipboard/notepad/pastebin between computers
- playlist manager for online media
- feed other blogs, aggregators, social networks...
**Versión actual:** 0.13.0~ynh1
**Demo:** <https://demo.shaarli.org/>
## Capturas
![Captura de Shaarli](./doc/screenshots/27wYsbC.png)
## Documentaciones y recursos
- Documentación administrador oficial: <https://shaarli.readthedocs.io/en/master/>
- Repositorio del código fuente oficial de la aplicación : <https://github.com/shaarli/Shaarli>
- Catálogo YunoHost: <https://apps.yunohost.org/app/shaarli>
- Reportar un error: <https://github.com/YunoHost-Apps/shaarli_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/shaarli_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/shaarli_ynh/tree/testing --debug
o
sudo yunohost app upgrade shaarli -u https://github.com/YunoHost-Apps/shaarli_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>