The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Trac::RPC::Wiki

VERSION

version 1.0.0

NAME

Trac::RPC::Wiki - access to Trac Wiki methods via Trac XML-RPC Plugin

GENERAL FUNCTIONS

get_page

Get: 1) $self 2) scalar with page name

Return: 1) scalar with page content

put_page

Get: 1) $self 2) scalar with page name 3) scalar with page content

Return: -

get_all_pages

Get: 1) $self

Return: 1) ref to the array with list of all wiki pages

AUTHOR

Ivan Bessarabov <ivan@bessarabov.ru>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Ivan Bessarabov.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.