NAME

Bryar::DataSource::FlatFile - Blog entries from flat files, a la blosxom

SYNOPSIS

$self->all_documents(...);
$self->search(...);

DESCRIPTION

Just like blosxom, this data source pulls blog entries out of flat files in the file system.

METHODS

all_documents

$self->all_documents

Returns all documents making up the blog.

$self->search($bryar, %params)

A more advanced search for specific documents

make_document

Turns a filename into a Bryar::Document, by parsing the file blosxom-style.

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