From e30285022c8e726f3c5334bdd15f97e4d1055b84 Mon Sep 17 00:00:00 2001 From: Bocki Date: Thu, 17 Oct 2024 00:48:20 +0200 Subject: [PATCH 1/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3b12f0ea28..7520b85772b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ RSS-Bridge is a PHP web application. It generates web feeds for websites that don't have one. + Officially hosted instance: https://rss-bridge.org/bridge01/ IRC channel #rssbridge at https://libera.chat/ From c72d49eead08c7d3f58843ea4af84921659f3f24 Mon Sep 17 00:00:00 2001 From: Bocki Date: Thu, 17 Oct 2024 00:52:15 +0200 Subject: [PATCH 2/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7520b85772b..b0ebeb2edc1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ RSS-Bridge is a PHP web application. It generates web feeds for websites that don't have one. - + Officially hosted instance: https://rss-bridge.org/bridge01/ IRC channel #rssbridge at https://libera.chat/ From 24d83a4e306693b89ad78c344e9762827a3aabd8 Mon Sep 17 00:00:00 2001 From: Bocki Date: Thu, 17 Oct 2024 00:56:59 +0200 Subject: [PATCH 3/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0ebeb2edc1..e3babbe8d08 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ RSS-Bridge is a PHP web application. It generates web feeds for websites that don't have one. - + Officially hosted instance: https://rss-bridge.org/bridge01/ IRC channel #rssbridge at https://libera.chat/ From 32de868916b0569105f199fbf3a29a44d2e3848f Mon Sep 17 00:00:00 2001 From: Bocki Date: Thu, 17 Oct 2024 00:57:59 +0200 Subject: [PATCH 4/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3babbe8d08..05c2414a0b7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ RSS-Bridge is a PHP web application. It generates web feeds for websites that don't have one. - + Officially hosted instance: https://rss-bridge.org/bridge01/ IRC channel #rssbridge at https://libera.chat/ From 884517f02194e0271ce0f44ee7d8c8165b0f4145 Mon Sep 17 00:00:00 2001 From: Bocki Date: Thu, 17 Oct 2024 01:01:19 +0200 Subject: [PATCH 5/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05c2414a0b7..32ca6b56018 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Alternatively find another Requires minimum PHP 7.4. - + [![LICENSE](https://img.shields.io/badge/license-UNLICENSE-blue.svg)](UNLICENSE) [![GitHub release](https://img.shields.io/github/release/rss-bridge/rss-bridge.svg?logo=github)](https://github.com/rss-bridge/rss-bridge/releases/latest) [![irc.libera.chat](https://img.shields.io/badge/irc.libera.chat-%23rssbridge-blue.svg)](https://web.libera.chat/#rssbridge) From 9720bdffc50a910d1a8a2c94cc9aea25cbcae799 Mon Sep 17 00:00:00 2001 From: Bocki Date: Thu, 17 Oct 2024 01:05:42 +0200 Subject: [PATCH 6/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32ca6b56018..706fc8aa785 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ IRC channel #rssbridge at https://libera.chat/ [Full documentation](https://rss-bridge.github.io/rss-bridge/index.html) -Alternatively find another +Alternatively find another [public instance](https://rss-bridge.github.io/rss-bridge/General/Public_Hosts.html). Requires minimum PHP 7.4. From b93dee018814386b1a9f43b03a4f1a7eba075c34 Mon Sep 17 00:00:00 2001 From: Bocki Date: Thu, 17 Oct 2024 01:11:45 +0200 Subject: [PATCH 7/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 706fc8aa785..b7f8f9e6ce3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ IRC channel #rssbridge at https://libera.chat/ Alternatively find another [public instance](https://rss-bridge.github.io/rss-bridge/General/Public_Hosts.html). -Requires minimum PHP 7.4. +Requires minimum PHP 7.4. [![LICENSE](https://img.shields.io/badge/license-UNLICENSE-blue.svg)](UNLICENSE) From a511c27973614a27fda474715fa4977f959ecbc2 Mon Sep 17 00:00:00 2001 From: Bocki Date: Thu, 17 Oct 2024 01:13:17 +0200 Subject: [PATCH 8/9] Update AcrimedBridge.php --- bridges/AcrimedBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/AcrimedBridge.php b/bridges/AcrimedBridge.php index f7bbd58ef0a..3e83977ea3a 100644 --- a/bridges/AcrimedBridge.php +++ b/bridges/AcrimedBridge.php @@ -13,7 +13,7 @@ class AcrimedBridge extends FeedExpander 'limit' => [ 'name' => 'limit', 'type' => 'number', - 'defaultValue' => -1, + 'defaultValue' => 2, ] ] ]; From ee5195da161ab03642f33e234656ca07a276c266 Mon Sep 17 00:00:00 2001 From: Bocki Date: Thu, 17 Oct 2024 01:18:00 +0200 Subject: [PATCH 9/9] Update AcrimedBridge.php --- bridges/AcrimedBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/AcrimedBridge.php b/bridges/AcrimedBridge.php index 3e83977ea3a..b23ad947d82 100644 --- a/bridges/AcrimedBridge.php +++ b/bridges/AcrimedBridge.php @@ -13,7 +13,7 @@ class AcrimedBridge extends FeedExpander 'limit' => [ 'name' => 'limit', 'type' => 'number', - 'defaultValue' => 2, + 'defaultValue' => 3, ] ] ];