10 Mar
2004
10 Mar
'04
1:30 a.m.
S. D. wrote:
Since the ZWiki.Org site appears to be down, maybe someone here can help me.
We're alive again..
I could dispense with the email output entirely if there was a simple way to route this info through Zope.
Yes, if all this is one the same zope server just talk to the wiki page directly. Several methods in Editing.py should be helpful, you will probably use edit. Eg something like:: dtml-call "wikifolder.ExistingPage.edit(page='NewPage', text=reporttext, REQUEST=REQUEST)' Regards -Simon