2021-06-28 18:24:58 +02:00
<!--
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.
-->
2020-06-28 23:01:11 +02:00
# Weblate for YunoHost
2023-01-26 07:14:26 +01:00
[![Integration level ](https://dash.yunohost.org/integration/weblate.svg )](https://dash.yunohost.org/appci/app/weblate) ![Working status ](https://ci-apps.yunohost.org/ci/badges/weblate.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/weblate.maintain.svg )
2021-01-05 13:26:11 +01:00
[![Install Weblate with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=weblate)
2017-09-13 12:20:16 +02:00
2021-06-28 18:24:58 +02:00
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Weblate quickly and simply on a YunoHost server.
2020-06-28 23:01:11 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2017-09-18 09:53:19 +02:00
2020-06-28 23:01:11 +02:00
## Overview
2017-09-27 16:35:53 +02:00
2021-08-27 09:31:09 +02:00
Weblate is a libre web-based translation tool with tight version control integration. It provides two user interfaces, propagation of translations across components, quality checks and automatic linking to source files.
2020-06-28 23:01:11 +02:00
2023-01-26 07:14:26 +01:00
**Shipped version:** 4.15.2~ynh1
2022-08-11 19:00:43 +02:00
2021-08-29 17:42:52 +02:00
**Demo:** https://hosted.weblate.org/
2018-06-06 00:23:36 +02:00
2021-06-28 18:24:58 +02:00
## Screenshots
2018-06-06 00:23:36 +02:00
2022-06-20 14:26:23 +02:00
![Screenshot of Weblate ](./doc/screenshots/BigScreenshot.png )
2020-06-28 23:01:11 +02:00
2021-06-28 18:24:58 +02:00
## Disclaimers / important information
2020-06-28 23:01:11 +02:00
2020-07-23 22:23:09 +02:00
## GitHub
2017-09-28 16:42:10 +02:00
2020-07-23 22:23:09 +02:00
You'll need to give Weblate a GitHub user and a token. Please read [GitHub's documentation about token ](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/ ).
2017-10-18 23:11:10 +02:00
This user will only be used to open the pull-request, each translation keep his author.
2020-07-23 22:23:09 +02:00
**SSH keys**, you will have to go in administration, and generate a public key for Weblate and add github.com so Weblate knows the fingerprint. Please note if your account already have a public key (ssh-rsa), you will have to manually add the Weblate's one to your GitHub account.
2017-11-07 09:23:59 +01:00
2017-10-18 23:11:10 +02:00
## Settings and upgrades
Almost everything related to Weblate's configuration is handled in a `settings.py` file.
2020-10-28 17:21:00 +01:00
You can edit the file `$final_path/local_settings.py` to enable or disable features.
2017-10-18 23:11:10 +02:00
# Miscellaneous
2017-09-18 09:53:19 +02:00
2017-09-18 16:52:11 +02:00
## LDAP connexion
2017-10-04 10:46:26 +02:00
It doesn't work yet, but while [it looks doable ](https://docs.weblate.org/en/latest/admin/auth.html?highlight=LDAP#ldap-authentication ), I'm unsure it is a good idea to connect this kind of tools to your LDAP.
2018-09-17 22:29:37 +02:00
2021-06-28 18:24:58 +02:00
## Documentation and resources
2018-09-17 22:29:37 +02:00
2022-06-20 14:26:23 +02:00
* Official app website: < https: // weblate . org >
* Official user documentation: < https: // docs . weblate . org />
* Official admin documentation: < https: // docs . weblate . org />
* Upstream app code repository: < https: // github . com / WeblateOrg / weblate >
* YunoHost documentation for this app: < https: // yunohost . org / app_weblate >
* Report a bug: < https: // github . com / YunoHost-Apps / weblate_ynh / issues >
2018-09-17 22:29:37 +02:00
2021-06-28 18:24:58 +02:00
## Developer info
2020-06-28 23:01:11 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/weblate_ynh/tree/testing ).
To try the testing branch, please proceed like that.
2022-06-20 14:26:23 +02:00
``` bash
2020-06-28 23:01:11 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/weblate_ynh/tree/testing --debug
or
sudo yunohost app upgrade weblate -u https://github.com/YunoHost-Apps/weblate_ynh/tree/testing --debug
```
2021-06-28 18:24:58 +02:00
2022-06-20 14:26:23 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >