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
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
January 22nd, 2008 at 6:13 pm
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).
February 1st, 2008 at 1:18 am
Great stuff Kumar,
thanks for the link!