15 Aug
2002
15 Aug
'02
5:07 a.m.
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/ZReS... You'll need to install docutils too :) Richard