1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00
freshrss_ynh/README_fr.md
Éric Gaspar dcdbeb73a5
Version 2 (#163)
* v2

* v2

* Auto-update README

* Update manifest.toml

* cleaning

* Update upgrade

* manifest: we probably want actual bools for permissions auth_header / show_tile / protected

* "additional_urls" should be a list

* Update manifest.toml

* cleaning

* PHP 8.1 (security fixes) (#165)

* Update to php8.1

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: lapineige <lapineige@users.noreply.github.com>
2023-06-29 19:08:38 +02:00

50 lines
No EOL
2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
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.
-->
# FreshRSS pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/freshrss.svg)](https://dash.yunohost.org/appci/app/freshrss) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/freshrss.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/freshrss.maintain.svg)
[![Installer FreshRSS avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=freshrss)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet dinstaller FreshRSS 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.*
## Vue densemble
Agrégateur de flux RSS avec une interface adaptée au mobile
**Version incluse :** 1.21.0~ynh2
**Démo :** https://demo.freshrss.org
## Captures décran
![Capture décran de FreshRSS](./doc/screenshots/screenshot.png)
## Documentations et ressources
* Site officiel de lapp : <http://freshrss.org/>
* Documentation officielle de ladmin : <https://freshrss.github.io/FreshRSS/>
* Dépôt de code officiel de lapp : <https://github.com/FreshRSS/FreshRSS>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_freshrss>
* Signaler un bug : <https://github.com/YunoHost-Apps/freshrss_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/freshrss_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/freshrss_ynh/tree/testing --debug
ou
sudo yunohost app upgrade freshrss -u https://github.com/YunoHost-Apps/freshrss_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>