Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    Wiki::Gateway 0.001991

    Download button

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

    License / Price:

    Last Updated:

    Category:
    Bayle Shanks, L. M. Orchard and David Jacoby | More programs
    Perl Artistic License / FREE
    April 2nd, 2007, 20:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Wiki::Gateway description

    Wiki::Gateway is a Perl library for interacting with remote wikis.

    Wiki::Gateway is a Perl library for interacting with remote wikis.

    SYNOPSIS

    use Wiki::Gateway;

    $result = Wiki::Gateway::getPage('http://interwiki.sourceforge.net/cgi-bin/wiki.pl', $wiki_type, 'SandBox');

    $result = Wiki::Gateway::putPage('http://interwiki.sourceforge.net/cgi-bin/wiki.pl', $wiki_type, 'SandBox', $page_source_text);

    $timestamp = Wiki::Gateway::daysAgoToDate(1); $result = Wiki::Gateway::getRecentChanges('http://interwiki.sourceforge.net/cgi-bin/wiki.pl',$wiki_type, $timestamp);

    $result = Wiki::Gateway::getAllPages('http://interwiki.sourceforge.net/cgi-bin/wiki.pl',$wiki_type);

    # to check if there was an error, and to see what it was if so: if (Wiki::Gateway::getLastExceptionType()) { print Wiki::Gateway::getLastExceptionType() . "n"; }

    Wiki::Gateway allows you to interact with remote wikis. It presents a unified API for interfacing with a variety of different wiki engines. It allows you to read, to write, to get RecentChanges, and to get a list of all pages on the target wiki.

    Right now, WikiGateway supports (i.e. knows how to talk to) the following wiki engines:

    * MoinMoin
    $wiki_type = "moinmoin1"
    * UseMod version 1.0
    $wiki_type = "usemod1"
    * Some older UseMod versions (tested on .91)
    $wiki_type = "usemod1"
    * OddMuse
    $wiki_type = "oddmuse1"
    * Any wiki which provides the WikiRPCInterface2 XMLRPC interface
    $wiki_type = "xmlrpc2"

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    remote wiki | Perl module | Perl library | Wiki::Gateway | remote | wiki

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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