mirror of
https://github.com/YunoHost-Apps/languagetool_ynh.git
synced 2024-09-03 19:35:58 +02:00
LanguageTool server package for YunoHost
.github | ||
conf | ||
doc | ||
scripts | ||
.gitignore | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md | ||
README_fr.md |
LanguageTool server for YunoHost
This package allows you to install LanguageTool server quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide 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.7~ynh2
Demo: https://api.languagetool.org/
Screenshots
Disclaimers / important information
Configuration
There is a configuration file at /opt/yunohost/languagetool/languagetool.conf
(for the first install).
Documentation and resources
- Official app website: https://languagetool.org
- Official admin documentation: https://dev.languagetool.org/
- Upstream app code repository: https://github.com/languagetool-org/languagetool
- YunoHost documentation for this app: https://yunohost.org/app_languagetool
- Report a bug: https://github.com/YunoHost-Apps/languagetool_ynh/issues
Developer info
Please send your pull request to the testing branch.
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
More info regarding app packaging: https://yunohost.org/packaging_apps