NAME
Bryar::DataSource::SVNRepos - Blog entries from a subversion repository
SYNOPSIS
$self->all_documents(...);
$self->search(...);
DESCRIPTION
This data source gets its blog entries from a local subversion repository. It expects that all the files in the repository are blog entries; you can't use only a subdirectory.
METHODS
all_documents
Returns all documents in the repository.
search
Lets you select specific entries. See Bryar::DataSource::Base for more information.
BUGS
This data source doesn't handle comments. It fetches the version of each document that is in the youngest revision. Only tested with Bryar::Frontend::Static and my post-commit script.
AUTHOR
Copyright (C) 2004, Martijn van Beers martijn@cpan.org