From c2b5fe7c782c6cbb18bc07db7303fe7bcd4d5b80 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 13 Aug 2016 20:16:46 +0200 Subject: [PATCH] [For developers] Remove "Repository structure" subject --- For-developers.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/For-developers.md b/For-developers.md index de58770..f6d7376 100644 --- a/For-developers.md +++ b/For-developers.md @@ -1,14 +1,5 @@ -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` with some aspects of `HTTP` and `CSS`. -# Repository structure - -The repository contains a few folders that make up **RSS-Bridge**. Here is a brief description of what you can expect to find where: - -Folder | Description --------|------------ -[`bridges/`](https://github.com/RSS-Bridge/rss-bridge/tree/master/bridges) | Contains all bridges that are currently supported by **RSS-Bridge**. Each file represents one Bridge that is displayed on the [Welcome screen](Screenshots#welcome-screen) of **RSS-Bridge** -[`caches/`](https://github.com/RSS-Bridge/rss-bridge/tree/master/caches) | Contains all cache types for **RSS-Bridge**. -[`css/`](https://github.com/RSS-Bridge/rss-bridge/tree/master/css) | Contains all [Cascading Style Sheets](https://en.wikipedia.org/wiki/Cascading_Style_Sheets) for **RSS-Bridge** -[`formats/`](https://github.com/RSS-Bridge/rss-bridge/tree/master/formats) | Contains all export formats for **RSS-Bridge**. -[`lib/`](https://github.com/RSS-Bridge/rss-bridge/tree/master/lib) | Contains the core API of **RSS-Bridge**. -[`vendor/`](https://github.com/RSS-Bridge/rss-bridge/tree/master/vendor) | Contains vendor specific files to support **RSS-Bridge**. Development of all files in this folder must be done in the vendor specific repository (not part of **RSS-Bridge**) \ No newline at end of file +If you are new to **RSS-Bridge** you should make yourself familiar with some general aspects: + - [Folder structure](Folder-structure) + - [Debug mode](Debug-mode) \ No newline at end of file