mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
Update README.md
This commit is contained in:
parent
a9def73626
commit
0ce759595b
1 changed files with 8 additions and 25 deletions
33
README.md
33
README.md
|
@ -1,21 +1,13 @@
|
||||||
# EtherCalc for YunoHost
|
# EtherCalc for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/ethercalc_.svg)](https://dash.yunohost.org/appci/app/ethercalc)
|
[![Integration level](https://dash.yunohost.org/integration/ethercalc.svg)](https://dash.yunohost.org/appci/app/ethercalc) ![](https://ci-apps.yunohost.org/ci/badges/ethercalc.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ethercalc.maintain.svg)
|
||||||
[![Install EtherCalc with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=ethercalc)
|
[![Install EtherCalc with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=ethercalc)
|
||||||
|
|
||||||
> *This package allow you to install EtherCalc quickly and simply on a YunoHost server.
|
> *This package allow you to install EtherCalc quickly and simply on a YunoHost server.
|
||||||
|
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
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
|
## 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!
|
||||||
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)
|
**Shipped version:** [0.20170704.0](https://github.com/audreyt/ethercalc/tree/0.20170704.0)
|
||||||
|
|
||||||
|
@ -33,7 +25,7 @@ N/A.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* [Official EtherCalc documentation](https://ethercalc.net/#ch1)
|
* Official EtherCalc documentation: https://ethercalc.net/#ch1
|
||||||
|
|
||||||
## YunoHost specific features
|
## YunoHost specific features
|
||||||
|
|
||||||
|
@ -43,18 +35,13 @@ N/A.
|
||||||
|
|
||||||
#### Supported architectures
|
#### Supported architectures
|
||||||
|
|
||||||
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/ethercalc%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/ethercalc/)
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/ethercalc%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/ethercalc/)
|
||||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/ethercalc%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/ethercalc/)
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/ethercalc%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/ethercalc/)
|
||||||
* Stretch x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/ethercalc%20%28Apps%29.svg)](https://ci-stretch.nohost.me/ci/apps/ethercalc/)
|
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* TODO
|
|
||||||
|
|
||||||
## Additional information
|
## Additional information
|
||||||
|
|
||||||
N/A.
|
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/ethercalc_ynh/issues
|
* Report a bug: https://github.com/YunoHost-Apps/ethercalc_ynh/issues
|
||||||
|
@ -64,17 +51,13 @@ N/A.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Developers info
|
## 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).
|
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.
|
To try the testing branch, please proceed like that.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sudo yunohost app install https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing --debug
|
||||||
$ # or ...
|
or
|
||||||
$ sudo yunohost app upgrade ethercalc -u https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing --debug
|
sudo yunohost app upgrade ethercalc -u https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue