Farm Development

Converting ReStructuredText to Wiki syntax

posted in Python by kumar on Friday Dec 21st, 2007 at 12:45p.m.

I just released a little package called wikir that attempts to convert reStructuredText to Wiki syntax.

Why? Mostly because I have a lot of projects hosted on Google Code and reStructuredText is my documentation weapon of choice. It's also widely supported in the Python world, The Cheeseshop, pydoctor, etc.

The 0.1 release has some very basic things working. Next I hope to add an entry_point that can list modules and their respective wiki files for the publish_wiki command and have that hook into the standard wiki directory of a Google Code repository.

Note: HTML tags will be stripped. Hit enter twice for a new paragraph.

Recent Projects

  • fixture

    Python module for loading and referencing test data.

  • pypione

    A mirror of PyPi running on Google App Engine

  • Wikir

    converts reStructuredText documents to various Wiki formats.