Wiki::Gateway presents an API for interaction 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); --------------- Right now, WikiGateway supports (i.e. knows how to talk to) the following wiki engines: * MoinMoin * UseMod * OddMuse Wiki::Gateway is part of a suite of related programs, including a command-line client, Python bindings, an Atom proxy server which can act as a proxy for a wiki, and an XML-RPC proxy server. See http://interwiki.sourceforge.net/cgi-bin/wiki.pl?WikiGateway for more information. To get help, email the WikiGateway users' mailing list: interwiki-wgateway-usr@lists.sourceforge.net. -- Bayle Shanks http://interwiki.sourceforge.net/