-----Original Message----- From: Stephan Richter [mailto:SRichter@ixl.com] Sent: Tuesday, August 03, 1999 4:29 PM To: zope@zope.org Subject: RE: [Zope] Zope and Editors
My question: I was just reading the Zope manual and read about Sessions. I know the manual is written for Zope 1.10 and I have Zope 2.0 Beta 1, but I could not find the Session options. I personally believe they are very valuable.
What were sessions are now called versions. Somehow the docs got reverted.
Another question: Can I give different permissions to edit information and publish them. For example, iXL has many clients that want to use Content Management. But before any content from any department gets finally published a web editor must read it and approve the content (grammar and spelling ...). Does Zope's permissions are able to do this?
This is an application workflow requirement you would need to design into Zope yourself, Zope can't make any assumptions about workflow, otherwise it would be to inflexible and probably nearly useless for specific application requirements. -Michel