NAME
Socialtext::Resting::RSS - Create rss feeds for a Socialtext workspace
SYNOPSIS
use Socialtext::Resting::RSS;
my $rss = Socialtext::Resting::RSS->new(
rester => $rester, output => 'foo.rss',
);
my $num_changes = $rss->generate;
DESCRIPTION
Socialtext::Resting::RSS
uses the Socialtext REST API to create a RSS feed that features diffs from the previous version.
Patches welcome. Or take over this module! :)
KNOWN ISSUES
It rewrites the rss feed every time it is run, losing previous entries. It should keep some count of entries in the rss feed at all time.
It could also only check pages with a given tag.
AUTHOR
Luke Closs, <luke.closs at socialtext.com>
COPYRIGHT & LICENSE
Copyright 2007 Luke Closs, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.