NAME

CMS::MediaWiki - Perl extension for managing MediaWiki pages

SYNOPSIS

  use CMS::MediaWiki;

  my $rmw = CMS::MediaWiki->new(
	host  => 'localhost',
	path  => 'wiki' ,
	debug => 0  # 0, 1 or 2
  );

DESCRIPTION

my $rc = $rmw->login( #host => 'localhost' , # optional here, but wins #path => 'wiki', # optional here, but wins

user => 'Reto' ,
pass => 'lanckp' ,
);

$rc = $rmw->editPage( title => 'Online_Directory:Computers:Software:Internet:Authoring' ,

section => '' ,	#  2 means edit second section etc.
                # '' means no section (edit the full page)

text    => "== foo bar ==\nbar foo\n\n",

summary => "Your Summary" ,
);

EXPORT

None by default.

SEE ALSO

http://www.infocopter.com/perl/modules/
http://www.infocopter.com/know-how/mediawiki/

AUTHOR

Reto Schär, <retoh@localdomain>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Reto Schär

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 255:

Non-ASCII character seen before =encoding in 'Schär,'. Assuming UTF-8