Re: [Zope] Permissions, files and folders
(Tue, Apr 18, 2006 at 12:00:12PM -0400) zope-request@zope.org wrote/schrieb/egrapse:
From: "Erik Billing" <erik@ekhagen.org> Thank you, that worked nicely. But I was unable to call the LazyFilter from the DTML document, I figure I have to import the ZTUtils module first. Is there a special DTML-tag to do import?
By the way? Is there some obvious documentation about the different modules that I have missed? As I mentioned in an earlier letter I'm new to Zope and I find it very hard to get an overview of all the different modules
If you are new to Zope you should drop DTML like a hot potatoe and start doing your logic in python and your presentation in ZPT -- strictly parted. Also don't bother too much with implementing stuff with TTW means ("through the web" - the stuff you do from the ZMI). Better start doing filesystem python products. Read for example http://zopewiki.org/ZopeStarter - including the link to the "new" tutorial from upfrontsystems. The ZopeStarter page is a 5 minute read, but has good pointers to stuff that will get you started in the right directioin. Regards, Sascha
This is what they should put on the documentation page on zope.org instead of a link to the zope book, thank your very much for telling me! /Erik On 4/19/06, Sascha Welter <zopelist@betabug.ch> wrote:
(Tue, Apr 18, 2006 at 12:00:12PM -0400) zope-request@zope.orgwrote/schrieb/egrapse:
From: "Erik Billing" <erik@ekhagen.org> Thank you, that worked nicely. But I was unable to call the LazyFilter from the DTML document, I figure I have to import the ZTUtils module first. Is there a special DTML-tag to do import?
By the way? Is there some obvious documentation about the different modules that I have missed? As I mentioned in an earlier letter I'm new to Zope and I find it very hard to get an overview of all the different modules
If you are new to Zope you should drop DTML like a hot potatoe and start doing your logic in python and your presentation in ZPT -- strictly parted.
Also don't bother too much with implementing stuff with TTW means ("through the web" - the stuff you do from the ZMI). Better start doing filesystem python products. Read for example http://zopewiki.org/ZopeStarter - including the link to the "new" tutorial from upfrontsystems.
The ZopeStarter page is a 5 minute read, but has good pointers to stuff that will get you started in the right directioin.
Regards,
Sascha
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Erik Billing -
Sascha Welter