From 93976661c1c5f24b9e5c2e63cfffff0428fd0cb2 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 10 Sep 2016 17:17:52 +0200 Subject: [PATCH] [FeedExpander] Remove HttpCachingBridgeAbstract --- FeedExpander.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FeedExpander.md b/FeedExpander.md index 40a6ad5..4fc1a2e 100644 --- a/FeedExpander.md +++ b/FeedExpander.md @@ -1,8 +1,8 @@ -`FeedExpander` extends [`HttpCachingBridgeAbstract`](HttpCachingBridgeAbstract) and adds functions to collect data from existing feeds. +`FeedExpander` extends [`BridgeAbstract`](BridgeAbstract) and adds functions to collect data from existing feeds. **Usage example**: _You have discovered a site that provides feeds which are hidden and inaccessible by normal means. You want your bridge to directly read the feeds and provide them via **RSS-Bridge**_ -To create a new Bridge extending `FeedExpander` you must implement all required functions of [`BridgeAbstract`](BridgeAbstract). You may also use all functions defined by [`HttpCachingBridgeAbstract`](HttpCachingBridgeAbstract). `FeedExpander` additionally provides following functions: +To create a new Bridge extending `FeedExpander` you must implement all required functions of [`BridgeAbstract`](BridgeAbstract). `FeedExpander` additionally provides following functions: * [`parseItem`](#the-parseItem-function) (**required**) * [`getName`](#the-getName-function)