1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 08:37:30 +02:00

Updated Bridge API (markdown)

Niehztog
2021-08-17 11:58:54 +02:00
parent 618f4faca4
commit 17b26d7ab0

@@ -4,5 +4,6 @@ Base class | Description
-----------|------------
[`BridgeAbstract`](BridgeAbstract) | This class is intended for standard _Bridges_ that need to filter HTML pages for content.
[`FeedExpander`](FeedExpander) | This class is an extension of `HttpCachingBridgeAbstract`, designed to load existing feeds into **RSS-Bridge**
[`XPathAbstract`](XPathAbstract) | This class is meant as an alternative base class for bridge implementations. It offers preliminary functionality for generating feeds based on _XPath expressions_.
For more information about how to create a new _Bridge_, read [How to create a new Bridge?](How-to-create-a-new-Bridge)