1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Auto-update README

This commit is contained in:
yunohost-bot 2022-06-06 14:22:18 +00:00
parent eb06cd309c
commit 47e552de89
2 changed files with 27 additions and 21 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Tiny Tiny RSS for YunoHost
[![Integration level](https://dash.yunohost.org/integration/ttrss.svg)](https://dash.yunohost.org/appci/app/ttrss) ![](https://ci-apps.yunohost.org/ci/badges/ttrss.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ttrss.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/ttrss.svg)](https://dash.yunohost.org/appci/app/ttrss) ![Working status](https://ci-apps.yunohost.org/ci/badges/ttrss.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ttrss.maintain.svg)
[![Install Tiny Tiny RSS with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ttrss)
*[Lire ce readme en français.](./README_fr.md)*
@ -27,13 +27,13 @@ Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader an
- podcasts,
- flexible article filtering
**Shipped version:** 20220414~ynh1
**Shipped version:** 20220606~ynh1
**Demo:** https://demo.yunohost.org/ttrss/
## Screenshots
![](./doc/screenshots/screenshot.png)
![Screenshot of Tiny Tiny RSS](./doc/screenshots/screenshot.png)
## Disclaimers / important information
@ -43,21 +43,22 @@ Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader an
- password: `password`
## Documentation and resources
* Official app website: http://tt-rss.org
* Official admin documentation: https://git.tt-rss.org/git/tt-rss/wiki
* Upstream app code repository: https://git-gitea.tt-rss.org/fox/tt-rss
* YunoHost documentation for this app: https://yunohost.org/app_ttrss
* Report a bug: https://github.com/YunoHost-Apps/ttrss_ynh/issues
* Official app website: <http://tt-rss.org>
* Official admin documentation: <https://git.tt-rss.org/git/tt-rss/wiki>
* Upstream app code repository: <https://git-gitea.tt-rss.org/fox/tt-rss>
* YunoHost documentation for this app: <https://yunohost.org/app_ttrss>
* Report a bug: <https://github.com/YunoHost-Apps/ttrss_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing --debug
or
sudo yunohost app upgrade ttrss -u https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing --debug
```
**More info regarding app packaging:** https://yunohost.org/packaging_apps
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,10 +1,14 @@
<!--
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.
-->
# Tiny Tiny RSS pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/ttrss.svg)](https://dash.yunohost.org/appci/app/ttrss) ![](https://ci-apps.yunohost.org/ci/badges/ttrss.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ttrss.maintain.svg)
[![Niveau d'intégration](https://dash.yunohost.org/integration/ttrss.svg)](https://dash.yunohost.org/appci/app/ttrss) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ttrss.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ttrss.maintain.svg)
[![Installer Tiny Tiny RSS avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ttrss)
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Tiny Tiny RSS rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
@ -14,13 +18,13 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Tiny Tiny RSS est un lecteur et agrégateur de flux d'actualités (RSS/Atom) en ligne gratuit et open source.
**Version incluse :** 20220414~ynh1
**Version incluse :** 20220606~ynh1
**Démo :** https://demo.yunohost.org/ttrss/
## Captures d'écran
![](./doc/screenshots/screenshot.png)
![Capture d'écran de Tiny Tiny RSS](./doc/screenshots/screenshot.png)
## Avertissements / informations importantes
@ -30,21 +34,22 @@ Tiny Tiny RSS est un lecteur et agrégateur de flux d'actualités (RSS/Atom) en
- password: `password`
## Documentations et ressources
* Site officiel de l'app : http://tt-rss.org
* Documentation officielle de l'admin : https://git.tt-rss.org/git/tt-rss/wiki
* Dépôt de code officiel de l'app : https://git-gitea.tt-rss.org/fox/tt-rss
* Documentation YunoHost pour cette app : https://yunohost.org/app_ttrss
* Signaler un bug : https://github.com/YunoHost-Apps/ttrss_ynh/issues
* Site officiel de l'app : <http://tt-rss.org>
* Documentation officielle de l'admin : <https://git.tt-rss.org/git/tt-rss/wiki>
* Dépôt de code officiel de l'app : <https://git-gitea.tt-rss.org/fox/tt-rss>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ttrss>
* Signaler un bug : <https://github.com/YunoHost-Apps/ttrss_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing --debug
ou
sudo yunohost app upgrade ttrss -u https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>