Re: [Zope] PTK binary distribution?

2000-08-02 Thread Dominic Mitchell
On Wed, Aug 02, 2000 at 01:05:16PM +0200, Jean Jordaan wrote: > Hi Zopers .. > > Using PTKSnap.tgz , I find > > lib\python\Products\ZPatterns\DynPersist.so > lib\python\Products\ZPatterns\DynPersist.o > lib\python\Products\ZPatterns\DynPersist.pyd > lib\python\Products\ZPatterns\DynPer

Re: [Zope] Using crontab instead of rc.d

2000-08-23 Thread Dominic Mitchell
On Thu, Aug 24, 2000 at 04:05:11AM +1000, George Osvald wrote: > Hello everyone! > > My ISP where I have my web page, is running freeBSD 4.0. I do not know a lot > about it. I know how to use crontab to start ZOPE at certain time how ever > how do I use crontab to check on the script that is alre

Re: [Zope] Using crontab instead of rc.d

2000-08-24 Thread Dominic Mitchell
On Thu, Aug 24, 2000 at 09:46:11AM +, Stephan Goeldi wrote: > >5* * * * root./start > > > >This would start the script every five minutes. Now how do I check if the > >script is running after it's been started and if it wasn't to restart it > >again. > > Why do

[Zope] [ANN] Whois Tools for Python & Zope

2000-09-06 Thread Dominic Mitchell
Just a small package that some people may find useful. When used with Zope, it creates a tag that does a whois lookup on a variable. For example: Will result in: Whois Server Version 1.1 Domain names in the .com, .n

Re: [Zope] Passing parameters to external methods

2000-09-14 Thread Dominic Mitchell
On Wed, Sep 13, 2000 at 11:49:03PM +0200, Andreas Pauley wrote: > Hi, > I need to pass some parameters to my external methods. > > I have an external method that looks (somewhat) like this: > > def extAccess(self, accttype_cde): > return accttype_cde > > In the following dtml code, the foll