mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 23:29:56 +03:00
chore: fix ci (#3426)
This commit is contained in:
parent
fbaf26e8bf
commit
8f9eaae338
1 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
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](../04_For_Developers/03_Folder_structure.md)) and either implements the [FormatInterface](../08_Format_API/02_FormatInterface.md) interface or extends the [FormatAbstract](../08_Format_API/03_FormatAbstract.md) class.
|
||||
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.
|
||||
|
||||
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)
|
||||
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)
|
Loading…
Add table
Reference in a new issue