[Format API] Add new page

LogMANOriginal 2016-11-05 19:38:37 +01:00
parent 9f9f64f8ad
commit 147b7e30cc

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)