Package Pyblosxom :: Package renderers :: Module base
[hide private]
[frames] | no frames]

Module base

source code

The is the base renderer module. If you were to dislike the blosxom renderer and wanted to build a renderer that used a different templating system, you would extend the RendererBase class and implement the functionality required by the other rendering system.

For examples, look at the BlosxomRenderer and the Renderer in the debug module.

Classes [hide private]
  RendererBase
Basic Renderer:
  Renderer
This is a null renderer.
Variables [hide private]
  __revision__ = '$Revision: 1043 $'