mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-21 09:05:26 +03:00
Page:
Requirements
Pages
Actions
Arrays
Authentication
Bridge API
BridgeAbstract
Cache API
CacheInterface
Casting
Classes
Coding style policy
Command Line Interface (CLI)
Constants
Custom Configuration
Customizations
Debug mode
Docker
Extended Bridges
FAQ
FeedExpander
Folder structure
For developers
For hosts
Format API
FormatAbstract
FormatInterface
Functions
Heroku Installation
Home
How can I contribute
How to create a new Bridge
How to create a new Cache
How to create a new Format
Indentation
Installation
Keywords
Maximum line length
Operators
Project goals
Public hosts
Pull request policy
RSS Bridge on PHP 5.4
Read queriedContext
Requirements
Screenshots
Strings
Structures
Technical Recommendations
The collectData function
The detectParameters function
The getContents function
The getDescription function
The getIcon function
The getInput function
The getMaintainer function
The getName function
The getSimpleHTMLDOM function
The getSimpleHTMLDOMCached function
The getURI function
The returnClientError function
The returnError function
The returnServerError function
Updating
Web server links
Whitelisting
Whitespace
XPathAbstract
const PARAMETERS
defaultLinkTo
if Statement
No results
15
Requirements
ymeister edited this page 2020-10-29 16:42:00 +00:00
Table of Contents
RSS-Bridge requires either of the following:
A Web server* with:
- PHP 5.6 (or higher) => (Read this for PHP 5.4)
openssl
extensionlibxml
extension (enabled by default, see PHP Manual)mbstring
extensionsimplexml
extensioncurl
extensionjson
extensionfilter
extensionsqlite3
extension (only when using SQLiteCache)
Enable extensions by un-commenting the corresponding line in your PHP configuration (php.ini
).
*If you do not have your own web server, you can create one in about five minutes for free.
A Linux server with:
- Docker server configured (Any recent version should do)
- 100MB of disk space
To setup RSS Bridge using Docker, see the Docker Guide on installing RSS Bridge.
RSS-Bridge · Reconnecting the Web ·