Wiki::Gateway

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

Wiki::Gateway Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Bayle Shanks, L. M. Orchard and David Jacoby
  • Publisher web site:
  • http://search.cpan.org/~bshanks/Wiki-Gateway-0.001991/lib/Wiki/Gateway.pm

Wiki::Gateway Tags


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.SYNOPSISuse Wiki::Gateway;$result = Wiki::Gateway::getPage('', $wiki_type, 'SandBox');$result = Wiki::Gateway::putPage('', $wiki_type, 'SandBox', $page_source_text);$timestamp = Wiki::Gateway::daysAgoToDate(1); $result = Wiki::Gateway::getRecentChanges('',$wiki_type, $timestamp);$result = Wiki::Gateway::getAllPages('',$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" Requirements: · Perl


Wiki::Gateway Related Software