diff --git a/Bridge_API/BridgeAbstract.html b/Bridge_API/BridgeAbstract.html index 67782dbc..053a39d1 100644 --- a/Bridge_API/BridgeAbstract.html +++ b/Bridge_API/BridgeAbstract.html @@ -93,7 +93,7 @@
RSS-Bridge supports optional parameters. These parameters are only valid if the options have been enabled in the index.php script.
This parameter is only available if a proxy server has been specified via PROXY_URL
and ‘PROXY_BYBRIDGE’ has been enabled. This is a Boolean parameter that can be set to ‘1’ (true) or ‘0’ (false).
This parameter is only available if a proxy server has been specified via proxy.url
and proxy.by_bridge
has been enabled. This is a Boolean parameter that can be set to true
or false
.
Each bridge can specify its own set of parameters. As in the example above, some bridges don’t specify any parameters or only optional parameters that can be neglected. For more details read the PARAMETERS
definition for your bridge.
RSS-Bridge ships a few options the host may or may not activate. All options are currently defined in the index.php file. This means they’ll be reset after upgrading RSS-Bridge!
+RSS-Bridge ships a few options the host may or may not activate. All options are listed in the config.default.ini.php file, see Custom Configuration section for more information.
Sometimes it is necessary to specify custom timeouts to update contents more frequently than the bridge maintainer intended. In these cases the client may specify a custom cache timeout to prevent loading contents from cache earlier (or later).
-This option can be activated by setting the CUSTOM_CACHE_TIMEOUT
to true
. When enabled each bridge receives an additional parameter Cache timeout in seconds
that can be set to any value between 1 and 86400 (24 hours). If the value is not within the limits the default settings apply (as specified by the bridge maintainer).
This option can be activated by setting the cache.custom_timeout
option to true
. When enabled each bridge receives an additional parameter Cache timeout in seconds
that can be set to any value between 1 and 86400 (24 hours). If the value is not within the limits the default settings apply (as specified by the bridge maintainer).
The cache timeout is send to RSS-Bridge using the _cache_timeout
parameter. RSS-Bridge will return an error message if the parameter is received and the option is disabled.