Wiki::Toolkit::Feed::Atom

Wiki::Toolkit::Feed::Atom is a Wiki::Toolkit plugin to output RecentChanges Atom.
Download

Wiki::Toolkit::Feed::Atom Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Earle Martin and the Wiki::Toolkit team
  • Publisher web site:
  • http://search.cpan.org/~dom/Wiki-Toolkit-0.75/lib/Wiki/Toolkit/Feed/Atom.pm

Wiki::Toolkit::Feed::Atom Tags


Wiki::Toolkit::Feed::Atom Description

Wiki::Toolkit::Feed::Atom is a Wiki::Toolkit plugin to output RecentChanges Atom. Wiki::Toolkit::Feed::Atom is a Wiki::Toolkit plugin to output RecentChanges Atom.This is an alternative access to the recent changes of a Wiki::Toolkit wiki. It outputs the Atom Syndication Format as described at http://www.atomenabled.org/developers/syndication/.This module is a straight port of Wiki::Toolkit::Feed::RSS.SYNOPSIS use Wiki::Toolkit; use Wiki::Toolkit::Feed::Atom; my $wiki = Wiki::Toolkit->new( ... ); # See perldoc Wiki::Toolkit # Set up the RSS feeder with the mandatory arguments - see # C below for more, optional, arguments. my $atom = Wiki::Toolkit::Feed::Atom->new( wiki => $wiki, site_name => 'My Wiki', site_url => 'http://example.com/', make_node_url => sub { my ($node_name, $version) = @_; return 'http://example.com/?id=' . uri_escape($node_name) . ';version=' . uri_escape($version); }, html_equiv_link => 'http://example.com/?RecentChanges', atom_link => 'http://example.com/?action=rc;format=atom', ); print "Content-type: application/atom+xmlnn"; print $atom->recent_changes;Requirements:· Perl Requirements: · Perl


Wiki::Toolkit::Feed::Atom Related Software