RE: [Zope-dev] RE: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Steve Drees
It's most likely IE 'helping' out and ungzipping on the fly. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Jerome Alet > Sent: Monday, April 29, 2002 8:18 AM > To: Roel Van den Bergh > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [Zope-dev]

RE: [Zope-dev] PHP vs Zope cost benefit

2002-04-23 Thread Steve Drees
> Plus the over head of running Zope instances is greater than > PHP scripts. Is this really ture for anything non-trivial? ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML en

RE: [Zope-dev] Re: User Groups

2001-12-17 Thread Steve Drees
> >> A role is essentially a group. > > > >I think the general consensus is that a role is not essentially > a group although > >the two can be easily confused ;-) > > If you have a role, you're in a group - the group > of all people with that role. > > My apologies for having included the worl

[Zope-dev] RE: [Zope] Inserting file in ZODB

2001-11-28 Thread Steve Drees
> I want to insert a file from my “normal” file system into the ZODB > database. I have collected the path from a form-field “file”. > The file that needs inserting must be placed in a certain folder inside > Zope, and gets a title that I base upon a certain number. > > How can I – using DTML – i