rss-bridge/docs/08_Format_API/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
482 B
Markdown
Raw Normal View History

2023-06-08 23:37:36 +02:00
A Format is a 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
[Folder structure](../04_For_Developers/03_Folder_structure.md)
and either implements the
[FormatInterface](../08_Format_API/02_FormatInterface.md)
interface or extends the FormatAbstract class.
2023-06-08 23:37:36 +02:00
For more information about how to create a new _Format_, read
[How to create a new Format?](./01_How_to_create_a_new_format.md)