Difference between revisions of "Www-mediawiki-client"
Jump to navigation
Jump to search
(add urls, and explain how to get the package) |
(formatting changes) |
||
Line 1: | Line 1: | ||
i'm not so fond of using my web browser as an editor, so i looked for tools to | i'm not so fond of using my web browser as an editor, so i looked for tools to | ||
− | download wiki pages and edit them with my preferred editor. | + | download wiki pages and edit them with my preferred editor, [http://vim.org vim]. |
− | i grabbed [http://search.cpan.org/~markj/WWW-Mediawiki-Client-0.27/ | + | i grabbed [http://search.cpan.org/~markj/WWW-Mediawiki-Client-0.27/ WWW::Mediawiki::Client], and built a debian package out of it. |
− | WWW::Mediawiki::Client], and built a debian package out of it. | ||
you can apt-get it by putting in your /etc/apt/sources.list: | you can apt-get it by putting in your /etc/apt/sources.list: | ||
Line 9: | Line 8: | ||
deb http://sempai.fglan/~vagrant/debian unstable/ | deb http://sempai.fglan/~vagrant/debian unstable/ | ||
− | apt-get update | + | and then running: |
− | apt-get install libwww-mediawiki-client-perl | + | |
+ | apt-get update | ||
+ | |||
+ | apt-get install libwww-mediawiki-client-perl | ||
from the package description: | from the package description: |
Revision as of 09:58, 25 July 2005
i'm not so fond of using my web browser as an editor, so i looked for tools to download wiki pages and edit them with my preferred editor, vim.
i grabbed WWW::Mediawiki::Client, and built a debian package out of it.
you can apt-get it by putting in your /etc/apt/sources.list:
deb http://sempai.fglan/~vagrant/debian unstable/
and then running:
apt-get update
apt-get install libwww-mediawiki-client-perl
from the package description:
WWW::Mediawiki::Client provides a very simple cvs-like interface for Mediawiki driven WikiWiki websites, such as http://www.wikitravel.org%7CWikitravel or http://www.wikipedia.org%7CWikipedia. . the mvs command (formerly known as wix), mimics the two most basic cvs commands: update and commit with similarly named methods. Each of these has a shorter alias, as in cvs.