Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    XML::Atom::SimpleFeed 0.86

    Download button

    No screenshots available
    Downloads: 309  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Aristotle Pagaltzis | More programs
    Perl Artistic License / FREE
    January 11th, 2007, 22:53 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    XML::Atom::SimpleFeed description

    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.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Atom syndication | Atom generation | Perl module | module | Atom | syndication

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM