mirror of
https://github.com/YunoHost-Apps/languagetool_ynh.git
synced 2024-09-03 19:35:58 +02:00
60 lines
2.5 KiB
Markdown
60 lines
2.5 KiB
Markdown
# LanguageTool server for YunoHost
|
|
|
|
[](https://dash.yunohost.org/appci/app/languagetool)  
|
|
[](https://install-app.yunohost.org/?app=languagetool)
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
> *This package allows you to install LanguageTool 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
|
|
LanguageTool is a multilingual grammar, style, and spell checker. This package provides the API server for use by other programs, like the LanguageTool extensions for browsers and word processors.
|
|
|
|
**Shipped version:** 5.5
|
|
|
|
## Screenshots
|
|
|
|

|
|
|
|
## Demo
|
|
|
|
* [Official demo](https://api.languagetool.org/)
|
|
|
|
## Configuration
|
|
|
|
There is a configuration file at `/opt/yunohost/languagetool/languagetool.conf` (for the first install).
|
|
## Documentation
|
|
|
|
* Official documentation: https://dev.languagetool.org/
|
|
|
|
#### Multi-user support
|
|
|
|
* Are LDAP and HTTP auth supported? **N/A**
|
|
* Can the app be used by multiple users? **N/A**
|
|
|
|
#### Supported architectures
|
|
|
|
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/languagetool/)
|
|
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/languagetool/)
|
|
|
|
## Links
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/languagetool_ynh/issues
|
|
* App website: https://languagetool.org/
|
|
* Upstream app repository: https://github.com/languagetool-org/languagetool
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
---
|
|
|
|
## Developer info
|
|
|
|
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/languagetool_ynh/tree/testing).
|
|
|
|
To try the testing branch, please proceed like that.
|
|
```
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/languagetool_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade languagetool -u https://github.com/YunoHost-Apps/languagetool_ynh/tree/testing --debug
|
|
```
|