The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Rubric::Renderer - the rendering interface for Rubric

VERSION

 $Id: Renderer.pm,v 1.5 2005/01/15 03:53:50 rjbs Exp $

DESCRIPTION

Rubric::Renderer provides a simple interface for rendering entries, entry sets, and other things collected by Rubric::WebApp.

METHODS

renderer

This method returns an object that renders templates. By default, it returns a Template object configured with data from Rubric::Config. Each type's renderer is a singleton.

TODO

AUTHOR

Ricardo SIGNES, <rjbs@cpan.org>

BUGS

Please report any bugs or feature requests to bug-rubric@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT

Copyright 2004 Ricardo SIGNES. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.