vote up 8 vote down star
1

Is there a Python module for converting wiki markup to other languages (e.g. HTML)?

A similar question was asked here, What's the easiest way to convert wiki markup to html, but no Python modules are mentioned.

Just curious. :) Cheers.

flag

4 Answers

vote up 3 vote down check

Django uses the following libraries for markup:

You can see how they're used in Django.

link|flag
vote up 2 vote down

You should look at a good parser for Creole syntax: creole.py. It can convert Creole (which is "a common wiki markup language to be used across different wikis") to HTML.

link|flag
vote up 5 vote down

mwlib provides ways of converting MediaWiki formatted text into HTML, PDF, DocBook and OpenOffice formats.


Image of how it works

link|flag
That, sir, is a truly awesome piece of software, and written in Python too. Thanks for making me aware of it. A big +1. – Dan Sep 30 '08 at 20:28
vote up -2 vote down

I am not sure of your exact application, but there is a great list here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.