1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rsshub_ynh.git synced 2024-09-03 20:25:52 +02:00
rsshub_ynh/README_fr.md

49 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2023-10-05 17:04:09 +02:00
<!--
2024-03-29 07:21:37 +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.
2023-10-05 17:04:09 +02:00
-->
2023-10-05 17:07:19 +02:00
# RSSHub pour YunoHost
2023-10-05 17:04:09 +02:00
2023-10-05 17:07:19 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/rsshub.svg)](https://dash.yunohost.org/appci/app/rsshub) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/rsshub.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/rsshub.maintain.svg)
2023-10-05 17:04:09 +02:00
2023-10-05 17:07:19 +02:00
[![Installer RSSHub avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rsshub)
2023-10-05 17:04:09 +02:00
2024-03-29 07:21:37 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2023-10-05 17:04:09 +02:00
2024-03-29 07:21:37 +01:00
> *Ce package vous permet dinstaller RSSHub 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.*
2023-10-05 17:04:09 +02:00
2023-10-05 17:07:19 +02:00
## Vue densemble
2023-10-05 17:04:09 +02:00
2023-10-05 17:12:28 +02:00
RSSHub est un générateur de flux RSS open source, facile à utiliser et extensible. Il est capable de générer des flux RSS à partir d'à peu près tout. RSSHub peut être utilisé avec l'extension de navigateur RSSHub Radar et l'application mobile auxiliaire RSSBud (iOS) et RSSAid (Android)
2023-10-05 17:04:09 +02:00
2024-06-25 19:46:09 +02:00
**Version incluse:** 2023.12.29~ynh1
2023-10-05 17:04:09 +02:00
2023-10-05 17:07:19 +02:00
## Captures décran
2023-10-05 17:04:09 +02:00
2023-10-05 17:12:28 +02:00
![Capture décran de RSSHub](./doc/screenshots/screenshot.png)
2023-10-05 17:04:09 +02:00
## Documentations et ressources
2024-03-29 07:21:37 +01:00
- Site officiel de lapp: <https://docs.rsshub.app/>
- Documentation officielle de ladmin: <https://docs.rsshub.app/install/>
- Dépôt de code officiel de lapp: <https://github.com/DIYgod/RSSHub>
- YunoHost Store: <https://apps.yunohost.org/app/rsshub>
- Signaler un bug: <https://github.com/YunoHost-Apps/rsshub_ynh/issues>
2023-10-05 17:04:09 +02:00
## Informations pour les développeurs
2024-03-29 07:21:37 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/rsshub_ynh/tree/testing).
2023-10-05 17:04:09 +02:00
2024-03-29 07:21:37 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2023-10-05 17:04:09 +02:00
2024-03-29 07:21:37 +01:00
```bash
2023-10-05 17:07:19 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/rsshub_ynh/tree/testing --debug
2023-10-05 17:04:09 +02:00
ou
2023-10-05 17:07:19 +02:00
sudo yunohost app upgrade rsshub -u https://github.com/YunoHost-Apps/rsshub_ynh/tree/testing --debug
2023-10-05 17:04:09 +02:00
```
2024-03-29 07:21:37 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>