Janitor has been designed with the intent to be as flat and transparent as possible. To be helpful without getting in the way.

Janitor is a MVC based system. Only the controllers are exposed to the webserver and will control the routing of all requests. The controllers can interact with the model or return views based on the model.

You define the model the controller interactacts with and decide what to expose to the webserver.

This page is part of milestone for v0.8 - Check the Milestones for more information.