diff --git a/Bridge_API/BridgeAbstract.html b/Bridge_API/BridgeAbstract.html index 2d79eebf..44d9d936 100644 --- a/Bridge_API/BridgeAbstract.html +++ b/Bridge_API/BridgeAbstract.html @@ -100,7 +100,7 @@
n
is the name with which the bridge can access the parameter
This attribute defines the default value for your parameter. Its behavior depends on the type
:
text
: Allows any textnumber
: Allows any numberlist
: Must match either name or value of one elementcheckbox
: Must be “checked” to activate the checkboxtext
: Allows any textnumber
: Allows any numberlist
: Must match either name or value of one elementcheckbox
: Must be “checked” to activate the checkboxPlease note that this class is intended as a solution for websites that cannot be covered by the other classes. The WebDriver starts a browser and is therefore very resource-intensive.
@@ -126,9 +124,7 @@ The easiest way is to start the Selenium server from the project of the same namdocker run -d -p 4444:4444 --shm-size="2g" docker.io/selenium/standalone-chrome:latest
With these parameters only one browser window can be started at a time. On a multi-user site, Selenium Grid should be used @@ -144,9 +140,7 @@ selenium_server_url = "http://localhost:4444"
chromedriver --port=4444
If you start rss-bridge from a container, then Chrome driver is only accessible
if you call it with the --allowed-ips
option so that it binds to all network interfaces.
the-world-in-brief
) and copy the value of the Cookie:
header from “Request Headers”.The cookie lives three months.
diff --git a/Bridge_Specific/FacebookBridge.html b/Bridge_Specific/FacebookBridge.html index f5466041..e0fb278e 100644 --- a/Bridge_Specific/FacebookBridge.html +++ b/Bridge_Specific/FacebookBridge.html @@ -100,7 +100,7 @@RSS-Bridge currently supports four ‘actions’ which it can operate:
?action=display
)?action=detect
)?action=list
)?action=findfeed
)?action=display
)?action=detect
)?action=list
)?action=findfeed
)The display
action returns feeds generated by bridges. It requires additional parameter, some of which are specific to each bridge (see implementation details for your specific bridge). The following list contains mandatory parameter applicable to all bridges, excluding parameters that require additional options. Errors are returned for missing mandatory parameters:
The top-level JSON object contains two parameters:
bridges
: A collection of bridgestotal
: The total number of bridgesbridges
: A collection of bridgestotal
: The total number of bridges{
"bridges": { },
diff --git a/For_Developers/Coding_style_policy.html b/For_Developers/Coding_style_policy.html
index 8bfd7c89..ae0f8f12 100644
--- a/For_Developers/Coding_style_policy.html
+++ b/For_Developers/Coding_style_policy.html
@@ -100,7 +100,7 @@
For Developers Coding style policy
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/For_Developers/Debug_mode.html b/For_Developers/Debug_mode.html
index 6a1a5f0a..96a41b3d 100644
--- a/For_Developers/Debug_mode.html
+++ b/For_Developers/Debug_mode.html
@@ -100,7 +100,7 @@
For Developers Debug mode
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/For_Developers/Development_Environment_Setup.html b/For_Developers/Development_Environment_Setup.html
index 3667e5d6..8d35de6a 100644
--- a/For_Developers/Development_Environment_Setup.html
+++ b/For_Developers/Development_Environment_Setup.html
@@ -100,7 +100,7 @@
For Developers Development Environment Setup
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/For_Developers/Folder_structure.html b/For_Developers/Folder_structure.html
index e8e092f9..8cf8c067 100644
--- a/For_Developers/Folder_structure.html
+++ b/For_Developers/Folder_structure.html
@@ -100,7 +100,7 @@
For Developers Folder structure
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/For_Developers/Github_Codespaces_Tutorial.html b/For_Developers/Github_Codespaces_Tutorial.html
index eb59f951..4e5fd050 100644
--- a/For_Developers/Github_Codespaces_Tutorial.html
+++ b/For_Developers/Github_Codespaces_Tutorial.html
@@ -100,7 +100,7 @@
For Developers Github Codespaces Tutorial
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/For_Developers/Pull_Request_policy.html b/For_Developers/Pull_Request_policy.html
index 300f1a59..af559f3e 100644
--- a/For_Developers/Pull_Request_policy.html
+++ b/For_Developers/Pull_Request_policy.html
@@ -100,7 +100,7 @@
For Developers Pull Request policy
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/For_Developers/index.html b/For_Developers/index.html
index 04f14d96..87ef281c 100644
--- a/For_Developers/index.html
+++ b/For_Developers/index.html
@@ -100,7 +100,7 @@
For Developers
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
@@ -112,24 +112,12 @@
It is written in PHP.
If you are new to RSS-Bridge you should make yourself familiar with some general aspects:
--
-Coding style policy
-
--
-Folder structure
-
--
-Debug mode
-
--
-Bridge API
-
--
-Cache API
-
--
-Technical recommendations
-
+- Coding style policy
+- Folder structure
+- Debug mode
+- Bridge API
+- Cache API
+- Technical recommendations
diff --git a/For_Hosts/Authentication.html b/For_Hosts/Authentication.html
index 16ccf047..d1bb4982 100644
--- a/For_Hosts/Authentication.html
+++ b/For_Hosts/Authentication.html
@@ -100,7 +100,7 @@
For Hosts Authentication
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/For_Hosts/Custom_Configuration.html b/For_Hosts/Custom_Configuration.html
index 9c72c2cd..f6467c17 100644
--- a/For_Hosts/Custom_Configuration.html
+++ b/For_Hosts/Custom_Configuration.html
@@ -100,7 +100,7 @@
For Hosts Custom Configuration
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
@@ -126,27 +126,13 @@ automatically use the default settings from config.default.ini.php
.
Available parametersThe configuration file is split into sections:
--
-system
-
--
-http client
-
--
-cache
-
--
-proxy
-
--
-authentication
-
--
-admin
-
--
-error
-
+- system
+- http client
+- cache
+- proxy
+- authentication
+- admin
+- error
System: This section specifies system specific parameters
Http client: This section has http client options
@@ -157,9 +143,7 @@ automatically use the default settings from config.default.ini.php
.
SystemThis section provides following parameters:
TimezoneDefines the timezone used by RSS-Bridge. This parameter can be set to any value of the values defined at https://www.php.net/manual/en/timezones.php
@@ -167,12 +151,8 @@ automatically use the default settings from config.default.ini.php
.
CacheThis section provides following parameters:
--
-type
-
--
-custom_timeout
-
+- type
+- custom_timeout
typeDefines the cache type used by RSS-Bridge.
@@ -205,15 +185,9 @@ automatically use the default settings from config.default.ini.php
.
ProxyThis section provides following parameters:
urlSets the proxy url (i.e. “tcp://192.168.0.0:32”)
@@ -238,15 +212,9 @@ automatically use the default settings from config.default.ini.php
.
AuthenticationThis section provides following parameters:
enableEnables authentication for RSS-Bridge.
@@ -260,9 +228,7 @@ automatically use the default settings from config.default.ini.php
.
AdminThis section provides following parameters:
emailAdvertises an email address where people can reach the administrator.
@@ -272,12 +238,8 @@ automatically use the default settings from config.default.ini.php
.
errorThis section provides following parameters:
--
-output
-
--
-report_limit
-
+- output
+- report_limit
outputDefines how error messages are returned by RSS-Bridge
diff --git a/For_Hosts/Customizations.html b/For_Hosts/Customizations.html
index df5959aa..7acae9cd 100644
--- a/For_Hosts/Customizations.html
+++ b/For_Hosts/Customizations.html
@@ -100,7 +100,7 @@
For Hosts Customizations
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/For_Hosts/Heroku_Installation.html b/For_Hosts/Heroku_Installation.html
index 557c3f7e..493b1203 100644
--- a/For_Hosts/Heroku_Installation.html
+++ b/For_Hosts/Heroku_Installation.html
@@ -100,7 +100,7 @@
For Hosts Heroku Installation
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/For_Hosts/Installation.html b/For_Hosts/Installation.html
index 136805c9..29553e71 100644
--- a/For_Hosts/Installation.html
+++ b/For_Hosts/Installation.html
@@ -100,7 +100,7 @@
For Hosts Installation
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/For_Hosts/Updating.html b/For_Hosts/Updating.html
index d21a573c..79cd7e32 100644
--- a/For_Hosts/Updating.html
+++ b/For_Hosts/Updating.html
@@ -100,7 +100,7 @@
For Hosts Updating
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/For_Hosts/Whitelisting.html b/For_Hosts/Whitelisting.html
index c9c9c466..820233ac 100644
--- a/For_Hosts/Whitelisting.html
+++ b/For_Hosts/Whitelisting.html
@@ -100,7 +100,7 @@
For Hosts Whitelisting
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/For_Hosts/index.html b/For_Hosts/index.html
index c9642257..4c168459 100644
--- a/For_Hosts/index.html
+++ b/For_Hosts/index.html
@@ -100,7 +100,7 @@
For Hosts
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/General/Contribute.html b/General/Contribute.html
index 7c4ab251..106585bd 100644
--- a/General/Contribute.html
+++ b/General/Contribute.html
@@ -100,7 +100,7 @@
General Contribute
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
@@ -111,15 +111,12 @@
There are many things you can do to contribute to RSS-Bridge as developer or as user without any knowledge in PHP or (web) development. Here are a few things:
- Share RSS-Bridge with your friends (Twitter, Facebook, …you name it…)
-- Report broken bridges or bugs here
-
+- Report broken bridges or bugs here
- Request new features or propose ideas (via Issues)
-- Discuss bugs, features, ideas or issues
-
+- Discuss bugs, features, ideas or issues
- Add new bridges or improve the API
- Improve this documentation
-- Host RSS-Bridge
-
+- Host RSS-Bridge
diff --git a/General/FAQ.html b/General/FAQ.html
index dfcb51d7..8a8174fc 100644
--- a/General/FAQ.html
+++ b/General/FAQ.html
@@ -100,7 +100,7 @@
General FAQ
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
@@ -122,27 +122,20 @@ You can specify a custom cache timeout for each bridge if
You can only do that if you are hosting the RSS-Bridge instance:
- Lower the bridge ttl:
CACHE_TIMEOUT
constant
-- Enable
custom_timeout
-
+- Enable
custom_timeout
Firefox doesn’t show feeds anymore, what can I do?As of version 64, Firefox removed support for viewing Atom and RSS feeds in the browser.
This results in the browser downloading the pages instead of showing contents.
Further reading:
--
-https://support.mozilla.org/en-US/kb/feed-reader-replacements-firefox
-
--
-https://bugzilla.mozilla.org/show_bug.cgi?id=1477667
-
+- https://support.mozilla.org/en-US/kb/feed-reader-replacements-firefox
+- https://bugzilla.mozilla.org/show_bug.cgi?id=1477667
To restore the original behavior in Firefox 64 or higher you can use following Add-on
which attempts to recreate the original behavior (with some sugar on top):
diff --git a/General/Project_goals.html b/General/Project_goals.html
index 612aa908..e7c15e14 100644
--- a/General/Project_goals.html
+++ b/General/Project_goals.html
@@ -100,7 +100,7 @@
General Project-goals
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/General/Public_Hosts.html b/General/Public_Hosts.html
index 4bcea666..e57fe68f 100644
--- a/General/Public_Hosts.html
+++ b/General/Public_Hosts.html
@@ -100,7 +100,7 @@
General Public Hosts
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/General/Requirements.html b/General/Requirements.html
index 59b5b0de..11f4ce79 100644
--- a/General/Requirements.html
+++ b/General/Requirements.html
@@ -100,7 +100,7 @@
General Requirements
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/General/Screenshots.html b/General/Screenshots.html
index 87da4228..dfda4b09 100644
--- a/General/Screenshots.html
+++ b/General/Screenshots.html
@@ -100,7 +100,7 @@
General Screenshots
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/Helper_functions/index.html b/Helper_functions/index.html
index 8b739f87..e60f2168 100644
--- a/Helper_functions/index.html
+++ b/Helper_functions/index.html
@@ -100,7 +100,7 @@
Helper functions
- November 3, 2024 at 9:33 AM
+ January 2, 2025 at 4:12 AM
Edit on GitHub
diff --git a/Technical_recommendations/index.html b/Technical_recommendations/index.html
index 9f625d1c..63e4bedd 100644
--- a/Technical_recommendations/index.html
+++ b/Technical_recommendations/index.html
@@ -100,7 +100,7 @@