Kevin Kleinfelter
Can be reached via email at: moinmaster (at) kleinfelter -dot- com
Kevin has written a setup script for MoinMoin 1.3.1 on Linux with Apache2. The setup script handles all those things in between setup.py and having a working Wiki. It does setup for CGI and mod_python. It creates new instances. (It slices! It dices! Act now and you get the amazing Ginzu knives at no extra charge! [Old American TV commercial.])
Kevin has also hacked together a Textile parser for MoinMoin. It uses the PyTextile package to do the heavy lifting.
Messages to me
Hi Kevin,
on #moin we discussed your textil.py parser today. Maybe you want to add your name, (c) and license information to it, like:
# -*- coding: iso-8859-1 -*- """ MoinMoin - <short description> <what this stuff does ... - verbose enough> @copyright: 2007 MoinMoin:YourNameHere @license: GNU GPL, see COPYING for details. """
See MoinMoin/_template.py - our standard header.