diff --git a/README.md b/README.md index 6cb0ff2..357a81c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Etherpad-Lite for YunoHost [![Integration level](https://dash.yunohost.org/integration/etherpad.svg)](https://dash.yunohost.org/appci/app/etherpad) ![](https://ci-apps.yunohost.org/ci/badges/etherpad.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/etherpad.maintain.svg) -[![Install Etherpad with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=etherpad) +[![Install Etherpad-Lite with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=etherpad) *[Lire ce readme en français.](./README_fr.md)* -> *This package allow you to install Etherpad quickly and simply on a YunoHost server. +> *This package allow you to install Etherpad-Lite 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.* > :warning: This package installs Etherpad-Lite (without MyPads and plugins). It uses PostgreSQL as a database. diff --git a/README_fr.md b/README_fr.md index d165c76..299c447 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,11 +1,11 @@ # Etherpad-Lite pour YunoHost [![Niveau d'intégration](https://dash.yunohost.org/integration/etherpad.svg)](https://dash.yunohost.org/appci/app/etherpad) ![](https://ci-apps.yunohost.org/ci/badges/etherpad.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/etherpad.maintain.svg) -[![Installer Etherpad avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=etherpad) +[![Installer Etherpad-Lite avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=etherpad) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Etherpad rapidement et simplement sur un serveur YunoHost. +> *Ce package vous permet d'installer Etherpad-Lite 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.* > :warning: Ce paquet installe Etherpad-Lite (sans MyPads et divers plugins). Il utilise PostgreSQL comme base de données. diff --git a/conf/settings.json b/conf/settings.json index 66ee42b..add9c66 100644 --- a/conf/settings.json +++ b/conf/settings.json @@ -113,7 +113,7 @@ * "full-width-editor" variant (by default editor is rendered as a page, with * a max-width of 900px). */ - "skinVariants": "dark-toolbar super-light-editor light-background", + "skinVariants": "light-toolbar super-light-editor dark-background", /* * IP and port which Etherpad should bind at. diff --git a/manifest.json b/manifest.json index 85a3abf..b45366f 100644 --- a/manifest.json +++ b/manifest.json @@ -17,8 +17,7 @@ }, "multi_instance": true, "services": [ - "nginx", - "mysql" + "nginx" ], "arguments": { "install" : [ @@ -61,8 +60,8 @@ "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, - "choices": ["fr", "en"], - "default": "fr" + "choices": ["de", "en", "es", "fr", "it", "pt"], + "default": "en" }, { "name": "admin",