Softpedia
 


LINUX CATEGORIES:



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

    Wiki::Toolkit::Feed::Atom 0.75

    Download button

    No screenshots available
    Downloads: 306  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.0/5)
    2 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Earle Martin and the Wiki::Toolkit team | More programs
    Perl Artistic License / FREE
    July 6th, 2008, 15:04 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    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



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Wiki::Toolkit plugin | RecentChanges Atom | Perl module | Wiki::Toolkit | plugin | RecentChanges

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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