XML::Atom::SimpleFeed

XML::Atom::SimpleFeed is a Perl module with no-fuss generation of Atom syndication feeds.
Download

XML::Atom::SimpleFeed Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Aristotle Pagaltzis
  • Publisher web site:
  • http://search.cpan.org/~aristotle/Sub-ArgShortcut-1.01/lib/Sub/ArgShortcut.pm

XML::Atom::SimpleFeed Tags


XML::Atom::SimpleFeed Description

XML::Atom::SimpleFeed is a Perl module with no-fuss generation of Atom syndication feeds. XML::Atom::SimpleFeed is a Perl module with no-fuss generation of Atom syndication feeds.SYNOPSIS use XML::Atom::SimpleFeed; my $feed = XML::Atom::SimpleFeed->new( title => 'Example Feed', link => 'http://example.org/', link => { rel => 'self', href => 'http://example.org/atom', }, updated => '2003-12-13T18:30:02Z', author => 'John Doe', id => 'urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6', ); $feed->add_entry( title => 'Atom-Powered Robots Run Amok', link => 'http://example.org/2003/12/13/atom03', id => 'urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a', summary => 'Some text.', updated => '2003-12-13T18:30:02Z', category => 'Atom', category => 'Miscellaneous', ); $feed->print;This module provides a minimal API for generating Atom syndication feeds quickly and easily. It supports all aspects of the Atom format, but it has no provisions for generating feeds with extension elements.You can supply strings for most things, and the module will provide useful defaults. When you want more control, you can provide data structures, as documented, to specify more particulars. Requirements: · Perl


XML::Atom::SimpleFeed Related Software