Difference between revisions of "Mvs"

From Christoph's Personal Wiki
Jump to: navigation, search
 
Line 18: Line 18:
 
* [http://search.cpan.org/~markj/WWW-Mediawiki-Client-0.31/bin/mvs CPAN.org - mvs]
 
* [http://search.cpan.org/~markj/WWW-Mediawiki-Client-0.31/bin/mvs CPAN.org - mvs]
  
[[Category:Technical and Specialized Skills]]
 
 
[[Category:Linux Command Line Tools]]
 
[[Category:Linux Command Line Tools]]

Revision as of 06:54, 1 September 2006

The correct title of this article is mvs. The initial letter is capitalized due to technical restrictions.

mvs is a command line Mediawiki client.

Basic usage

  • login — Login to wiki:
% mvs login -d www.yoururl.com -u Bot -p "your_password" -w "/index.php"
  • up/update — Fetch one or more working files:
% mvs update Foo.wiki Bar.wiki
  • preview — Preview changes (does not commit anything):
% mvs preview -m "commit message" Foo.wiki
  • com/commit — Commit (upload) changes:
% mvs commit -m "commit message" Foo.wiki

External links