mirror of
https://github.com/YunoHost-Apps/hedgedoc_ynh.git
synced 2024-09-03 19:25:52 +02:00
61 lines
2.3 KiB
Markdown
61 lines
2.3 KiB
Markdown
|
<!--
|
|||
|
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|||
|
No se debe editar a mano.
|
|||
|
-->
|
|||
|
|
|||
|
# HedgeDoc para Yunohost
|
|||
|
|
|||
|
[![Nivel de integración](https://dash.yunohost.org/integration/hedgedoc.svg)](https://dash.yunohost.org/appci/app/hedgedoc) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/hedgedoc.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/hedgedoc.maintain.svg)
|
|||
|
|
|||
|
[![Instalar HedgeDoc con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=hedgedoc)
|
|||
|
|
|||
|
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
|||
|
|
|||
|
> *Este paquete le permite instalarHedgeDoc 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
|
|||
|
|
|||
|
HedgeDoc (formerly known as CodiMD) is an open-source, web-based, self-hosted, collaborative markdown editor.
|
|||
|
You can use it to easily collaborate on notes, graphs and even presentations in real-time. All you need to do is to share your note-link to your co-workers and they’re ready to go.
|
|||
|
|
|||
|
### Features
|
|||
|
|
|||
|
- Real-time collaboration
|
|||
|
- Graphs & diagrams
|
|||
|
- Revisions
|
|||
|
- Presentation mode
|
|||
|
- Easy to use permission system
|
|||
|
- Low system requirements
|
|||
|
|
|||
|
|
|||
|
**Versión actual:** 1.9.9~ynh2
|
|||
|
|
|||
|
**Demo:** <https://demo.hedgedoc.org/>
|
|||
|
|
|||
|
## Capturas
|
|||
|
|
|||
|
![Captura de HedgeDoc](./doc/screenshots/screenshot.png)
|
|||
|
|
|||
|
## Documentaciones y recursos
|
|||
|
|
|||
|
- Sitio web oficial: <https://hedgedoc.org>
|
|||
|
- Documentación administrador oficial: <https://docs.hedgedoc.org/>
|
|||
|
- Repositorio del código fuente oficial de la aplicación : <https://github.com/hedgedoc/hedgedoc>
|
|||
|
- Catálogo YunoHost: <https://apps.yunohost.org/app/hedgedoc>
|
|||
|
- Reportar un error: <https://github.com/YunoHost-Apps/hedgedoc_ynh/issues>
|
|||
|
|
|||
|
## Información para desarrolladores
|
|||
|
|
|||
|
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/hedgedoc_ynh/tree/testing
|
|||
|
|
|||
|
Para probar la rama `testing`, sigue asÍ:
|
|||
|
|
|||
|
```bash
|
|||
|
sudo yunohost app install https://github.com/YunoHost-Apps/hedgedoc_ynh/tree/testing --debug
|
|||
|
o
|
|||
|
sudo yunohost app upgrade hedgedoc -u https://github.com/YunoHost-Apps/hedgedoc_ynh/tree/testing --debug
|
|||
|
```
|
|||
|
|
|||
|
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|