1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-16 21:58:21 +01:00

[Home] Remove headers and add guidings

LogMANOriginal 2016-08-13 20:31:02 +02:00
parent 6e079385f6
commit 32ffda2c6a

35
Home.md

@ -1,31 +1,10 @@
**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.
**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. See the [Screenshots](Screenshots) for a quick introduction to **RSS-Bridge**
# Goals of the project
- You want to know more about **RSS-Bridge**?
Check out our **[project goals](Project-goals)**.
**RSS-Bridge** aims at sites that:
- You want to contribute and don't know how?
Check out our **[How can I contribute?](How-can-I-contribute%3F)** section.
- 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`)
# How can I contribute?
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](https://github.com/RSS-Bridge/rss-bridge/issues)
- Request new features or propose ideas (via [Issues](https://github.com/RSS-Bridge/rss-bridge/issues))
- Discuss bugs, features, ideas or [issues](https://github.com/RSS-Bridge/rss-bridge/issues)
- Add new bridges or improve the API
- Improve documentation (this Wiki)
- Host **RSS-Bridge** :sparkling_heart:
- You are a developer and searching for more details?
Check out our **[For developers](For-developers)** section.