Jump to content

User:Tuju

From mediawiki.org

Python conversion of Mediawiki has been brought up on the IRC channel at least twice in the past years. Currently the Mediawiki code has been written in PHP the scripting language that is solely used in web environments and is basically a template language (text where code parts are escaped). Because it's not a generic purpose language like Perl or Python, there are fewer potential contributors who can easily contribute to the Mediawiki project in an ad hoc manner. Some command line maintenance tools have already been written in Python from very early on and it shows that where PHP is not mandatory, there exists a will to use something else and it has been a popular Python language.

Purpose of this page is to collect information what it would require to convert Mediawiki to Python for good - not to maintain two parallel codebases. There are probably more reasons and will not to do it, but it doesn't stop us studying the subject and killing the idea systematically in a true analytic wiki style. Maybe we all can learn something about this study, how it would / could be done.

Existing Python code[edit]

Web framework[edit]

List of potential web frameworks:

Database[edit]

Python libraries/modules for conversion[edit]

Parsers[edit]


See also[edit]

External links[edit]