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

Merge pull request #14 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-10-28 19:04:33 +02:00 committed by GitHub
commit 113b62524c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything. RSSHub can be used with browser extension RSSHub Radar and mobile auxiliary app RSSBud (iOS) and RSSAid (Android)
**Shipped version:** 2023.10.22~ynh1
**Shipped version:** 2023.10.26~ynh1
## Screenshots
@ -30,6 +30,7 @@ RSSHub is an open source, easy to use, and extensible RSS feed generator. It's c
* Official app website: <https://docs.rsshub.app/>
* Official admin documentation: <https://docs.rsshub.app/install/>
* Upstream app code repository: <https://github.com/DIYgod/RSSHub>
* YunoHost Store: <https://apps.yunohost.org/app/rsshub>
* Report a bug: <https://github.com/YunoHost-Apps/rsshub_ynh/issues>
## Developer info

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
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)
**Version incluse :** 2023.10.22~ynh1
**Version incluse :** 2023.10.26~ynh1
## Captures décran
@ -30,6 +30,7 @@ RSSHub est un générateur de flux RSS open source, facile à utiliser et extens
* 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>
## Informations pour les développeurs

View file

@ -7,7 +7,7 @@ name = "RSSHub"
description.en = "Extensible RSS feed aggregator"
description.fr = "Agrégateur de flux RSS extensible"
version = "2023.10.22~ynh1"
version = "2023.10.28~ynh1"
maintainers = ["eric_G"]
@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/DIYgod/RSSHub/archive/475372751f920e628a8163e52a138570bec390cf.tar.gz"
sha256 = "e26a65f04828523dc4bf5cff0bd8a76c8356ebceedef8970b180522f8ff67e5f"
url = "https://github.com/DIYgod/RSSHub/archive/4356fad91a268c81b8dacd2e3d9d07dbdce231a0.tar.gz"
sha256 = "e58a096a4872bbceaaf7126599f000d50e0e87b12d20d2d381338923aea42e3c"
autoupdate.upstream = "https://github.com/DIYgod/RSSHub"
autoupdate.strategy = "latest_github_commit"