WWW-Mediawiki-Client
view release on metacpan or search on metacpan
Specifies a username for C<mvs login>.
=head2 -p "<password>"
Specifies a password for C<mvs login>.
=head2 -l "<language_code>"
The language code the wiki server uses to differentiate between language
versions.
=head2 -m "<your message>"
A commit message for C<mvs commit>. Use this to explain the nature of your
changes.
=head2 -s "<your message>"
Same as C<-m>
=head2 --minor <yes|no|default>
Choose whether to mark change as a minor edit. The default is to mark
changes as minor if the Mediawiki user profile is set to do so by
default. Use this when committing a change with C<mvs commit> or
previewing with C<mvs preview>.
=head2 -M
Same as C<--minor yes>.
=head2 --watch <yes|no|keep|default>
Choose whether to add the edited page to your watchlist. Specifying
C<keep> will maintain the current watched status. The default is to
watch the page if it is already being watched, or if the Mediawiki
user profile is set to do so by default. Use this when committing a
change with C<mvs commit> or previewing with C<mvs preview>.
=head2 -W
Same as C<--watch yes>.
=head2 -w "<wiki path>"
The path on the given C<host> to the Mediawiki script. This defaults to
I<wiki/wiki.phtml> which is correct for a vanilla install of Mediawiki
1.4.x.
=head2 -v
Verbose. If this is set C<mvs> will give you lots of extra information
about what it's doing. The -q flag overrides this.
=head1 ENVIRONMENTAL VARIABLES
=head2 MVS_BROWSER
The browser you prefer to use for previewing changes.
=head2 HTTP_PROXY
A proxy server to use (if any), expressed as a standard URL, something like
this:
export HTTP_PROXY=http://[username:password@]proxy.myorg.org:8080
=head1 CAVEATS
This is an early version of this program. Future versions may have major
differences which will effect your ability to use them interchangeably with
this one. In particular the initial "command" arguments may become
options and the handling of conflicts might change dramatically.
=head1 BUGS
Please submit bug reports to the CPAN bug tracker at
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Mediawiki-Client>.
=head1 DISCUSSION
There is a discussion list. You can subscribe or read the archives at:
L<http://www.geekhive.net/cgi-bin/mailman/listinfo/www-mediawiki-client-l>
=head1 SEE ALSO
=head2 Mediawiki
L<http://www.wikimedia.org|Mediawiki>
=head2 CVS
L<http://www.cvs.org|The CVS home page>
=head1 AUTHORS
=item Mark Jaroski <mark@geekhive.net>
=item Bernhard Kaindl <bkaindl@ffii.org>
Improved error and usage messages.
=item Oleg Alexandrov <aoleg@math.ucla.edu>, Thomas Widmann <twid@bibulus.org>
Bug reports and feedback.
=item Adrian Irving-Beer <wisq@wisq.net>
Preview support, export support for multi-page update, more 'minor'
and 'watch' settings, and bug reports.
=head1 COPYRIGHT
© Copyright 2004-2005, Mark Jaroski
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
( run in 1.171 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )