mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Auto-update README
This commit is contained in:
parent
87055dbd6d
commit
f7192086ea
2 changed files with 19 additions and 21 deletions
19
README.md
19
README.md
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -21,10 +21,9 @@ This version of Etherpad is installed without plugins and uses Redis as database
|
||||||
Be aware, Redis database backup and restore is not fully implemented.
|
Be aware, Redis database backup and restore is not fully implemented.
|
||||||
If you want to install Etherpad with plugins and mysql database: https://github.com/YunoHost-Apps/etherpad_mypads_ynh",
|
If you want to install Etherpad with plugins and mysql database: https://github.com/YunoHost-Apps/etherpad_mypads_ynh",
|
||||||
|
|
||||||
|
**Shipped version:** 2.0.1~ynh1
|
||||||
|
|
||||||
**Shipped version:** 1.9.7~ynh1
|
**Demo:** <https://video.etherpad.com/>
|
||||||
|
|
||||||
**Demo:** https://video.etherpad.com/
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -32,11 +31,11 @@ If you want to install Etherpad with plugins and mysql database: https://github.
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://etherpad.org/>
|
- Official app website: <https://etherpad.org/>
|
||||||
* Official admin documentation: <http://etherpad.org/doc/v1.9.3>
|
- Official admin documentation: <http://etherpad.org/doc/v1.9.3>
|
||||||
* Upstream app code repository: <https://github.com/ether/etherpad-lite>
|
- Upstream app code repository: <https://github.com/ether/etherpad-lite>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/etherpad>
|
- YunoHost Store: <https://apps.yunohost.org/app/etherpad>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/etherpad_ynh/issues>
|
- Report a bug: <https://github.com/YunoHost-Apps/etherpad_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -44,7 +43,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
|
|
||||||
``` bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade etherpad -u https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
|
sudo yunohost app upgrade etherpad -u https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
|
||||||
|
|
21
README_fr.md
21
README_fr.md
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -21,10 +21,9 @@ Cette version d'Etherpad est installée sans plugins et utilise Redis comme base
|
||||||
Attention, la sauvegarde et la restauration de la base de données Redis ne sont pas entièrement implémentées.
|
Attention, la sauvegarde et la restauration de la base de données Redis ne sont pas entièrement implémentées.
|
||||||
Si vous souhaitez installer Etherpad avec les plugins et la base de données mysql : https://github.com/YunoHost-Apps/etherpad_mypads_ynh",
|
Si vous souhaitez installer Etherpad avec les plugins et la base de données mysql : https://github.com/YunoHost-Apps/etherpad_mypads_ynh",
|
||||||
|
|
||||||
|
**Version incluse :** 2.0.1~ynh1
|
||||||
|
|
||||||
**Version incluse :** 1.9.7~ynh1
|
**Démo :** <https://video.etherpad.com/>
|
||||||
|
|
||||||
**Démo :** https://video.etherpad.com/
|
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
@ -32,11 +31,11 @@ Si vous souhaitez installer Etherpad avec les plugins et la base de données mys
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://etherpad.org/>
|
- Site officiel de l’app : <https://etherpad.org/>
|
||||||
* Documentation officielle de l’admin : <http://etherpad.org/doc/v1.9.3>
|
- Documentation officielle de l’admin : <http://etherpad.org/doc/v1.9.3>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/ether/etherpad-lite>
|
- Dépôt de code officiel de l’app : <https://github.com/ether/etherpad-lite>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/etherpad>
|
- YunoHost Store : <https://apps.yunohost.org/app/etherpad>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/etherpad_ynh/issues>
|
- Signaler un bug : <https://github.com/YunoHost-Apps/etherpad_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
@ -44,10 +43,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
||||||
``` bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade etherpad -u https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
|
sudo yunohost app upgrade etherpad -u https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||||
|
|
Loading…
Add table
Reference in a new issue