NAME

Blosxom::Plugin::Web - Core set of Blosxom::Component modules

SYNOPSIS

  # In your plugins
  use parent 'Blosxom::Plugin::Web';

DESCRIPTION

This class just loads various components that make up the Blosxom::Plugin core features. You almost certainly want these.

The core components currently are:

Blosxom::Component::DataSection

METHODS

This class inherits all methods from Blosxom::Plugin and implements the following new ones.

$class->request, $class->req

Returns a Blosxom::Plugin::Web::Request object.

$class->get_data_section, $class->merge_data_section_into

See Blosxom::Component::DataSection.

SEE ALSO

Blosxom::Plugin

AUTHOR

Ryo Anazawa <anazawa@cpan.org>

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.