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

46 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2022-10-19 23:30:44 +02:00
<!--
2024-03-29 07:10:03 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-10-19 23:30:44 +02:00
-->
2017-12-05 19:32:57 +01:00
# Leed pour YunoHost
2023-03-22 07:20:57 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/leed.svg)](https://dash.yunohost.org/appci/app/leed) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/leed.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/leed.maintain.svg)
2020-12-20 09:44:58 +01:00
[![Installer Leed avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=leed)
2017-12-05 19:32:57 +01:00
2024-03-29 07:10:03 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2017-12-05 19:32:57 +01:00
2024-03-29 07:10:03 +01:00
> *Ce package vous permet dinstaller Leed rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2021-11-19 23:19:42 +01:00
2023-03-22 07:20:57 +01:00
## Vue densemble
2017-12-05 19:32:57 +01:00
Leed (contraction de Light Feed) est un agrégateur RSS/ATOM minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive.
2024-03-29 07:10:03 +01:00
**Version incluse:** 1.14.0~ynh1
2017-12-05 19:32:57 +01:00
2023-03-22 07:20:57 +01:00
## Captures décran
2021-11-19 23:19:42 +01:00
2023-03-22 07:20:57 +01:00
![Capture décran de Leed](./doc/screenshots/leed1.jpg)
2018-07-13 17:33:34 +02:00
2021-11-19 23:19:42 +01:00
## Documentations et ressources
2017-12-05 19:32:57 +01:00
2024-03-29 07:10:03 +01:00
- Dépôt de code officiel de lapp: <https://github.com/LeedRSS/Leed>
- YunoHost Store: <https://apps.yunohost.org/app/leed>
- Signaler un bug: <https://github.com/YunoHost-Apps/leed_ynh/issues>
2017-12-05 19:32:57 +01:00
2021-11-19 23:19:42 +01:00
## Informations pour les développeurs
2017-12-05 19:32:57 +01:00
2024-03-29 07:10:03 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/leed_ynh/tree/testing).
2017-12-05 19:32:57 +01:00
2024-03-29 07:10:03 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-10-19 23:30:44 +02:00
2024-03-29 07:10:03 +01:00
```bash
2019-01-19 12:00:42 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/leed_ynh/tree/testing --debug
2017-12-05 19:32:57 +01:00
ou
2019-01-19 12:00:42 +01:00
sudo yunohost app upgrade leed -u https://github.com/YunoHost-Apps/leed_ynh/tree/testing --debug
2017-12-05 19:32:57 +01:00
```
2021-11-19 23:19:42 +01:00
2024-03-29 07:10:03 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>