1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-02-03 17:01:00 +03:00

Updated For developers (markdown)

LogMANOriginal 2018-10-30 19:48:14 +01:00
parent db94f7b677
commit 9858c26dd5

@ -1,10 +1,10 @@
This area is intended for developers who decide to contribute to **RSS-Bridge** which is primarily written in `PHP` with some aspects of `HTTP` and `CSS`.
This area is intended for developers who decide to contribute to **RSS-Bridge** which is primarily written in [`PHP`](http://www.php.net/) with some aspects of [`HTML`](https://en.wikipedia.org/wiki/HTML) and [`CSS`](https://en.wikipedia.org/wiki/Cascading_Style_Sheets).
If you are new to **RSS-Bridge** you should make yourself familiar with some general aspects:
- [Coding style policy](Coding-style-policy)
- [Folder structure](Folder-structure)
- [Debug mode](Debug-mode)
- [Bridge API](Bridge-API)
- [Cache API](Cache-API) (if you want to create your own caching type)
- [Format API](Format-API) (if you want to create your own output format)
- [Cache API](Cache-API)
- [Format API](Format-API)
- [Technical recommendations](Technical-Recommendations)