The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Kwiki::RecentChanges::Atom - Kwiki Plugin to create an Atom feed of recent changes

VERSION

Version 0.03

SYNOPSIS

 $ cpan Kwiki::RecentChanges::Atom
 $ cd /path/to/kwiki
 $ vim plugins
 $ kwiki -update

DESCRIPTION

This module adds a Atom feed of recent changes to your Kwiki. It also adds an Atom icon to your toolbar.

AUTHOR

Steve Peters, <steve@fisharerojo.org>

BUGS

Please report any bugs or feature requests to bug-kwiki-recentchanges-atom@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

TODO

The documentation for XML::Atom::Feed doesn't suggest that it populates a lot of fields typical to an Atom feed. I need to investigate to see if that module creates a very simple feed or if there are a lot of undocumented methods.

ACKNOWLEDGEMENTS

James Peregrino's Kwiki::RecentChangesRSS helped this module along.

SEE ALSO

Kwiki, XML::Atom

COPYRIGHT & LICENSE

Copyright 2004-5 Steve Peters, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.