1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ethercalc_ynh.git synced 2024-09-03 18:26:36 +02:00
ethercalc_ynh/README.md

49 lines
2.4 KiB
Markdown
Raw Normal View History

2021-06-01 17:04:15 +02:00
<!--
2024-03-29 07:02:01 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-06-01 17:04:15 +02:00
It shall NOT be edited by hand.
-->
2019-07-20 20:33:05 +02:00
# EtherCalc for YunoHost
2023-03-27 18:48:47 +02:00
[![Integration level](https://dash.yunohost.org/integration/ethercalc.svg)](https://dash.yunohost.org/appci/app/ethercalc) ![Working status](https://ci-apps.yunohost.org/ci/badges/ethercalc.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ethercalc.maintain.svg)
2021-04-20 21:31:56 +02:00
[![Install EtherCalc with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ethercalc)
2024-03-29 07:02:01 +01:00
*[Read this README is other languages.](./ALL_README.md)*
2019-07-20 20:33:05 +02:00
2024-03-29 07:02:01 +01:00
> *This package allows you to install EtherCalc quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2019-07-20 20:33:05 +02:00
2021-06-01 17:04:15 +02:00
## Overview
2019-07-20 20:33:05 +02:00
2021-09-08 22:22:59 +02:00
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.).
2019-07-20 20:33:05 +02:00
2024-01-01 23:22:13 +01:00
**Shipped version:** 20240101~ynh1
2019-07-20 20:33:05 +02:00
2024-03-29 07:02:01 +01:00
**Demo:** <https://ethercalc.net/>
2019-07-20 20:33:05 +02:00
2021-06-01 17:17:09 +02:00
## Screenshots
2023-03-27 18:48:47 +02:00
![Screenshot of EtherCalc](./doc/screenshots/screenshot.png)
2021-06-01 17:17:09 +02:00
2021-06-01 17:04:15 +02:00
## Documentation and resources
2019-07-20 20:33:05 +02:00
2024-03-29 07:02:01 +01:00
- Official app website: <https://ethercalc.net/>
- Upstream app code repository: <https://github.com/audreyt/ethercalc>
- YunoHost Store: <https://apps.yunohost.org/app/ethercalc>
- Report a bug: <https://github.com/YunoHost-Apps/ethercalc_ynh/issues>
2019-07-20 20:33:05 +02:00
2021-06-01 17:04:15 +02:00
## Developer info
2019-07-20 20:33:05 +02:00
2024-03-29 07:02:01 +01:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing).
2019-07-20 20:33:05 +02:00
2024-03-29 07:02:01 +01:00
To try the `testing` branch, please proceed like that:
2023-03-27 18:48:47 +02:00
2024-03-29 07:02:01 +01:00
```bash
2020-11-03 13:55:53 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing --debug
or
sudo yunohost app upgrade ethercalc -u https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing --debug
2019-07-20 20:33:05 +02:00
```
2021-06-01 17:04:15 +02:00
2023-03-27 18:48:47 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>