Index: index.html is split into two sections, sources and context
RSS: there are two RSS files, one for sources and one for content
App: app.py is the main method. It uses methods from feeds.py to find the content
Feeds: feeds.py contains the main methods. It uses a set of JSON objects in feeds_config.py
Docker: this is a work in progress
Requirements: requirements.txt is a list of packages and libraries needed to run the code