psibi / mwuppet

Tool for managing Mediawiki UserScripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mwuppet is a Mediawiki Userscripts deploy tool. Use it to easily deploy your userscript bundles (JS/CSS/HTML) onto the wiki. Because copy pasting code into an edit box and hitting 'Save Page' sucks.

Installation:

(pip install | easy_install) python-mwuppet

How to Use:

mwuppet mediawiki_scriptname

mediawiki_scriptname: MediaWiki userscript that you want to deploy onto the wiki.

File Format:

The mediawiki_scriptname should be in the following format:

Page:User:Wiki_username:path

Example: page:User:Yuvipanda/wizard/wizard.js

Now according to the above example, the userscript wizard.js will be deployed to http://en.wikipedia.org/wiki/User:Yuvipanda/wizard/wizard.js

Note:

  1. Old user of mwuppet, make sure that you delete ~/.mwuppet and try the script.

About

Tool for managing Mediawiki UserScripts


Languages

Language:Python 100.0%