mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-15 12:41:00 +03:00
Add introduction, goals and requirements
parent
71d304fa23
commit
17ecf93e17
1 changed files with 19 additions and 1 deletions
20
Home.md
20
Home.md
|
@ -1 +1,19 @@
|
|||
Welcome to the rss-bridge wiki!
|
||||
**RSS-Bridge** is free and open source software for generating ATOM or RSS feeds from websites which don't have one. It is written in PHP and intended to run on a Web server.
|
||||
|
||||
# Goals of the project
|
||||
|
||||
**RSS-Bridge** aims at sites that:
|
||||
|
||||
- don't provide public accessible ATOM or RSS feeds
|
||||
- force their users to subscribe to e-mail notifications
|
||||
- force their users to use their own proprietary APIs
|
||||
- require their users to come back on a regular basis in order to check for new content
|
||||
|
||||
**RSS-Bridge** will generate feeds based on "bridges" that are developed for any site. Those bridges will collect data and extract all necessary information which is then converted into various feed formats like ATOM or RSS.
|
||||
|
||||
# Requirements
|
||||
|
||||
**RSS-Bridge** requires a Web server with:
|
||||
|
||||
- PHP 5.4 (or higher)
|
||||
- `openssl` extension enabled in PHP configuration (`php.ini`)
|
||||
|
|
Loading…
Add table
Reference in a new issue