Blog-Blosxom

 view release on metacpan or  search on metacpan

lib/Blog/Blosxom.pm  view on Meta::CPAN

The flavour of the blog is simply the format in which the blog entry is served as a
story. The flavour is determined by you. The CGI script takes the file extension
from the request URI, or the C<flav> GET parameter.

If neither is provided, the default flavour is used. This is passed as a parameter
to C<new> and defaults to C<html>.

=head2 component

A component is one of the five (currently) sections of the page: head, foot, story,
date and content-type. The story and date components appear zero-to-many times on
each page and the other three appear exactly once.

=head2 template

A template is a flavoured component. It is defined as a file in the blog root whose
filename is the component and whose extension is the flavour. E.g. C<head.html> is
the HTML-flavoured head component's template.

=head1 METHODS



( run in 1.078 second using v1.01-cache-2.11-cpan-524268b4103 )