mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-16 00:44:44 +02:00
[Format API] Add new page
parent
9f9f64f8ad
commit
147b7e30cc
1 changed files with 3 additions and 0 deletions
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)
|
Loading…
Add table
Add a link
Reference in a new issue