mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Auto-update README
This commit is contained in:
parent
1e275c13df
commit
0a930cc20e
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.
|
||||
-->
|
||||
|
||||
|
@ -33,10 +33,9 @@ This version of Etherpad is preconfigured with a collection of plugins:
|
|||
- [ep_spellcheck](https://www.npmjs.com/package/ep_spellcheck) - *Add spell checking*
|
||||
- [ep_subscript_and_superscript](https://www.npmjs.com/package/ep_subscript_and_superscript) - *Support for subscript and superscript*
|
||||
|
||||
**Shipped version:** 2.0.1~ynh1
|
||||
|
||||
**Shipped version:** 1.9.5~ynh1
|
||||
|
||||
**Demo:** https://video.etherpad.com
|
||||
**Demo:** <https://video.etherpad.com>
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -44,11 +43,11 @@ This version of Etherpad is preconfigured with a collection of plugins:
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <http://etherpad.org>
|
||||
* Official admin documentation: <http://etherpad.org/doc/v1.9.0>
|
||||
* Upstream app code repository: <https://github.com/ether/etherpad-lite>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/etherpad_mypads>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues>
|
||||
- Official app website: <http://etherpad.org>
|
||||
- Official admin documentation: <http://etherpad.org/doc/v1.9.0>
|
||||
- Upstream app code repository: <https://github.com/ether/etherpad-lite>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/etherpad_mypads>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -56,7 +55,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
|||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade etherpad_mypads -u https://github.com/YunoHost-Apps/etherpad_mypads_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.
|
||||
-->
|
||||
|
||||
|
@ -33,10 +33,9 @@ Cette version d'Etherpad est préconfigurée avec une collection de plugins:
|
|||
- [ep_spellcheck](https://www.npmjs.com/package/ep_spellcheck) - *Ajout de la correction orthographique*
|
||||
- [ep_subscript_and_superscript](https://www.npmjs.com/package/ep_subscript_and_superscript) - *Support des exposants et indices*
|
||||
|
||||
**Version incluse :** 2.0.1~ynh1
|
||||
|
||||
**Version incluse :** 1.9.5~ynh1
|
||||
|
||||
**Démo :** https://video.etherpad.com
|
||||
**Démo :** <https://video.etherpad.com>
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -44,11 +43,11 @@ Cette version d'Etherpad est préconfigurée avec une collection de plugins:
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <http://etherpad.org>
|
||||
* Documentation officielle de l’admin : <http://etherpad.org/doc/v1.9.0>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/ether/etherpad-lite>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/etherpad_mypads>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues>
|
||||
- Site officiel de l’app : <http://etherpad.org>
|
||||
- Documentation officielle de l’admin : <http://etherpad.org/doc/v1.9.0>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/ether/etherpad-lite>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/etherpad_mypads>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -56,10 +55,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade etherpad_mypads -u https://github.com/YunoHost-Apps/etherpad_mypads_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