From 7cd26c84c470e6692ab05ec78b06467d943403bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:12:54 +0100 Subject: [PATCH 1/5] Update manifest.json --- manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.json b/manifest.json index 30cd13b..ecc638b 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,6 @@ "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" From bcd81335e3e760dbee4a3a425a7de6b859a9197a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 16 Jan 2023 22:13:03 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 1 - README_fr.md | 19 +++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 83f4b4b..883c818 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,6 @@ This is application is public and there's no notion of user. ## Documentation and resources -* Official app website: * Official admin documentation: * Upstream app code repository: * YunoHost documentation for this app: diff --git a/README_fr.md b/README_fr.md index 77ca401..942ee78 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 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) [![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 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.* -## Vue d'ensemble +## Vue d’ensemble 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. @@ -56,9 +56,9 @@ Output format can take several forms: **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 : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -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 :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From ed84e855f0531db120a78178a060677b3b63cbdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:13:11 +0100 Subject: [PATCH 3/5] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ecc638b..4f4d2c6 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "email": "jimmy@monin.net" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ From 68a0a811470e733c55b4ac87768521be8650c2d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 25 Jan 2023 20:50:25 +0100 Subject: [PATCH 4/5] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4f4d2c6..e318a46 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "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", From 0b57d1b0f1de2a4995262b73c161c07030ffd143 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 25 Jan 2023 19:50:30 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 4 ++-- README_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 883c818..8638a96 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/README_fr.md b/README_fr.md index 942ee78..662c14d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,7 +5,7 @@ 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 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) [![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)* @@ -52,7 +52,7 @@ 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/