Log in or register to vote.

textwiki

Python Text Wiki Parser

Text Wiki Parser

General Wiki Parser. This is the wiki parser used by SahrisWiki
but can also be used in general. It takes a set of rules
and applies them to the input text producing various output.

The default set of rules is for SahrisWiki and the default
output formats supported are:
* Plain Text
* XHTML

Attributions:
Many thanks go to Paul M. Jones, pmjones at ciaweb dot net
who created the Text_Wiki parser in PHP. This is (or was)
a direct port of his work to Python.

0