2021-04-07 07:19:02 +02:00
# Serveur LanguageTool pour YunoHost
2021-04-01 16:11:07 +02:00
2021-04-07 07:19:02 +02:00
[![Niveau d'intégration ](https://dash.yunohost.org/integration/languagetool.svg )](https://dash.yunohost.org/appci/app/languagetool) ![](https://ci-apps.yunohost.org/ci/badges/languagetool.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/languagetool.maintain.svg)
[![Installer languagetool avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=languagetool)
2021-04-01 16:11:07 +02:00
*[Read this readme in english.](./README.md)*
2021-04-07 07:19:02 +02:00
> *Ce package vous permet d'installer LanguageTool rapidement et simplement sur un serveur YunoHost.
2021-04-01 16:11:07 +02:00
Si vous n'avez pas YunoHost, consultez [le guide ](https://yunohost.org/#/install ) pour apprendre comment l'installer.*
## Vue d'ensemble
2021-04-07 07:19:02 +02:00
LanguageTool est un correcteur d'orthographe, de grammaire et de style multilingue. Ce paquet fournit le serveur API pour utilisation depus d'autres programmes, comme les extensions LangageTool pour navigateurs et logiciels de bureautique.
2021-04-01 16:11:07 +02:00
2021-04-07 07:19:02 +02:00
**Version incluse :** 5.3
2021-04-01 16:11:07 +02:00
## Captures d'écran
2021-04-07 07:19:02 +02:00
![](https://github.com/YunoHost-Apps/languagetool_ynh/raw/master/screenshot_fr.png)
2021-04-01 16:11:07 +02:00
## Démo
2021-04-07 07:19:02 +02:00
* [Démo officielle ](https://api.languagetool.org/ )
2021-04-01 16:11:07 +02:00
## Configuration
2021-04-07 07:19:02 +02:00
Il y a un fichier de configuration à `/opt/yunohost/languagetool/languagetool.conf` (pour la première installation).
2021-04-01 16:11:07 +02:00
## Documentation
2021-04-07 07:19:02 +02:00
* Documentation officielle : https://dev.languagetool.org/
2021-04-01 16:11:07 +02:00
#### Support multi-utilisateur
2021-04-07 07:19:02 +02:00
* L'authentification LDAP et HTTP est-elle prise en charge ? **S/O**
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **S/O**
2021-04-01 16:11:07 +02:00
#### Architectures supportées
2021-04-07 07:19:02 +02:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/languagetool%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/languagetool/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/languagetool%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/languagetool/)
2021-04-01 16:11:07 +02:00
## Liens
2021-04-07 07:19:02 +02:00
* Signaler un bug : https://github.com/YunoHost-Apps/languagetool_ynh/issues
* Site de l'application : https://languagetool.org/fr/
* Dépôt de l'application principale : https://github.com/languagetool-org/languagetool
2021-04-01 16:11:07 +02:00
* Site web YunoHost : https://yunohost.org/
---
## Informations pour les développeurs
**Seulement si vous voulez utiliser une branche de test pour le codage, au lieu de fusionner directement dans la banche principale.**
2021-04-07 07:19:02 +02:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/languagetool_ynh/tree/testing ).
2021-04-01 16:11:07 +02:00
Pour essayer la branche testing, procédez comme suit.
```
2021-04-07 07:19:02 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/languagetool_ynh/tree/testing --debug
2021-04-01 16:11:07 +02:00
ou
2021-04-07 07:19:02 +02:00
sudo yunohost app upgrade languagetool -u https://github.com/YunoHost-Apps/languagetool_ynh/tree/testing --debug
2021-04-01 16:11:07 +02:00
```