mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-07 09:06:36 +02:00
[Format API] Add new page
3
Format-API.md
Normal file
3
Format-API.md
Normal file
@@ -0,0 +1,3 @@
|
||||
A _Format_ is an class that allows **RSS-Bridge** to turn items from a bridge into an RSS-feed format. It is developed in a PHP file located in the `formats/` folder (see [Folder structure](Folder-structure)) and either implements the [FormatInterface](FormatInterface) interface or extends the [FormatAbstract](FormatAbstract) class.
|
||||
|
||||
For more information about how to create a new _Format_, read [How to create a new Format?](How-to-create-a-new-Format)
|
Reference in New Issue
Block a user