mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Merge branch 'testing' of https://github.com/YunoHost-Apps/etherpad_mypads_ynh into testing
This commit is contained in:
commit
d22576573b
2 changed files with 58 additions and 66 deletions
65
README.md
65
README.md
|
@ -1,26 +1,34 @@
|
|||
# Etherpad with MyPads plugin for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/etherpad_mypads)  [](https://github.com/YunoHost/Apps/#what-to-do-if-i-cant-maintain-my-app-anymore-)
|
||||
[](https://install-app.yunohost.org/?app=etherpad_mypads)
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# Etherpad MyPads for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/etherpad_mypads)  
|
||||
[](https://install-app.yunohost.org/?app=etherpad_mypads)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allow you to install Etherpad 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.*
|
||||
> *This package allows you to install etherpad_mypads 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
|
||||
Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time.
|
||||
This package will install the same plugins than [Framapad](https://framapad.org/).
|
||||
|
||||
**Shipped version:** 1.8.13
|
||||
Online editor providing collaborative editing in real-time.
|
||||
|
||||
## Screenshots
|
||||
**Shipped version:** 1.8.13~ynh2
|
||||
|
||||

|
||||
**Demo:** https://video.etherpad.com
|
||||
|
||||
## Demo
|
||||
|
||||
* [Official demo](https://video.etherpad.com/)
|
||||
|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -29,11 +37,6 @@ You can also find a configuration file for Etherpad at this path `/var/www/ether
|
|||
|
||||
*Skin Builder* (accessible at this address `domain.tld/pad/p/test#skinvariantsbuilder`) allows you to customize the skin of your pad. It will give you a parameter to copy into your configuration file `/var/www/etherpad_mypads/settings.json`.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: http://etherpad.org/doc/v1.8.13
|
||||
* YunoHost documentation: https://yunohost.org/en/app_etherpad_mypads
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
#### Multi-users support
|
||||
|
@ -41,13 +44,6 @@ You can also find a configuration file for Etherpad at this path `/var/www/ether
|
|||
* Is LDAP auth supported (for MyPads access only)? **Yes**
|
||||
* Can the app be used by multiple users? **Yes**
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/etherpad_mypads/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/etherpad_mypads/)
|
||||
|
||||
## Limitations
|
||||
|
||||
## Additionnal informations
|
||||
|
||||
* This package will install the following plugins:
|
||||
|
@ -66,19 +62,20 @@ You can also find a configuration file for Etherpad at this path `/var/www/ether
|
|||
* [ep_subscript_and_superscript](https://www.npmjs.com/package/ep_subscript_and_superscript) - *Add support for Subscript and Superscript*
|
||||
* [ep_table_of_contents](https://www.npmjs.com/package/ep_table_of_contents) - *View a table of contents for your pad*
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues
|
||||
* Etherpad website: http://etherpad.org/
|
||||
* MyPads plugin website: https://git.framasoft.org/framasoft/ep_mypads
|
||||
* Upstream app repository: https://github.com/ether/etherpad-lite
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
## Documentation and resources
|
||||
|
||||
## Developers infos
|
||||
* Official app website: http://etherpad.org
|
||||
* Official user documentation: https://yunohost.org/en/app_etherpad_mypads
|
||||
* Official admin documentation: http://etherpad.org/doc/v1.8.13
|
||||
* Upstream app code repository: https://github.com/ether/etherpad-lite
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_etherpad_mypads
|
||||
* Report a bug: https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues
|
||||
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing).
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
@ -86,3 +83,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_mypads_ynh/t
|
|||
or
|
||||
sudo yunohost app upgrade etherpad_mypads -u https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
59
README_fr.md
59
README_fr.md
|
@ -1,26 +1,26 @@
|
|||
# Etherpad avec plugin MyPads pour YunoHost
|
||||
# Etherpad MyPads pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/etherpad_mypads)  [](https://github.com/YunoHost/Apps/#what-to-do-if-i-cant-maintain-my-app-anymore-)
|
||||
[](https://install-app.yunohost.org/?app=etherpad_mypads)
|
||||
[](https://dash.yunohost.org/appci/app/etherpad_mypads)  
|
||||
[](https://install-app.yunohost.org/?app=etherpad_mypads)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Etherpad rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/install_fr) pour savoir comment l'installer et en profiter.*
|
||||
> *This package allows you to install etherpad_mypads 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.*
|
||||
|
||||
## Résumé
|
||||
Etherpad est un éditeur en ligne Open Source hautement personnalisable qui permet l'édition collaborative en temps réel.
|
||||
Ce paquet installera les mêmes plugins que [Framapad](https://framapad.org/).
|
||||
## Vue d'ensemble
|
||||
|
||||
**Version embarquée :** 1.8.13
|
||||
Éditeur en ligne fournissant l'édition collaborative en temps réel.
|
||||
|
||||
## Captures d'écran
|
||||
**Version incluse:** 1.8.13~ynh2
|
||||
|
||||

|
||||
**Démo:** https://video.etherpad.com
|
||||
|
||||
## Démo
|
||||
|
||||
* [Démo officielle](https://video.etherpad.com/)
|
||||
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -28,11 +28,6 @@ Vous pouvez accéder à deux panneaux d'administration différents, pour Etherpa
|
|||
|
||||
*Skin Builder* (accessible à cette adresse `domain.tld/pad/p/test#skinvariantsbuilder`) vous permet de personnaliser l'apparence de votre pad. Il vous donnera un paramètre à copier dans votre fichier de configuration `/var/www/etherpad_mypads/settings.json`.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Documentation officielle : http://etherpad.org/doc/v1.8.13
|
||||
* Documentation YunoHost : https://yunohost.org/fr/app_etherpad_mypads
|
||||
|
||||
## Fonctionnalités spécifiques à YunoHost
|
||||
|
||||
#### Support multi-utilisateurs
|
||||
|
@ -40,11 +35,6 @@ Vous pouvez accéder à deux panneaux d'administration différents, pour Etherpa
|
|||
* L'authentification LDAP est-elle prise en charge (pour l'accès MyPads uniquement) ? **Oui**
|
||||
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
|
||||
|
||||
#### Architectures supportées
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/etherpad_mypads/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/etherpad_mypads/)
|
||||
|
||||
## Limitations
|
||||
|
||||
## Informations additionnelles
|
||||
|
@ -65,23 +55,26 @@ Vous pouvez accéder à deux panneaux d'administration différents, pour Etherpa
|
|||
* [ep_subscript_and_superscript](https://www.npmjs.com/package/ep_subscript_and_superscript) - *Ajouter la prise en charge de Subscript et Superscript*.
|
||||
* [ep_table_of_contents](https://www.npmjs.com/package/ep_table_of_contents) - *Voir une table des matières pour votre pad*
|
||||
|
||||
## Liens
|
||||
|
||||
* Reporter un bug : https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues
|
||||
* Site d'Etherpad : http://etherpad.org/
|
||||
* Site du plugin MyPads : https://git.framasoft.org/framasoft/ep_mypads
|
||||
* Dépôt GitHub de l'application : https://github.com/ether/etherpad-lite
|
||||
* Site de YunoHost : https://yunohost.org/
|
||||
|
||||
---
|
||||
## Documentations et ressources
|
||||
|
||||
## Informations à l'intention des développeurs
|
||||
* Site official de l'app : http://etherpad.org
|
||||
* Documentation officielle utilisateur: https://yunohost.org/en/app_etherpad_mypads
|
||||
* Documentation officielle de l'admin: http://etherpad.org/doc/v1.8.13
|
||||
* Dépôt de code officiel de l'app: https://github.com/ether/etherpad-lite
|
||||
* Documentation YunoHost pour cette app: https://yunohost.org/app_etherpad_mypads
|
||||
* Signaler un bug: https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing).
|
||||
|
||||
Pour tester la branche testing, merci de procéder ainsi.
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_mypads_ynh/tree/testing --debug
|
||||
ou
|
||||
or
|
||||
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
|
Loading…
Add table
Reference in a new issue