mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-21 09:05:26 +03:00
1
Folder structure
LogMANOriginal edited this page 2016-08-13 20:14:34 +02:00
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/ |
Contains all bridges that are currently supported by RSS-Bridge. Each file represents one Bridge that is displayed on the Welcome screen of RSS-Bridge |
caches/ |
Contains all cache types for RSS-Bridge. |
css/ |
Contains all Cascading Style Sheets for RSS-Bridge |
formats/ |
Contains all export formats for RSS-Bridge. |
lib/ |
Contains the core API of RSS-Bridge. |
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) |