I'm thinking of developing a wiki (to run under twisted) that uses
reST as its native format. Apart from the parser in MoinMoin, does
anyone know of any effort I'm duplicating?
John Kozak
On Fri, Nov 29, 2002 at 07:14:52PM +0000, John Kozak wrote:
> I'm thinking of developing a wiki (to run under twisted) that uses
> reST as its native format. Apart from the parser in MoinMoin, does
> anyone know of any effort I'm duplicating?
I have a rough abstract class at:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docutils/sandbox/ianb/wiki/WikiPage.py
It doesn't have a GUI (I've written very small ones with Webware and Spyce,
but I haven't uploaded them anywhere). It's pretty simple.
Ian