1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librarian_ynh.git synced 2024-09-03 19:36:01 +02:00
librarian_ynh/README_fr.md

58 lines
2.2 KiB
Markdown
Raw Normal View History

2022-05-28 11:55:04 +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.
-->
2022-05-28 11:54:59 +02:00
2022-05-28 11:55:04 +02:00
# Librarian pour YunoHost
2023-04-12 23:11:20 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/librarian.svg)](https://dash.yunohost.org/appci/app/librarian) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/librarian.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/librarian.maintain.svg)
2022-05-28 11:55:04 +02:00
[![Installer Librarian avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=librarian)
2022-05-28 11:54:59 +02:00
*[Read this readme in english.](./README.md)*
2023-04-12 23:11:20 +02:00
> *Ce package vous permet dinstaller Librarian rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2022-05-28 11:54:59 +02:00
2023-04-12 23:11:20 +02:00
## Vue densemble
2022-05-28 11:54:59 +02:00
2022-05-28 11:55:04 +02:00
An alternative frontend for LBRY/Odysee. Inspired by Invidious and Libreddit.
2022-05-28 11:54:59 +02:00
2022-05-28 11:55:04 +02:00
### Features
2022-05-28 11:54:59 +02:00
2022-05-28 11:55:04 +02:00
- Lightweight
- JavaScript not required*
- No ads
- No tracking
- No crypto garbage
2022-05-28 11:54:59 +02:00
2023-08-25 12:06:18 +02:00
**Version incluse :** 2022.05.14~ynh2
2022-05-28 11:54:59 +02:00
2022-05-28 11:55:04 +02:00
**Démo :** https://lbry.bcow.xyz/@RetroMusic:d/1987-Rick-Astley-Never-Gonna-Give-You-Up-1920x1080:f
2022-05-28 11:54:59 +02:00
2023-04-12 23:11:20 +02:00
## Captures décran
2022-05-28 11:54:59 +02:00
2023-04-12 23:11:20 +02:00
![Capture décran de Librarian](./doc/screenshots/screeshot.png)
2022-05-28 11:54:59 +02:00
## Documentations et ressources
2023-04-12 23:11:20 +02:00
* Site officiel de lapp : <https://lbry.bcow.xyz/>
* Documentation officielle de ladmin : <https://codeberg.org/librarian/librarian/wiki>
* Dépôt de code officiel de lapp : <https://codeberg.org/librarian/librarian>
2023-10-31 15:19:07 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/librarian>
2022-05-28 11:55:04 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/librarian_ynh/issues>
2022-05-28 11:54:59 +02:00
## Informations pour les développeurs
2022-05-28 11:55:04 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/librarian_ynh/tree/testing).
2022-05-28 11:54:59 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-05-28 11:55:04 +02:00
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/librarian_ynh/tree/testing --debug
ou
sudo yunohost app upgrade librarian -u https://github.com/YunoHost-Apps/librarian_ynh/tree/testing --debug
2022-05-28 11:54:59 +02:00
```
2023-04-12 23:11:20 +02:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>