1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 15:47:32 +02:00

Updated BridgeAbstract (markdown)

LogMANOriginal
2018-09-15 17:38:07 +02:00
parent e6cbd86d7c
commit 1971e7f555

@@ -3,7 +3,7 @@
To create a new Bridge extending `BridgeAbstract` you must specify some [basic metadata](#basic-metadata) implement following functions:
- [`collectData`](#the-collectdata-function) (**required**)
- [`getDescription`](../The-getDescription-function)
- [`getDescription`](The-getDescription-function)
- [`getMaintainer`](#the-getmaintainer-function)
- [`getName`](#the-getname-function)
- [`getURI`](#the-geturi-function)