mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
Use an example_ynh
README
This commit is contained in:
parent
cbbce1adb8
commit
e8a1d9f938
1 changed files with 77 additions and 7 deletions
84
README.md
84
README.md
|
@ -1,10 +1,80 @@
|
|||
ethercalc_ynh
|
||||
===============
|
||||
[](https://install-app.yunohost.org/?app=ethercalc)
|
||||
# EtherCalc for YunoHost
|
||||
|
||||
ETAT = INPROGRESS
|
||||
EtherCalc for YunoHost
|
||||
[](https://dash.yunohost.org/appci/app/ethercalc)
|
||||
[](https://install-app.yunohost.org/?app=ethercalc)
|
||||
|
||||
EtherCalc is an online web spreadsheet.
|
||||
> *This package allow you to install EtherCalc quickly and simply on a YunoHost server.
|
||||
|
||||
https://ethercalc.net/
|
||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||
|
||||
## Status
|
||||
|
||||
Work. In. Progress.
|
||||
|
||||
## Overview
|
||||
|
||||
EtherCalc is a web spreadsheet.
|
||||
|
||||
Your data is saved on the web, and people can edit the same document at the same time. Everybody's changes are instantly reflected on all screens. Work together on inventories, survey forms, list management, brainstorming sessions and more!
|
||||
|
||||
**Shipped version:** [0.20170704.0](https://github.com/audreyt/ethercalc/tree/0.20170704.0)
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
## Demo
|
||||
|
||||
* [Official demo](https://ethercalc.org/_new)
|
||||
|
||||
## Configuration
|
||||
|
||||
N/A.
|
||||
|
||||
## Documentation
|
||||
|
||||
* [Official EtherCalc documentation](https://ethercalc.net/#ch1)
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
#### Multi-users support
|
||||
|
||||
* TODO
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/ethercalc/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/ethercalc/)
|
||||
* Stretch x86-64b - [](https://ci-stretch.nohost.me/ci/apps/ethercalc/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* TODO
|
||||
|
||||
## Additional information
|
||||
|
||||
N/A.
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/ethercalc_ynh/issues
|
||||
* App website: https://ethercalc.net/
|
||||
* Upstream app repository: https://github.com/audreyt/ethercalc
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
Developers info
|
||||
---------------
|
||||
|
||||
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
||||
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
```
|
||||
$ 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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue