aboutsummaryrefslogtreecommitdiff
path: root/README_es.md
diff options
context:
space:
mode:
Diffstat (limited to 'README_es.md')
-rw-r--r--README_es.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/README_es.md b/README_es.md
new file mode 100644
index 0000000..b710ef2
--- /dev/null
+++ b/README_es.md
@@ -0,0 +1,51 @@
+<!--
+Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
+No se debe editar a mano.
+-->
+
+# Mastodon para Yunohost
+
+[![Nivel de integración](https://dash.yunohost.org/integration/mastodon.svg)](https://dash.yunohost.org/appci/app/mastodon) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/mastodon.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/mastodon.maintain.svg)
+
+[![Instalar Mastodon con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mastodon)
+
+*[Leer este README en otros idiomas.](./ALL_README.md)*
+
+> *Este paquete le permite instalarMastodon 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
+
+Mastodon is a free, open-source microblogging social network.
+It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes.
+
+
+**Versión actual:** 4.2.8~ynh2
+
+**Demo:** <https://joinmastodon.org/>
+
+## Capturas
+
+![Captura de Mastodon](./doc/screenshots/mastodon.png)
+
+## Documentaciones y recursos
+
+- Sitio web oficial: <https://joinmastodon.org/>
+- Documentación administrador oficial: <https://docs.joinmastodon.org/>
+- Repositorio del código fuente oficial de la aplicación : <https://github.com/mastodon/mastodon>
+- Catálogo YunoHost: <https://apps.yunohost.org/app/mastodon>
+- Reportar un error: <https://github.com/YunoHost-Apps/mastodon_ynh/issues>
+
+## Información para desarrolladores
+
+Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing
+
+Para probar la rama `testing`, sigue asÍ:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing --debug
+o
+sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing --debug
+```
+
+**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>