This is a first attempt at ReStructured Text.
Just getting docutils installed on the server was a bit of a chore.
I had to:
- copy docutils-xxx.tgz to the server and untar it
- install with --install-purelib set to pyblosxom homedir
- include rst as a plugin (config.py)
- run ./blog in the cgi-bin directory to test it
The effort was worth the work however, as now I'm able to post .rst entries, and have them be parsed by this most intelligent parser.