diff --git a/Format-API.md b/Format-API.md new file mode 100644 index 0000000..815184c --- /dev/null +++ b/Format-API.md @@ -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) \ No newline at end of file