Re: [Zope-dev] ZopeBug: No Last-Modified for misc_/.../*.gif objects!!!!

2000-11-16 Thread The Doctor What
* Dieter Maurer ([EMAIL PROTECTED]) [001116 16:17]: > The Doctor What writes: > > I was looking at the cacheability of my website in zope, and saw > > that the misc_/OFSP/*.gif images (as in the icon objects) are > > NOT cacheable because they don't return *any* date info. If they > > *at le

Re: [Zope-dev] Two glaring omissions

2000-11-16 Thread Tres Seaver
Toby Dickenson <[EMAIL PROTECTED]> wrote: > On Tue, 14 Nov 2000 15:39:59 -0500, Shane Hathaway > <[EMAIL PROTECTED]> wrote: > > >> 2. The ability to rename properties after instances of the classes have > >>been created (and have the data in those fields preserved) > > > >This is also more d

Re: [Zope-dev] zope and os/2

2000-11-16 Thread Tres Seaver
"Paulo Dias" <[EMAIL PROTECTED]> wrote: > > hi/2 all... > > I'm new to this list, and i'm trying to port zope to os/2 to provide > the os/2 community with such a fine program:) > > well, i installed the emx/gcc package and put python for os/2 1.5.2 up > and running, and then picked up the zope

[Zope-dev] the Parsed XML project

2000-11-16 Thread Karl Anderson
The Parsed XML project is now public and ready for input. Parsed XML is the successor to XMLDocument. We have a wiki at . [EMAIL PROTECTED] is also a good place for discussion at this time. -- Karl Anderson [EMAIL

Re: [Zope-dev] ZopeBug: No Last-Modified for misc_/.../*.gif objects!!!!

2000-11-16 Thread Dieter Maurer
The Doctor What writes: > I was looking at the cacheability of my website in zope, and saw > that the misc_/OFSP/*.gif images (as in the icon objects) are > NOT cacheable because they don't return *any* date info. If they > *at least* returned a Last Modified, they'd be cacheable. My browser

Re: [Zope-dev] How do I create folders/methods etc. within the code?

2000-11-16 Thread Rik Hoekstra
Some additions: > > > 2. To create folders, mthods etc in the code. I have found some functions > > manage_addDTMLMethod, manage_addFolder, but how do I use them? > > well look at their signature in the code eg: > > self.manage_addFolder(id='Testing') The Zope Help system that comes with your Zop

Re: [Zope-dev] How do I create folders/methods etc. within the code?

2000-11-16 Thread Andy McKay
> 1. To run python scripts written as dtml methods. Do I simply use > dtml-call from another dtml document/method? Many options, but one is make your python an external method and then yes use call to actually call it. > 2. To create folders, mthods etc in the code. I have found some functions >

[Zope-dev] How do I create folders/methods etc. within the code?

2000-11-16 Thread Espen Sorbye Frederiksen
I am a very novice zope/python user that needs to become an expert as soon as possible, since my whole dissertaion is based on Zope/Python. I have read all documentation availible on the zope.org site but can't find the answer to the following... 1. To run python scripts written as dtml methods.

Re: [Zope-dev] License issues

2000-11-16 Thread Simon Michael
Simon Michael <[EMAIL PROTECTED]> writes: > Or, if someone wants to distribute something which includes zope and > one or more GPL products. I mean, eg, you want to distribute your end-user package Easy Portal Creator 2000, based on zope/ptk/squishdot/zwiki. _

Re: [Zope-dev] Folders w/Customizer Support

2000-11-16 Thread Phillip J. Eby
At 02:46 PM 11/16/00 +, Chris Withers wrote: > >To put it another way, could you have a FwCS that provided soem >properties and let another FwCS further up the acquisition tree supply >the rest? Nope. But there's nothing stopping you from writing a new version of the "link to parent provider

Re: [Zope-dev] CVS and Zope methods

2000-11-16 Thread Robin Becker
In article , Robin Becker <[EMAIL PROTECTED]> writes >In article <[EMAIL PROTECTED]>, Steve Spicklemire ><[EMAIL PROTECTED]> writes >> >>Hi Robin, >> >> You can FTP to the 'methods' tab of your ZClass using: >> >>ftp://name@server:xx21/Control_Panel/Products/YourProd

Re: [Zope-dev] strange FTP bug

2000-11-16 Thread Robin Becker
In article <[EMAIL PROTECTED]>, Ender <[EMAIL PROTECTED]> writes >Robin Becker wrote: >> >> I'm using python's ftplib to automate transfer of my dtml methods back >> and forth into my ZClasses >> >> I seem to be unable to GET a method called 'filtered_meta_types' >> from >> >> /Control_Panel/Pr

Re: [Zope-dev] strange FTP bug

2000-11-16 Thread Ender
Robin Becker wrote: > > I'm using python's ftplib to automate transfer of my dtml methods back > and forth into my ZClasses > > I seem to be unable to GET a method called 'filtered_meta_types' > from > > /Control_Panel/Procucts/myProduct/myZClass/propertysheets/methods > > I get instead a perm

Re: [Zope-dev] CVS and Zope methods

2000-11-16 Thread Robin Becker
In article <[EMAIL PROTECTED]>, Steve Spicklemire <[EMAIL PROTECTED]> writes > >Hi Robin, > > You can FTP to the 'methods' tab of your ZClass using: > >ftp://name@server:xx21/Control_Panel/Products/YourProductFolder/YourZClass/prope >rtysheets/methods > >-steve > ... yes I found that out althoug

[Zope-dev] strange FTP bug

2000-11-16 Thread Robin Becker
I'm using python's ftplib to automate transfer of my dtml methods back and forth into my ZClasses I seem to be unable to GET a method called 'filtered_meta_types' from /Control_Panel/Procucts/myProduct/myZClass/propertysheets/methods I get instead a permissions error 550. I get the same transfe

[Zope-dev] Folders w/Customizer Support

2000-11-16 Thread Chris Withers
If a FwCS, supports a meta_type, does that mean it has to provide everything for DataSkins of that meta_type? To put it another way, could you have a FwCS that provided soem properties and let another FwCS further up the acquisition tree supply the rest? cheers, Chris _

Re: [Zope-dev] CVS and Zope methods

2000-11-16 Thread Steve Spicklemire
Hi Robin, You can FTP to the 'methods' tab of your ZClass using: ftp://name@server:xx21/Control_Panel/Products/YourProductFolder/YourZClass/propertysheets/methods -steve > "Robin" == Robin Becker <[EMAIL PROTECTED]> writes: Robin> On the same kind of note I find that while the cod

Re: [Zope-dev] CVS and Zope methods

2000-11-16 Thread Steve Spicklemire
Hi Petr, If you're running on something unixy.. you could use ZCVSMixin... -steve > "PK" == Petr Knapek <[EMAIL PROTECTED]> writes: PK> Hi Zopists, I am working on a Zope project and we decided to PK> store source code in CVS. With python Zope products there is PK> no problem

Re: [Zope-dev] Two glaring omissions

2000-11-16 Thread Toby Dickenson
On Tue, 14 Nov 2000 15:39:59 -0500, Shane Hathaway <[EMAIL PROTECTED]> wrote: >> 2. The ability to rename properties after instances of the classes have >>been created (and have the data in those fields preserved) > >This is also more difficult than it sounds. You'd have to either scan >thro

Re: [Zope-dev] License issues

2000-11-16 Thread Juan David Ibáñez Palomar
> > On Tue, 14 Nov 2000 09:48:20 +0100 (MET), [EMAIL PROTECTED] (Juan > David Ibáñez Palomar) wrote: > > > it's illegal to distribute GPL code together > >with [ZPL] code > > I dont see this as an issue for Zope (taken as a whole). There is no > problem with other developers releasing GPL produ

Re: [Zope-dev] License issues

2000-11-16 Thread Juan David Ibáñez Palomar
> > In article <[EMAIL PROTECTED]>, > Jimmie Houchin <[EMAIL PROTECTED]> wrote: > > The GPL would protect DC from predatory competitors. It would also allow > > for Zope's adoption in certain environments. I also believe some people > > And prevent it in others. > > > would relicense their pro

Re: [Zope-dev] CVS and Zope methods

2000-11-16 Thread Robin Becker
In article <[EMAIL PROTECTED]>, Petr Knapek <[EMAIL PROTECTED]> writes >Hi Zopists, >I am working on a Zope project and we decided to store source code in >CVS. With python Zope products there is no problem. The work with CVS >is very comfortable but I do not know how to make comfortable also the

[Zope-dev] CVS and Zope methods

2000-11-16 Thread Petr Knapek
Hi Zopists, I am working on a Zope project and we decided to store source code in CVS. With python Zope products there is no problem. The work with CVS is very comfortable but I do not know how to make comfortable also the working with Zope methods which we would like have them in CVS also in pla