[Zope3-dev] Status of reST

Jeffrey P Shell jeffrey@cuemedia.com
Mon, 14 Apr 2003 14:17:44 -0600


On Sunday, April 13, 2003, at 12:05  PM, Andreas Jung wrote:

>
>
> --On Sonntag, 13. April 2003 13:57 Uhr -0400 Stephan Richter  
> <stephan.richter@tufts.edu> wrote:
>>
>>> Docutils is flexible
>>> enough to allow custom components (readers, writers, whatever)  
>>> outside
>>> of the docutils tree (I don't know why Andreas put 'html4zope' in the
>>> Zope 2.7 'lib/python/docutils/writers' directory - that does make
>>> updates hard).
>>
>
> I think David Goodger included the html4zope writer in the docutils  
> CVS.

Nope, it's not there:

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docutils/docutils/ 
docutils/writers/

I did, however, notice a use of os.environ in html4zope in the Zope  
HEAD.  Shouldn't that be updated to use ZConfig?

default_level = int(os.environ.get('STX_DEFAULT_LEVEL', 3))