Revision history for Perl extension Blosxom::Plugin. 0.00007 Aug 8th, 2012 - Add interpolate() and get_template() - [Request] * Add date() * path_info() returns a value of $blosxom::path_info - [Request::Upload] * fh() returns a raw file handle * Add header() 0.00006 Aug 6th, 2012 - [Response] * Rename cookies() to cookie() - [Request] * Rename server_protocol() to protocol() * Rename cookies() to cookie() * Add base(), is_secure(), header() - [Request::Upload] * fh() returns an IO::File object - [Util] Add encode_html() 0.00005 Jul 14th, 2012 - Add Blosxom::Plugin::Request::Upload 0.00004 Jul 14th, 2012 - [Request] Add user(), server_protocol() and uploads() - [Response] body() become mutable - tests requires Data::Section::Simple 0.00002 Jul 11th, 2012 - Add load_plugin(), load_plugins() and add_method(). load_plugin() calls begin() method of each plugin - Add Blosxom::Plugin::Response, Request and Util. Blosxom::Plugin loads them when loaded - A namespace Blosxom::Plugin::* will be open to those who want to register Blosxom metaplugins, though I'm not sure about what a metaplugin is :-) At least, metaplugins will abstract routines from ordinary plugins 0.00001 Jul 8th, 2012 - First version