[Zope] ReStructuredText now in Zope
Richard Jones
rjones@ekit-inc.com
Thu, 15 Aug 2002 15:07:50 +1000
I've thrown together a Zope interface to the docutils project's
ReStructuredText format. It offers:
- through-the-web editing
- handling of errors (with control over the reporting level)
- FTP editing (with access to the config properties and errors)
- extraction of the document title from the text itself
- configuration of the stylesheet used
- source view
It's in the docutils sandbox CVS:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docutils/sandbox/richard/ZReST/
You'll need to install docutils too :)
Richard