From 9858c26dd5ede0b71bf3381ad308aa8d2159f97e Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Tue, 30 Oct 2018 19:48:14 +0100 Subject: [PATCH] Updated For developers (markdown) --- For-developers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/For-developers.md b/For-developers.md index 015a269..cf5760d 100644 --- a/For-developers.md +++ b/For-developers.md @@ -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) \ No newline at end of file