mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
52 lines
2.7 KiB
Markdown
52 lines
2.7 KiB
Markdown
<!--
|
|
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
NON debe editarse manualmente.
|
|
-->
|
|
|
|
# EtherCalc para YunoHost
|
|
|
|
[![Nivel de integración](https://dash.yunohost.org/integration/ethercalc.svg)](https://dash.yunohost.org/appci/app/ethercalc) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/ethercalc.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/ethercalc.maintain.svg)
|
|
|
|
[![Instalar EtherCalc con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ethercalc)
|
|
|
|
*[Le este README en outros idiomas.](./ALL_README.md)*
|
|
|
|
> *Este paquete permíteche instalar EtherCalc de xeito rápido e doado nun servidor YunoHost.*
|
|
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
|
|
|
|
## Vista xeral
|
|
|
|
EtherCalc is a collaborative spreadsheet that can be edited in real time. Each spreadsheet has its own URL. It has the basic functionalities: formatting, mathematical functions, graphics, adding comments, version history, export in HTML or in CSV. EtherCalc is a decentralized software: different instances allow the use of the service, they are made available by several organizations (for example the eponymous site or the FramaCalc service). This makes it possible to avoid concentrating all the data in the hands of the same actor. Instances can be personalized (limitation of the duration of hosting of the spreadsheet, modification of the design, etc.).
|
|
|
|
**Versión proporcionada:** 20240101~ynh1
|
|
|
|
**Demo:** <https://ethercalc.net/>
|
|
|
|
## Capturas de pantalla
|
|
|
|
![Captura de pantalla de EtherCalc](./doc/screenshots/screenshot.png)
|
|
|
|
## :red_circle: Debes considerar
|
|
|
|
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
|
|
|
|
## Documentación e recursos
|
|
|
|
- Web oficial da app: <https://ethercalc.net/>
|
|
- Repositorio de orixe do código: <https://github.com/audreyt/ethercalc>
|
|
- Tenda YunoHost: <https://apps.yunohost.org/app/ethercalc>
|
|
- Informar dun problema: <https://github.com/YunoHost-Apps/ethercalc_ynh/issues>
|
|
|
|
## Info de desenvolvemento
|
|
|
|
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing).
|
|
|
|
Para probar a rama `testing`, procede deste xeito:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing --debug
|
|
ou
|
|
sudo yunohost app upgrade ethercalc -u https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>
|