mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-16 08:54:42 +02:00
[Documentation] Move all wiki pages into the repo and make it pretty (#2494)
This commit is contained in:
parent
16470e8119
commit
76f5de3d0f
53 changed files with 4215 additions and 0 deletions
3
docs/08_Format_API/index.md
Normal file
3
docs/08_Format_API/index.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](../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.
|
||||
|
||||
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
Add a link
Reference in a new issue