Package oort :: Module sitebase
[hide private]
[frames] | no frames]

Module sitebase

source code

This module contains everything needed to setup an Oort-based web application. It also imports relevant parts from oort.display.

Classes [hide private]
  resource_viewer_meta
  ResourceViewerBase
Base class - not for direct usage.
  Current
Representation of the current resource request.
  AppUtil
"An instance of this class is provided to the templates under the name 'app'.
  ResourceViewer
Use for simple apps where all URIs in the graph share the same base URI (set resourceBase to that).
  MultiBaseResourceViewer
Use for full-fledged apps where many different base URIs will be "mounted" at different named bases (done with the dictionary resourceBases).
Functions [hide private]
 
configure_logging(logger, cfg) source code
Variables [hide private]
  LOG_LEVEL_NAMES = ('DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITI...
Variables Details [hide private]

LOG_LEVEL_NAMES

Value:
('DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL')