From 17b26d7ab02f5746970834ccea3fcf74f9aeacac Mon Sep 17 00:00:00 2001 From: Niehztog Date: Tue, 17 Aug 2021 11:58:54 +0200 Subject: [PATCH] Updated Bridge API (markdown) --- Bridge-API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Bridge-API.md b/Bridge-API.md index 6fff750..1369b04 100644 --- a/Bridge-API.md +++ b/Bridge-API.md @@ -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) \ No newline at end of file