Socialtext::Resting::RSS - Create rss feeds for a Socialtext workspace


Socialtext-Resting-RSS documentation  | view source Contained in the Socialtext-Resting-RSS distribution.

Index


NAME

Top

Socialtext::Resting::RSS - Create rss feeds for a Socialtext workspace

SYNOPSIS

Top

  use Socialtext::Resting::RSS;
  my $rss = Socialtext::Resting::RSS->new(
      rester => $rester, output => 'foo.rss',
  );
  my $num_changes = $rss->generate;

DESCRIPTION

Top

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

Top

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

Top

Luke Closs, <luke.closs at socialtext.com>

COPYRIGHT & LICENSE

Top


Socialtext-Resting-RSS documentation  | view source Contained in the Socialtext-Resting-RSS distribution.