Mailto.py

From MythTV Official Wiki
Revision as of 03:56, 22 March 2007 by T0ny (talk | contribs)

Jump to: navigation, search

Important.png Note: The correct title of this article is mailto.py. It appears incorrectly here due to technical restrictions.


This is a pywikipedia script, developed to support maintenance of this site.

Several user pages have email links on them. Mediawiki supports the mailto: type designator. However, many of the entries, due to MoinMoin's style, have spaces in them. This script cleans up the mail links, and make them operable again.

Source code

Template:Box File

How to run it

To run the script, it needs no arguments.

% python mailto.py

It will search all pages, and where it sees: mailto:(foo at bar), it will replace it with mailto:foo_at_bar.