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

Merge pull request #49 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-01-25 22:11:13 +01:00 committed by GitHub
commit fcbdba8de9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 17 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# RSS-Bridge for YunoHost
[![Integration level](https://dash.yunohost.org/integration/rss-bridge.svg)](https://dash.yunohost.org/appci/app/rss-bridge) ![Working status](https://ci-apps.yunohost.org/ci/badges/rss-bridge.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/rss-bridge.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/rss-bridge.svg)](https://dash.yunohost.org/appci/app/rss-bridge) ![Working status](https://ci-apps.yunohost.org/ci/badges/rss-bridge.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/rss-bridge.maintain.svg)
[![Install RSS-Bridge with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rss-bridge)
*[Lire ce readme en français.](./README_fr.md)*
@ -52,7 +52,7 @@ Output format can take several forms:
* `Plaintext` : raw text (php object, as returned by print_r)
**Shipped version:** 2022.06.14~ynh1
**Shipped version:** 2022.06.14~ynh2
**Demo:** https://wtf.roflcopter.fr/rss-bridge/
@ -80,7 +80,6 @@ This is application is public and there's no notion of user.
## Documentation and resources
* Official app website: <https://github.com/RSS-Bridge/rss-bridge>
* Official admin documentation: <https://github.com/RSS-Bridge/rss-bridge/wiki>
* Upstream app code repository: <https://github.com/RSS-Bridge/rss-bridge>
* YunoHost documentation for this app: <https://yunohost.org/app_rss-bridge>

View file

@ -5,15 +5,15 @@ It shall NOT be edited by hand.
# RSS-Bridge pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/rss-bridge.svg)](https://dash.yunohost.org/appci/app/rss-bridge) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/rss-bridge.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/rss-bridge.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/rss-bridge.svg)](https://dash.yunohost.org/appci/app/rss-bridge) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/rss-bridge.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/rss-bridge.maintain.svg)
[![Installer RSS-Bridge avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rss-bridge)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer RSS-Bridge 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.*
> *Ce package vous permet dinstaller RSS-Bridge 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 d'ensemble
## Vue densemble
RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode.
@ -52,13 +52,13 @@ Output format can take several forms:
* `Plaintext` : raw text (php object, as returned by print_r)
**Version incluse :** 2022.06.14~ynh1
**Version incluse :** 2022.06.14~ynh2
**Démo :** https://wtf.roflcopter.fr/rss-bridge/
## Captures d'écran
## Captures décran
![Capture d'écran de RSS-Bridge](./doc/screenshots/screenshot_rss-bridge_welcome.png)
![Capture décran de RSS-Bridge](./doc/screenshots/screenshot_rss-bridge_welcome.png)
## Avertissements / informations importantes
@ -80,9 +80,8 @@ This is application is public and there's no notion of user.
## Documentations et ressources
* Site officiel de l'app : <https://github.com/RSS-Bridge/rss-bridge>
* Documentation officielle de l'admin : <https://github.com/RSS-Bridge/rss-bridge/wiki>
* Dépôt de code officiel de l'app : <https://github.com/RSS-Bridge/rss-bridge>
* Documentation officielle de ladmin : <https://github.com/RSS-Bridge/rss-bridge/wiki>
* Dépôt de code officiel de lapp : <https://github.com/RSS-Bridge/rss-bridge>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_rss-bridge>
* Signaler un bug : <https://github.com/YunoHost-Apps/rss-bridge_ynh/issues>
@ -98,4 +97,4 @@ ou
sudo yunohost app upgrade rss-bridge -u https://github.com/YunoHost-Apps/rss-bridge_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -6,11 +6,10 @@
"en": "RSS and Atom feed generator for websites that don't have one",
"fr": "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas"
},
"version": "2022.06.14~ynh1",
"version": "2022.06.14~ynh2",
"url": "https://github.com/RSS-Bridge/rss-bridge",
"upstream": {
"license": "Unlicense",
"website": "https://github.com/RSS-Bridge/rss-bridge",
"demo": "https://wtf.roflcopter.fr/rss-bridge/",
"admindoc": "https://github.com/RSS-Bridge/rss-bridge/wiki",
"code": "https://github.com/RSS-Bridge/rss-bridge"
@ -21,7 +20,7 @@
"email": "jimmy@monin.net"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [