Re: [Zope] Should I use ZODB or not ?

2000-09-20 Thread Jerome Alet
On Tue, 19 Sep 2000, Jason Cunliffe wrote: > I am curious how do you all think LocalFS would perform for such a big > multimedia application.? > http://www.zope.org/Members/jfarr/Products/LocalFS > > Use Zope for managing meta-data, or mayeb even better Zope + a fast DB tool > for the metadata p

[Zope] Last modified - including contents?

2000-09-20 Thread Marcin Kasperski
Two questions related to presenting 'last modified at ...' message on HTML page. 1) I have some pages (for instance my website news page or some indexes) which are dynamically build from another pages (usually via dtml-in - reading elements of some type from some folder). Does there exist any ea

[Zope] FSF about Zope and GPL'ed components

2000-09-20 Thread Nils Kassube
== Forwarded Message == Date: 19.09.2000 16:57 Uhr Received: 19.09.2000 22:58 Uhr From: [EMAIL PROTECTED] (Free Software Foundation) To: [EMAIL PROTECTED] (Nils Kassube) Nils Kassube wrote: > If I use a GPL'ed component in a complex object oriented environment > like Zope, does this mean

[Zope] SQL

2000-09-20 Thread Tom Deprez
Hi, Somebody experience with a parent code table and how to implement it in Zope (with dtml-tree)? Or is a PArent-Code table not SQL-like and is there a better solution? eg : Parent Code Description 0 0 MasterNode 0 1 Child1 of MasterNode 0 2 Child2 of MasterNode 1

Re: [Zope] Folderish DTML Document

2000-09-20 Thread Toby Dickenson
On Tue, 19 Sep 2000 17:19:01 -0700, "Andy McKay" <[EMAIL PROTECTED]> wrote: Whats wrong with a folder that contains an index_html DTMLMethod? >Am I totally off my head or is it possible to make a Folderish DTML >Document. I had a thread on zope-dev got no response. I know Chris Withers >thinks e

[Zope] Catalog Searching

2000-09-20 Thread Chris Withers
Maik Roeder wrote: > > Show stuff in Catalog here. > That doesn't take advantage of the Catalog's lazy searching, AFAIK, and on a site with a lot of content that could be bad. cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.

[Zope] Workflow, Python and Zope

2000-09-20 Thread administrator
Here I just repost a statement from Michael ([EMAIL PROTECTED]) concerning his workflow product (http://www.vivtek.com/wftk.html, Open-source workflow toolkit). Maybe it's useful for some further developments. Best regards Arno Gross, [EMAIL PROTECTED] > Re: Workflow, Python and Zope > Posted

[Zope] Newbie Question: File upload in from my own Product

2000-09-20 Thread Dicken, Peer
Hi, I´m new to Zope ;) I´m currently composing a set of products for my website and have a little problem now: I need to make a Product that makes it possible to upload a file, well, basically a tuned "FILE" object. I need to add a description. Is it right to add the FILE object in my ZClass, or

[Zope] PTK, INTSANCE_HOME

2000-09-20 Thread Chris Withers
Richard Moon wrote: > Agree completely. I was very disappointed when saw the latest release of > the PTK needs a compilation of a C program. That's a real backward step. That's not or shouldn't be the case. By 'C program', I presume you mean the dynpersist module requried my LoginManager: 1. Log

[Zope] ZDebug is disturbing ;-)

2000-09-20 Thread Chris Withers
Dieter Maurer wrote: > Although I am very curious how ZDebug is able to disturb > "sendmail". ZDebug also disturbs the PTK ;-) cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HT

Re: [Zope] Folderish DTML Document

2000-09-20 Thread Chris Withers
Andy McKay wrote: > Well here's my proclamation. It cant be done... See Toby's comment ;-) If you want to be able to do then you need to subclass Folder and give it a __str__ or __call__ method. I'd love to know what the difference is between these and which one you should implement in a situa

[Zope] How do I connect to a db from a PythonMethod?

2000-09-20 Thread Bill Welch
I have this in an ExternalMethod and it works fine: import MySQLdb conn = MySQLdb.Connection(user='', passwd='y', db='zzz') In a PythonMethod, it fails because of the import restriction. What's the easiest way to get around this. I'm not getting anything out of the documentation in P

[Zope] acl_users.manage_users and RESPONSE.redirect

2000-09-20 Thread Chris Jenson
I am using the following code (adding to acl_users folder with manage_users) to do user self registration after some initial authentication using Zope authentication and a common login/passwd. It works fine if things are as they should be, but when things go south, password and confirm not equal,

Re: [Zope] ZDebug is disturbing ;-)

2000-09-20 Thread Shane Hathaway
Chris Withers wrote: > > Dieter Maurer wrote: > > Although I am very curious how ZDebug is able to disturb > > "sendmail". > > ZDebug also disturbs the PTK ;-) Hey, what do you expect? :-) It's another of my experimental "gorilla patches". However, I have found and squashed a few bugs. Make

Re: [Zope] ZDebug is disturbing ;-)

2000-09-20 Thread Shane Hathaway
On Wed, 20 Sep 2000, Chris Withers wrote: > Does that work with the PTK from CVS? I found the one I had broke all > the wizards. Also, there was that bit of non-functionality I mentioned > on zope-dev... hmmm... lemme go find that post... The problem was with . ZDebug broke it. ZDebug still has

[Zope] A strange difference between DTMLDocument versus DTMLMethod Zope 2.2.2

2000-09-20 Thread cuiod-tec Jens Gelhaar
The following few lines have a different result, when I execute it within an DTMLDocument or DTMLMethod. The DTMLMethod result looks like it should be, but within a DTMLDocument the result is empty. When I modify the tag slightly, then it works to I does not seem to me consistent. Is

Re: [Zope] SQL

2000-09-20 Thread Stephan Richter
At 02:14 PM 9/20/00 +0200, Tom Deprez wrote: >Hi, > >Somebody experience with a parent code table and how to implement it in >Zope (with dtml-tree)? >Or is a PArent-Code table not SQL-like and is there a better solution? No, it is a good solution. I used it many times for threaded message boards

Re: [Zope] FSF about Zope and GPL'ed components

2000-09-20 Thread Erik Enge
[Nils Kassube] | From: [EMAIL PROTECTED] (Free Software Foundation) [Bradley M. Kuhn] | | It sounds like you are building software that combines Zope and | GPL'ed software to form a single, larger program. In this case, the | whole larger program falls under the terms of the GPL. I don't exact

[Zope] MetaPublisher now works with Zope 2.2.x

2000-09-20 Thread Mark Pratt
hi, just wanted to announce that we have a new version of MetaPublisher out (1.0.2) which works with Zope 2.2.x. regards, mark -- mark pratt (managing director) [EMAIL PROTECTED] beehive elektronische medien GmbH http:/

Re: [Zope] Folderish DTML Document

2000-09-20 Thread Andy McKay
Sure it works but Im creating 2 objects a folder and a index_html for every one occurence. Im doubling my database for every object. Ugh! - Original Message - From: "Toby Dickenson" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September

Re: [Zope] FSF about Zope and GPL'ed components

2000-09-20 Thread jpenny
Let me ask a more precise question. Zope is not released under GPL. Joe repleases a component which can be used with Zope under GPL license. Zope.org makes it available for download, but in no way incorporates it into their base system. (I.e., it is available for integration by an end user). J

Re: [Zope] Folderish DTML Document

2000-09-20 Thread Andy McKay
> Andy McKay wrote: > > Well here's my proclamation. It cant be done... > > See Toby's comment ;-) > > If you want to be able to do then you need > to subclass Folder and give it a __str__ or __call__ method. I'd love to > know what the difference is between these and which one you should > imple

[Zope] Re: How best to restart Zope?

2000-09-20 Thread Nathalie Bernier
Hi, I've read all answers about the problem and I'd like to know if there's a big difference between : this solution : "Edit your "start" shell script and add -Z to z2.py command line." and this one :" Put this in your 'start' script : -Z /home/local/zope/var/Z2.pid " ? Is the path very

Re: [Zope] FSF about Zope and GPL'ed components

2000-09-20 Thread Jerome ALET
On Wed, Sep 20, 2000 at 01:05:04PM -0400, [EMAIL PROTECTED] wrote: > Joan uses Zope with Joe's component (Product in Zope parlance). > She writes something that depends on Joe's product being present, So her work must be GPLed too, because it's considered just like she links with a GPLed library.

Re: [Zope] FSF about Zope and GPL'ed components

2000-09-20 Thread Erik Enge
[[EMAIL PROTECTED]] | Can she distribute Zope, Joe's product, and her own product, as long | as they are packaged separately? What is defined as "package separately". Different .rpms/.tgz, different CDs, or what? ___ Zope maillist - [EMAIL PROTECTE

Re: [Zope] FSF about Zope and GPL'ed components

2000-09-20 Thread jpenny
On Wed, Sep 20, 2000 at 08:27:47PM +0200, Erik Enge wrote: > [[EMAIL PROTECTED]] > > | Can she distribute Zope, Joe's product, and her own product, as long > | as they are packaged separately? > > What is defined as "package separately". Different .rpms/.tgz, > different CDs, or what? I Don't

Re: [Zope] SQL

2000-09-20 Thread Rik Hoekstra
> > Somebody experience with a parent code table and how to implement it in > Zope (with dtml-tree)? > Or is a PArent-Code table not SQL-like and is there a better solution? > > eg : > > Parent Code Description > 0 0 MasterNode > 0 1 Child1 of MasterNode > 0 2 Child2 of Ma

RE: [Zope] A strange difference between DTMLDocument versus DTMLMethod Zope 2.2.2

2000-09-20 Thread Ron Bickers
The is a good example for illustrating the difference in a DTML Method and a DTML Document. With the below code, when "objectItems('Folder')" is called in a DTML Method, the list returned is a list of Folders in the DTML Method's *container* object (often a Folder). In this case, you'll get a l

[Zope] Member authentication

2000-09-20 Thread Austin Mayberry
What are suggestions for site member authentication in zope? Austin [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http:

Re: [Zope] acl_users.manage_users and RESPONSE.redirect

2000-09-20 Thread Tim Cook
Chris Jenson wrote: > > I am using the following code (adding to acl_users folder with manage_users) > to do user self registration after some initial authentication using Zope > authentication and a common login/passwd. It works fine if things are as > they should be, but when things go south,

Re: [Zope] acl_users.manage_users and RESPONSE.redirect

2000-09-20 Thread Tim Cook
Tim Cook wrote: > > Chris Jenson wrote: > > > > I am using the following code (adding to acl_users folder with manage_users) > > to do user self registration after some initial authentication using Zope > > authentication and a common login/passwd. It works fine if things are as > > they should

Re: [Zope] Re: Re(2): [Zope] Zope not starting after VaryTag install

2000-09-20 Thread Tino Wildenhain
Hi Didier, Didier Georgieff wrote: > > Le 18 Sep 00, à 15:49, Tino Wildenhain a écrit : > > > I just checked with 2.1.6 (winNT) and it worked without problems. > > Can anybody else confirm this? > > Sounds like it's Varytag under Linux related. I'm not sure, the code is very simple, there sho

Re: [Zope] More Import Problems

2000-09-20 Thread Dieter Maurer
Joshua Brauer writes: > As a horrid workaround for the earlier problem with Z-classes I exported all of my >data, restarted Zope and am re-importing, or would like to re-import data, but some >of it won't import back into the same install that it came from. I re-imported the >products and t

Re: [Zope] Should I use ZODB or not ?

2000-09-20 Thread Dieter Maurer
Jason Cunliffe writes: > I am curious how do you all think LocalFS would perform for such a big > multimedia application.? > http://www.zope.org/Members/jfarr/Products/LocalFS In my view, LocalFS is an excellent product. I like it very much. However, I would not upload and not serve objects wi

Re: [Zope] zope crashing unexplicably, also not releasing ports

2000-09-20 Thread Dieter Maurer
David McCuskey writes: > i've been using zope for about 6 months now and have had this re- > occurring problem with it randomly crashing. *worse part about it is > that the port isn't released when it crashes*. this means we can't use > the same startup script to get zope back up, can't make

Re: [Zope] SQL

2000-09-20 Thread Dieter Maurer
Tom Deprez writes: > Somebody experience with a parent code table and how to implement it in > Zope (with dtml-tree)? > Or is a PArent-Code table not SQL-like and is there a better solution? > > eg : > > Parent Code Description > 0 0 MasterNode > 0 1 Child1 of MasterNod

Re: [Zope] flat file db, favorite links, and zope

2000-09-20 Thread Dieter Maurer
[EMAIL PROTECTED] writes: > I have a comma delimited file ... > ... If so, does one of them allow me to use > my existing db file (at least import it)? There will be no problem to import your file. The following external method imports the file and returns the list of its elements. This list

Re: [Zope] A strange difference between DTMLDocument versus DTMLMethod Zope 2.2.2

2000-09-20 Thread Dieter Maurer
cuiod-tec Jens Gelhaar writes: > The following few lines have a different result, when I execute it within an > DTMLDocument or DTMLMethod. > > > > > > > > The DTMLMethod result looks like it should be, but within a DTMLDocument the > result is empty. When I modify the tag sli

Re: [Zope] Massive FTP troubles

2000-09-20 Thread Dieter Maurer
marwin98 writes: > >Apparently, you have two clients that want to change "/em/nav/aiti2.gif" > >at the same time. > > This is not the case, since I was the only one who had access to the > server. I just used "CuteFTP", an FTP-client for windows, that does > multiple connections when up/d

Re: [Zope] Newbie Question: File upload in from my own Product

2000-09-20 Thread Dieter Maurer
Dicken, Peer writes: > I´m new to Zope ;) I´m currently composing a set of products for my website > and have a little problem now: > I need to make a Product that makes it possible to upload a file, well, > basically a tuned "FILE" object. > I need to add a description. Is it right to add th

Re: [Zope] Last modified - including contents?

2000-09-20 Thread Dieter Maurer
Marcin Kasperski writes: > Two questions related to presenting 'last modified at ...' message on > HTML page. > > 1) I have some pages (for instance my website news page or some indexes) > which are dynamically build from another pages (usually via dtml-in - > reading elements of some type

[Zope] Restricting URL access to objects that are not complete web pages

2000-09-20 Thread Stephen Simmons
After reading the Zope lists for a couple of months to struggle up the Zope learning curve, it's time for my first question. I want to serve web pages build up from a database of document components. Zope's object-based subsystems should be completely hidden so that the only objects accessible ov

[Zope] SV: [Zope] Imagemaps

2000-09-20 Thread peter be
> How can I get to make image maps in zope?? > If you have already made an imagemap, you then use it like this: There are so far no imagemap tag creation in Zope but there are plenty of free software for that. The expensive but good Dreamweaver makes it very easy. _

Re: [Zope] Should I use ZODB or not ?

2000-09-20 Thread Jason Cunliffe
Dieter Thanks for your answer and advice.. > > I am curious how do you all think LocalFS would perform for such a big > > multimedia application.? > > http://www.zope.org/Members/jfarr/Products/LocalFS > In my view, LocalFS is an excellent product. I like it very much. > > However, I would no

Re: [Zope] flat file db, favorite links, and zope

2000-09-20 Thread sean
Dieter, Thanks for the information. I created a test db file and followed the zope external methods how-to, but when I went to create the external method I received a syntax error. Is there something wrong with your syntax, or how I am doing it? (Also, if my db file was a semi-colon delimit

Re: [Zope] Member authentication

2000-09-20 Thread Bill Anderson
Austin Mayberry wrote: > > What are suggestions for site member authentication in zope? o Define your requirements o Define your environment (What OS/Zope version, etc) o Post a more thorough question, based on the above. :) Bill -- E PLURIBUS LINUX ___

Re: [Zope] FSF about Zope and GPL'ed components

2000-09-20 Thread Andrew Kenneth Milton
+---[ [EMAIL PROTECTED] ]-- | Let me ask a more precise question. | | Zope is not released under GPL. | | Joe repleases a component which can be used with Zope under GPL license. | Zope.org makes it available for download, but in no way incorporates | it into their base s

[Zope] logging on problem

2000-09-20 Thread Willem Oudyk
Hi, I have installed ZOPE and tried to logon to localhost:8080/manage but I have forgotten the userid/pw. The file (called 'access') shows my name and then something encrypted but I dont know how to use it for logging on. Can anyone help? - Wil

Re: [Zope] logging on problem

2000-09-20 Thread Bak @ kedai
On Thu, 21 Sep 2000, Willem Oudyk wrote: > Hi, > > I have installed ZOPE and tried to logon to localhost:8080/manage but I > have forgotten the userid/pw. > > The file (called 'access') shows my name and then something encrypted but I > dont know how to use it for logging on. > > Can anyone help?

[Zope] Problem with Tree tag

2000-09-20 Thread Chalu Kim
Has anyone seen this when running Tree? Traceback (innermost last): File /usr/local/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 222, in publish_module File /usr/local/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/local/Zope-2.2.0-src/lib/

[Zope] Zope site featured on NewsForge

2000-09-20 Thread Brendon Grunewald
You may be interested to know that Zope has been mentioned in an article that NewsForge did about my zope based site.   Keep up the good work,Brendon   --70South: the No.1 source for Antarcticles.For the latest news and views on Antarctica visit : http://www.70south.com

[Zope] Odd stuff at zope.org...

2000-09-20 Thread Curtis Maloney
Just tried to go to www.zope.org and got: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /. Reason: Could not connect to remote machine: Connection refused Apache/1.3.9 Server at www.zope.org Port 80 Curt