mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
Auto-update README
This commit is contained in:
parent
a8db63696c
commit
b80d615e5a
2 changed files with 54 additions and 41 deletions
57
README.md
57
README.md
|
@ -1,59 +1,34 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# EtherCalc for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/ethercalc)  
|
||||
[](https://install-app.yunohost.org/?app=ethercalc)
|
||||
|
||||
> *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.*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *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.*
|
||||
|
||||
## 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)
|
||||
Online web spreadsheet editor providing collaborative editing in really real-time
|
||||
|
||||
## Screenshots
|
||||
**Shipped version:** 0.20170704.0~ynh1
|
||||
|
||||

|
||||
|
||||
## 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-64 - [](https://ci-apps.yunohost.org/ci/apps/ethercalc/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/ethercalc/)
|
||||
|
||||
## Limitations
|
||||
|
||||
## Additional information
|
||||
|
||||
## Links
|
||||
## Documentation and resources
|
||||
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_ethercalc
|
||||
* 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/
|
||||
|
||||
---
|
||||
## Developer info
|
||||
|
||||
## Developers info
|
||||
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing).
|
||||
Please send 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.
|
||||
```
|
||||
|
@ -61,3 +36,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/ethercalc_ynh/tree/te
|
|||
or
|
||||
sudo yunohost app upgrade ethercalc -u https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
36
README_fr.md
Normal file
36
README_fr.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# EtherCalc pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/ethercalc)  
|
||||
[](https://install-app.yunohost.org/?app=ethercalc)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer EtherCalc rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
Feuille de calcul collaborative en ligne
|
||||
|
||||
**Version incluse :** 0.20170704.0~ynh1
|
||||
|
||||
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_ethercalc
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/ethercalc_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ethercalc_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue