From 147b7e30cc81048a006278b91c78e0fa52be6426 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 5 Nov 2016 19:38:37 +0100 Subject: [PATCH] [Format API] Add new page --- Format-API.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Format-API.md 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