"structured text docs" stupid question
Hi all, I'd like to know if STXDocument 1. 2 by Tres Seaver still needs Renderable ZClass or if DC added it in the 2.3.0 version. ... or if there is something even newer about Structured text docs! Thanks! Michele
On Wed, 7 Mar 2001, Ruberl Michele wrote:
I'd like to know if STXDocument 1. 2 by Tres Seaver still needs Renderable ZClass or if DC added it in the 2.3.0 version. ... or if there is something even newer about Structured text docs!
My STX_Document product does *not* depend on Renderable; however, without adding Rendereable to the base class, STX_Documents can't be used as the 'index_html' of a folder. The README for STX_Document describes the process for modifying the class to allow this: http://www.zope.org/Members/tseaver/STX_Document/README Also, Michel Pelletier has a similar-sounding product, 'STXDocument', described in the StructuredText wiki: http://www.zope.org//Members/jim/StructuredTextWiki/STXDocument I don't know the status of this product, but am copying him so that he can point you to where it lives. Tres. -- =============================================================== Tres Seaver tseaver@digicool.com Digital Creations "Zope Dealers" http://www.zope.org
Hi. I am experiencing a problem ever since I moved our Wikis from a 2.2.0 instance to a 2.3.0 (now 2.3.1b2 but the problem persists) that maybe someone has already experienced (and solved). It's that simple: the Wikis have been moved from the root of a 2.2.0 instance into a folder called "wiki". They still work (more or less - some links are broken, but nothing wiki is broken) from there. From that folder they were .zexp'ed to the 2.3.0 instance and, when I try to get a specific page, I get the following error: Error Type: TypeError Error Value: unexpected keyword argument: client With the following stack dump: Traceback (innermost last): File /home/zope/intranet_12480/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /home/zope/intranet_12480/lib/python/ZPublisher/Publish.py, line 187, in publish File /home/zope/intranet_12480/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: Traversable) File /home/zope/intranet_12480/lib/python/ZPublisher/Publish.py, line 171, in publish File /home/zope/intranet_12480/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: FrontPage) File /home/zope/intranet_12480/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: FrontPage) File /home/zope/intranet_12480/lib/python/Products/ZWiki/ZWikiPage.py, line 192, in __call__ (Object: FrontPage) File /home/zope/intranet_12480/lib/python/OFS/DTMLMethod.py, line 189, in __call__ (Object: standard_wiki_header) File /home/zope/intranet_12480/lib/python/DocumentTemplate/DT_String.py, line 538, in __call__ (Object: standard_wiki_header) File /home/zope/intranet_12480/lib/python/DocumentTemplate/DT_Let.py, line 147, in render (Object: unframed="1") File /home/zope/intranet_12480/lib/python/DocumentTemplate/DT_With.py, line 146, in render (Object: this) File /home/zope/intranet_12480/lib/python/DocumentTemplate/DT_Util.py, line 334, in eval (Object: context(client=this(), REQUEST=REQUEST, with_siblings=0)) (Info: this) File <string>, line 0, in ? TypeError: (see above) Has anyone solved this one?
Hi - hopefully you got this solved, if not it looks to me like a problem in your custom standard_wiki_header ? <snip>
File /home/zope/intranet_12480/lib/python/DocumentTemplate/DT_String.py, line 538, in __call__ (Object: standard_wiki_header) File /home/zope/intranet_12480/lib/python/DocumentTemplate/DT_Let.py, line 147, in render (Object: unframed="1") File /home/zope/intranet_12480/lib/python/DocumentTemplate/DT_With.py, line 146, in render (Object: this) File /home/zope/intranet_12480/lib/python/DocumentTemplate/DT_Util.py, line 334, in eval (Object: context(client=this(), REQUEST=REQUEST, with_siblings=0)) (Info: this) File <string>, line 0, in ? TypeError: (see above)
Best regards -Simon
participants (4)
-
Ricardo Banffy -
Ruberl Michele -
Simon Michael -
Tres Seaver