Convert rst files to wiki markup used by Google Code Hosting

Just a small script I got from python-nose.googlecode.com and modified to fix a strange NoneType bug: rst2wiki.py. All thanks to Jason H. Pellerin for this great script! Use it like this:

$ python rst2wiki.py < my_document.txt > my_document.wiki
28 November 2007 — Django

2 Responses to “Convert rst files to wiki markup used by Google Code Hosting”

  1. Kumar McMillan Says:

    I was inspired by Jason’s script and also some work in docutils that Ian Bicking and Matthew Gilbert did to make an actual module for this.

    It’s called wikir and lives here: http://code.google.com/p/wikir/

    I’m hoping to add soon the feature that nose uses which is to automatically commit the wiki files (and thus publish to Google Code).

  2. Jannis Leidel Says:

    Great stuff Kumar,

    thanks for the link!

Leave a Reply