Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Perl Modules

    Wiki::Toolkit::Feed::RSS 0.75

    Download button

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

    License / Price:

    Last Updated:

    Category:
    The Wiki::Toolkit team | More programs
    Perl Artistic License / FREE
    June 17th, 2008, 15:13 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Wiki::Toolkit::Feed::RSS description

    Wiki::Toolkit::Feed::RSS is a Perl module that can output RecentChanges RSS for Wiki::Toolkit.

    Wiki::Toolkit::Feed::RSS is a Perl module that can output RecentChanges RSS for Wiki::Toolkit.

    SYNOPSIS

    use Wiki::Toolkit;
    use Wiki::Toolkit::Feed::RSS;

    my $wiki = CGI::Wiki->new( ... ); # See perldoc Wiki::Toolkit

    # Set up the RSS feeder with the mandatory arguments - see
    # C below for more, optional, arguments.
    my $rss = Wiki::Toolkit::Feed::RSS->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',
    encoding => 'UTF-8'
    );

    print "Content-type: application/xmlnn";
    print $rss->recent_changes;

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Wiki toolkit | RSS feed | Perl module | Wiki::Toolkit | RSS | feed



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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