NAME
Bryar::Frontend::Static - Static renderer for Bryar
DESCRIPTION
This is a frontend to Bryar which is used when Bryar is being used to create static HTML pages.
SYNOPSIS
my $frontend = Bryar::Frontend::Static->new(
url => "http://your.blog.site/base/",
path => "id_1234",
fh => \*file
);
$bryar->config->frontend($frontend);
$bryar->go;
LICENSE
This module is free software, and may be distributed under the same terms as Perl itself.
AUTHOR
Copyright (C) 2003, Simon Cozens simon@kasei.com