[Zope] Date format question urgent!!!

2000-07-27 Thread Marko MARKOVIC
hi all,   i have a few questions about date formating:     i work with a sybase database and have tables where i used date fields. My field entrydate is of type Date.   on my page i have a textbox to put the date:     i will formating it as 2000/01/01 and then put it in a sql query as a param

[Zope] SQL and customise screen

2000-07-27 Thread Vincent DELHOMMOIS
Hi, I would like to use an SQL request to search some data in an access database. The request need to be executed when somebody clic on a button (onclick="") The result need to be displayed on the screen, but not on one line. I must be able to place the results in different places on the docume

Re: [Zope] Silly send mail problem

2000-07-27 Thread Brad Moulton
On Thu, 27 Jul 2000, you wrote: > Hi all, > > I had a sendmail problem, whenever I send out a mail from zope, it always > contain an empty "To" ,"From" and "Subject", but I was able to get the body > of the mail, anyone got this problem before ?? Sorry this is probably not much help but may be re

Re: [Zope] Silly send mail problem

2000-07-27 Thread Phil Harris
When using the dtml-sendmail tag you need to structure it like this: To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject: Testing from my machine mail body hth Phil [EMAIL PROTECTED] - Original Message - From: "Brad Moulton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAI

[Zope] dtml question from a newbizzzzz I want to access a dtml page under asubfoldersubfolder

2000-07-27 Thread dsergent
I want to access a dtml page under a subfolder - portal (folder) - index1 (dtml) - reunion (folder) - index2 (dtml) I want to acces the index2 variable in the index1 dtml page. How can I do it ? thks for your answer David Sergent ___

Re: [Zope] ZOracleDA

2000-07-27 Thread Marcin Kasperski
Aaron Bostick wrote: > > Zope list members, > > I have been developing a zope site with oracle on linux as a backend. > Currently, I run both zope and oracle on the same machine using the > ZOracleDA for connectivity. However, for production, I plan to seperate the > tiers and run zope and and

Re: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-27 Thread J M Cerqueira Esteves
+1 -- jmce: +351 919838775 ~ http://artenumerica.com/ ~ http://artenumerica.org/ ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.o

Re: [Zope] dtml question from a newbizzzzz I want to access a dtml page under a subfolder subfolder

2000-07-27 Thread Jerome Alet
On Thu, 27 Jul 2000 [EMAIL PROTECTED] wrote: > > I want to access a dtml page under a subfolder > > - portal (folder) >- index1 (dtml) >- reunion (folder) > - index2 (dtml) have you tried (UNTESTED) : ? bye, Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome F

Re: [Zope] Silly send mail problem

2000-07-27 Thread Hugo Ramos
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2000 4:56 AM Subject: [Zope] Silly send mail problem > Hi all, > > I had a sendmail problem, whenever I send out a mail from zope, it always > contain an empty "To" ,"From" and "Subject", but

RE: [Zope] zwiki mailing list ? RFC

2000-07-27 Thread Geoff Gardiner
Even if ZWiki and WikiNG are to converge (are they? I'm still not sure of intentions here), we would need keep updates to ZWiki and the new engineering of WikiNG separate in everyone's minds - but not so separate as to seem confusingly competitive. Could this be done by moving joyful/zwiki to zop

Re: [Zope] dtml question from a newbizzzzz I want to access a dtmlpage under a subfolder subfolder

2000-07-27 Thread Marcel Preda
On Thu, 27 Jul 2000 [EMAIL PROTECTED] wrote: > > I want to access a dtml page under a subfolder > > - portal (folder) >- index1 (dtml) >- reunion (folder) > - index2 (dtml) > > > I want to acces the index2 variable in the index1 dtml page. How can I do > it ? > > thks for your

Re: [Zope] SQL and customise screen

2000-07-27 Thread Diny van Gool
At 09:38 27-7-00 +0100, Vincent DELHOMMOIS wrote: >Hi, > >I would like to use an SQL request to search some data in an access >database. > >The request need to be executed when somebody clic on a button (onclick="") > >The result need to be displayed on the screen, but not on one line. I must >be

Re: [Zope] Silly send mail problem

2000-07-27 Thread Tony McDonald
At 9:04 am +0100 27/7/00, Phil Harris wrote: >When using the dtml-sendmail tag you need to structure it like this: > >smtphost="mail.xyz.com" >mailto="[EMAIL PROTECTED]" >mailfrom="[EMAIL PROTECTED]" >Subject="Testing from my machine"> >To: [EMAIL PROTECTED] >From: [EMAIL PROTECTED] >Subject: Test

[Zope] Réf. : Re: [Zope] dtml question from a newbizzzzz I want to access a dtmlpage under a subfolder subfolder: [Zope] dtml question from a newbizzzzz I want to access a dtmlpage under a subfolder subfolder

2000-07-27 Thread dsergent
thks for your answer, but I use the variable PARENTS[0] in index2 and with your syntax, the result is not the same. "Marcel

Re: [Zope] Date format question urgent!!!

2000-07-27 Thread Marcel Preda
On Thu, 27 Jul 2000, Marko MARKOVIC wrote: > hi all, > > i have a few questions about date formating: > I'll skip this, were a lot of threads about DateTime format (fmt) Other time.. > > > Finally, i want formatting a date as 2000/01/01 and then put in my table with a sql >method. > > Any

Re: [Zope] zzLocale 0-0-3a released on Zope Japan

2000-07-27 Thread Yves-Eric Martin
On Wed, 26 Jul 2000 12:59:32 +0200 "Johan Carlsson" <[EMAIL PROTECTED]> wrote: > That's absolutly brilliant! Thanks for the support. :) > What are the performance impact of the zzLocale? > Do more installed translations effect performance in any way. On our test machines, we did not n

[Zope] OQL for ZODB - (SQL like for objects Databases)

2000-07-27 Thread Emmanuel DISCORS
Hi, Is there a tool like SQL for ZODB ? Where to find more to do some query on ZODB objects ? Many Thanks. Emmanuel. -- Emmanuel DISCORS Tel & Fax : 02 54 56 80 61 Conception, Informatique, Réseau ADVL ( Au-Delà de Vos Limites ) Site web : http://www.advl.org/ A

Re: [Zope] zzLocale 0-0-3a released on Zope Japan

2000-07-27 Thread Johan Carlsson
I have another feature that would be nice for the zzLocale framework. Support for localized images. As far as I know the Zope Management Interface doesn't use any images containing strings, but I know that I might use images that needs to be localized in my products. Maybe that's a requiremen

[Zope] How to start developing in zope

2000-07-27 Thread Firestar
Hi, I have read through(and tried out) the tutorials and Guides at Zope.org, and now eager to port my company's website over to Zope. (The website was originally programmed in PHP) In my original design, I used OOP mainly. I defined each section(e.g. News, Events, Products) as a class by itself,

Re: [Zope] Question

2000-07-27 Thread chrisw
> Lionel Tafel wrote: > I want to know if i can change the data or > setting the data that this index.php3 have into. I think you mean index_html, with has nothing to do with php! yurch! ;( > > > > This is the Document. > > You could just edit the document/method. If you want to change t

[Zope] Worldpilot+Courier problem

2000-07-27 Thread Paolo Bizzarri
Hi everybody, I have found a strange problem in Worldpilot 1.1.0 alpha. Basically, I was not able to see a message, because the function that performs the parsing of the message (namely, the CreateStruct) was unable to cope with an empty string. I have traced the problem to the QuotedString exp

[Zope] Strategies to backup Zope?

2000-07-27 Thread Marcin Kasperski
What should I do to backup Zope (read further...): 1) Can I just backup Data.fs file (and expect that in case of failure I can install zope as usual, copy backed up Data.fs over the installed version, run and be happy)? 2) What can I do in case I wish to backup only part of Zope database content

[Zope] Zope and Tuxedo?

2000-07-27 Thread Cary O'Brien
Has anyone used Zope to act as a Tuxedo client? Is anyone interested in doing this? Mostly it means creating a python extension that acts as a Tuxedo client, and then integrating that into Zope as a ZClass or Product or something. -- cary Tuxedo is pretty slick. You can download a trial

[Zope] monitoring the zope-process with daemontools

2000-07-27 Thread Andy Pahne
hi, not really a zope-problem, but maybe someone can help me: I have posted a few days ago that I have problems with my zope dying suddenly. Someone suggested to use D. Bernsteins daemon-tools, not as a solution to my problem, but helpful anyway. I made this tool working on my production syst

[Zope] WebDAV, FrontPage2000, Save

2000-07-27 Thread Marcus Schopen
Hi there, I have problems to save files by using FrontPage2000´s webfolder function via WebDAV to Zope (Zope-2.1.6-linux2-x86). Here is my Z2.log: 192.168.1.3 - - [27/Jul/2000:13:40:36 +0200] "GET /_vti_inf.html HTTP/1.1" 404 2534 "" "Mozilla/2.0 (compatible; MS FrontPage 4.0)" 192.168.1.3 - -

[Zope] create an MeetingManagement object in a folder

2000-07-27 Thread dsergent
I use the MeetingManagment object, and it works, but can I define the folder where the objet are created ? David Sergent ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/li

[Zope] Zope and Tomcat

2000-07-27 Thread Christophe Lombart
Hi all, I'm currently analysing this wonderfull product named Zope and I'm wondering if it is possible to integrate Zope with the JSP technology via why not Tomcat. The reason is the devevelopment team has a good experience with JSP and our current project - write in java - should plugged in a

[Zope] Call of an SQL Method within a DTML document...

2000-07-27 Thread Vincent
Hi, How can I call and SQL method within a DTML document (HTML code) ? Thanks Vincent ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.

Re: [Zope] Zope and Tomcat

2000-07-27 Thread J. Atwood
To start you might want to look at some benchmarking I did between Zope and Tomcat http://www.zope.org/Members/BwanaZulia/zope_benchmarks/tomcat1.html (1 of 4 rounds) To answer your question though, since Zope can sit behind Apache (cgi based, proxy pass, etc) and Tomcat can sit behind Apache (

[Zope] Problems with JavaScript in WinNT + Netscape! Urgent!

2000-07-27 Thread Peter Arvidsson
Hi I am using JavaScript's in zope and until now I havent experienced any problem. Today something strange happened though.. when editing a JavaScript it suddenly stopped working in WindowsNT with Netscape. It worked however in IE on the same computer and on Netscape running on Linux (RedHat 6.2)

Re: [Zope] Zope and Tomcat

2000-07-27 Thread Christophe Lombart
There is a plan to integrate the java technology (mainly JSP & servlet) into the Zope engine in order to use only one web extension for the content management and java program. Christophe >From: "J. Atwood" <[EMAIL PROTECTED]> >To: Christophe Lombart <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>

[Zope] Re: ZEO and 2gb max limit for linux .. not for solaris etc.

2000-07-27 Thread Jørgen Skogstad
Sven Hohage wrote: > > Hallo Jorgen, > I write you cause I've got a question about Zope. > You've posted on the mailing list on my question with the filesize of > the data.fs or in ZEO ZSS. > My problem is that I'd like to know which Unix - versions don't have > this filesize limitations and if t

[Zope] What's wrong with this snippet?

2000-07-27 Thread Marko MARKOVIC
hi all, i tried and searched to find the error but i couldn't solve it. Could anyone help me with this code: Where i can find infos about sql calls with dtml-in? $Reagrds MM ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailm

Re: [Zope] Zope and Tomcat

2000-07-27 Thread Jacques Exelrud
Do you have a timeframe for this to avaiable ? >There is a plan to integrate the java technology (mainly JSP & servlet) into > the Zope engine in order to use only one web extension for the content > management and java program. >Christophe _

[Zope] Zope stability problems under Linux SuSe 6.4 (Kernel 2.2.14)

2000-07-27 Thread Philipp Auersperg
Quite regularily I encounter stability problems with Zope:   Suddenly without heavy use My Zope process rises the below mentioned error message and then does not accept any IP connections and must be manually stopped and restarted.   These lockups happen under SuSe 6.4, I can reproduce it on t

Re: [Zope] Problems with JavaScript in WinNT + Netscape! Urgent!

2000-07-27 Thread Marcel Preda
> I am using JavaScript's in zope and until now I havent experienced any > problem. Today something strange happened though.. when editing a > JavaScript it suddenly stopped working in WindowsNT with Netscape. It > worked however in IE on the same computer and on Netscape running on > Linux (RedHa

[Zope] Netscape & Open session with NT active user

2000-07-27 Thread Vincent
Hi, In fact, it is not just a question about Zope, it is a question about Netscape : When you protect a directory and ask for a password, I would like to know if Netscape is able to access to the parameters of the loged user (under NT). PS : In fact, I would like that the users do not need to e

Re: [Zope] Zope and Tuxedo?

2000-07-27 Thread Marcin Kasperski
Cary O'Brien wrote: > > Has anyone used Zope to act as a Tuxedo client? > > Is anyone interested in doing this? > > Mostly it means creating a python extension that acts as a Tuxedo > client, and then integrating that into Zope as a ZClass or Product or > something. > Writing python extension

Re: [Zope] Zope and Tomcat

2000-07-27 Thread J. Atwood
That is a seriously lofty goal, but good luck. J > From: "Christophe Lombart" <[EMAIL PROTECTED]> > > There is a plan to integrate the java technology (mainly JSP & servlet) into > the Zope engine in order to use only one web extension for the content > management and java program. > > Christo

[Zope] (no subject)

2000-07-27 Thread Derouin . C
hi, do you know any zope's competitors ? Kate ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://

Re: [Zope] Re: ZEO and 2gb max limit for linux .. not for solaris etc.

2000-07-27 Thread Zope
If you don't wan't to run Sun or HP-UX you could always look at one of the open *BSD clones. As I can recall both OpenBSD and FreeBSD have filsystems that manage >2GB files. /Johan > Sven Hohage wrote: > > > > Hallo Jorgen, > > I write you cause I've got a question about Zope. > > You've pos

[Zope] zope's competitors

2000-07-27 Thread Derouin . C
hi, do you know zope's competitors? Kate ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists

[Zope] Re: MySQL as backend for a website

2000-07-27 Thread Jørgen Skogstad
Heiko Stoermer wrote: > Try Zope ! (www.zope.org) > it enables you to do many things without a > database very easily. and: yes, it can also connect to mysql. What is the best (latest?!) implementation of a db connector for Zope? Seems to be several outthere.. but I have not yet tried any. ;)

[Zope] Starting Zope

2000-07-27 Thread Costagliola Giovanni
Hello All, How can I to start Zope whit a different user than root and cath the default HTTP port? If I try for example: su - -c './start -w 80 -u zope' I receive an error becouse root hasn't granted the need privileges on /Zope/var/ directory. Thanx --

Re: [Zope] zope's competitors

2000-07-27 Thread Oleg Broytmann
On Thu, 27 Jul 2000 [EMAIL PROTECTED] wrote: > do you know zope's competitors? Offtopic, er? :) I coolected some on the page: http://zope.net.ru/Zope/rivals/ Some texts are in Russian there, but mostly the text is in English; anyway links are just, hm, links. :) Oleg.(All o

[Zope] R: [Zope] What's wrong with this snippet?

2000-07-27 Thread Marcel Preda
___ "Will I be using Python today?" and if the answer is "yes" I know that it's going to be a good day. - Original Message - From: Marko MARKOVIC <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2000 5:12 PM Subject: [Zope] What's wrong

[Zope] Downloadable Zope reference and products?

2000-07-27 Thread Marcin Kasperski
Is it possible to download in some way complete zope reference and zope products? In case anyone is interested why do I need it: I have fast internet link at work. I have time to study Zope at home. -- Marcin.Kasperski | Users typically do not know exactly what they want @softax.com.pl | an

Re: [Zope] Starting Zope

2000-07-27 Thread Oleg Broytmann
On Thu, 27 Jul 2000, Costagliola Giovanni wrote: > How can I to start Zope whit a different user than root and cath the > default HTTP port? Use different way - start Zope as root, catch port 80 and drop uid. > I receive an error becouse root hasn't granted the need privileges on

Re: [Zope] Re: ZEO and 2gb max limit for linux .. not for solaris etc.

2000-07-27 Thread Bill Anderson
Jørgen Skogstad wrote: > > Sven Hohage wrote: > > > > Hallo Jorgen, > > I write you cause I've got a question about Zope. > > You've posted on the mailing list on my question with the filesize of > > the data.fs or in ZEO ZSS. > > My problem is that I'd like to know which Unix - versions don't ha

[Zope] DA, MySQL and Unix socket

2000-07-27 Thread Diego Rodrigo Neufert
hi... There'a any DA around there that allow a unix socket connection to a MySQL server? And if it is, it will be fast than a TCP connection? I'm running zope and mysql on the same server Thanks -- --- Diego Rodrigo Neufert -webmaster --- (Ma

[Zope] Full path var on Zope.org login link (Ethan!)?

2000-07-27 Thread J. Atwood
What DTML-VAR do they use on Zope.org to populate the came_from variable for the 'login' link? I have used dtml-var absulute_url but it does not seem to return the full path 'http://www.thedomain.com/folder/page.html' Any help would be great. Thanks, J

[Zope] RE: Zope Tutorial

2000-07-27 Thread Amos Latteier
> I'm an absolute newbie at zope, and I can't get your tutorial running > (Windows 2000, cookies enabled). Here's what to do: * Get Zope 2.2, download it, install it. * Log in to Zope with the super user account. * Create a manager account by going to the User Folder and adding a new user,

Re: [Zope] Starting Zope

2000-07-27 Thread Costagliola Giovanni
Il gio, 27 lug 2000, Oleg Broytmann ha scritto: > On Thu, 27 Jul 2000, Costagliola Giovanni wrote: > > How can I to start Zope whit a different user than root and cath the > > default HTTP port? > >Use different way - start Zope as root, catch port 80 and drop uid. > > > I receive

Re: [Zope] DA, MySQL and Unix socket

2000-07-27 Thread Chris Withers
Diego Rodrigo Neufert wrote: > There'a any DA around there that allow a unix socket connection to a MySQL > server? There is, but I'm afraid there seems to be a bit of voodoo around WRT to which version to use and how to install it :S I know we've got it up and running happily... Steve, a bit o

[Zope] FindOneOf?

2000-07-27 Thread Mabe, Brad
ColdFusion (I know, a dirty word ;-) ) has a nifty string function called "FindOneOf" which returns the index of the occurrence of any character in a string. Example: FindOneOf("ghd", "abcdefghij", 1) Will return a "4" because "d" is the fourth letter in the string "abcdefghij". If no match i

Re: [Zope] zope's competitors

2000-07-27 Thread Nils Kassube
Oleg Broytmann wrote: >I coolected some on the page: http://zope.net.ru/Zope/rivals/ Disney's Open Source Tea project looks interesting: http://opensource.go.com/ Is here anyone with enough time to check it out? :-) Cheers, Nils -- [EMAIL PROTECTED] | [EMAIL

Re: [Zope] FindOneOf?

2000-07-27 Thread Chris Withers
"Mabe, Brad" wrote: > Will return a "4" because "d" is the fourth letter in the string > "abcdefghij". If no match is made, a 0 is returned. This is especially > useful when building a change password form, because I can easily check to > see that the new password contains at least one special c

Re: [Zope] Zope and Tuxedo? (fwd)

2000-07-27 Thread Cary O'Brien
- Forwarded message from Marcin Kasperski - >From digest Thu Mar 9 07:50:32 EST 2000 Date: Thu, 27 Jul 2000 17:28:34 +0200 From: Marcin Kasperski <[EMAIL PROTECTED]> To: Zope List Submission <[EMAIL PROTECTED]> Subject: Re: [Zope] Zope and Tuxedo? Marcin wrote... > Cary O'Brien wrote:

[Zope] web publishing from frontpage/webdav support

2000-07-27 Thread Rajil Saraswat
hi everyone, i want to publish my html files directly from frontpage2000. how can i do this. i tried to use 'web publish' and gave ftp://localhost:8021 as the sitename but frontpage was not able to connect to it. btw i am running zope on win2000. otherwise i have heard about webdav support in z

RE: [Zope] Netscape & Open session with NT active user

2000-07-27 Thread Arpad Kiss
Hi, It doesn't work if you think of the NT chalenge response authorization of IIS. This needs IE on the client side. But if you want to access this file through the file system then Netscape behaves as any other win32 application. Arpad On 27-Jul-2000 Vincent wrote: > Hi, > > In fact, it is not

Re: [Zope] DA, MySQL and Unix socket

2000-07-27 Thread Diego Rodrigo Neufert
On Thu, 27 Jul 2000, you wrote: > Diego Rodrigo Neufert wrote: > > There'a any DA around there that allow a unix socket connection to a MySQL > > server? > > There is, but I'm afraid there seems to be a bit of voodoo around WRT to > which version to use and how to install it :S Can you just say t

[Zope] Zope on Linux - Oracle 7.3 Solaris connect question... ZOracleDA how tocompile?compile?

2000-07-27 Thread Chris Beaumont
Zelp! (: I have a Linux based Zope installation that I need to connect up with a copy of Oracle 7.3 Workgroup Server running on a Solaris machine. I understand from a recent post that I will need to install Oracle client libraries for Linux in order for the ZOracleDA on the Linux box that is ru

[Zope] SV: [Zope] Re: ZEO and 2gb max limit for linux .. not for solaris etc.

2000-07-27 Thread Jørgen Skogstad
> > Hmm.. well .. I can tell you what I know as of today. Linux > > has this limitation as of today. At least all the variants I > > have come over (mostly Red Hat and Suse). The limitation is in > > the filesystem implementation itself; meaning that the number > > of "references" that can be crea

Re: [Zope] newbie DTML namespace

2000-07-27 Thread Dieter Maurer
Brad Moulton writes: > I would like to build a table depending on some tests peformed on stuff > returned form a Z SQL method > > 1. I have a form with a name="spam" value="egs" > this value is passed onto next dtml document > - > table > >

Re: [Zope] monitoring the zope-process with daemontools

2000-07-27 Thread Dieter Maurer
Andy Pahne writes: > I have posted a few days ago that I have problems with my zope dying > suddenly. > > Someone suggested to use D. Bernsteins daemon-tools, not as a solution to my > problem, but helpful anyway. I made this tool working on my production > system, but there's one problem w

Re: [Zope] Re: [Zope-dev] Need for "aq_base" in DTML(was: Re: [Zope] Dumb DTMLquestion - existance check of an object)question - existance check of an object)

2000-07-27 Thread Dieter Maurer
Steve Alexander writes: > > * Existence check: "_.hasattr(object,what)" > > NOTE, that this is the sloppy part. > > > > - "_.hasattr" will return true, if "object" has > > attribute "what" (that is what we want) > > *OR* when it has acquired such an attribute >

Re: [Zope] Strategies to backup Zope?

2000-07-27 Thread Dieter Maurer
Marcin Kasperski writes: > 1) Can I just backup Data.fs file (and expect that in case of failure I > can install zope as usual, copy backed up Data.fs over the installed > version, run and be happy)? This is a FAQ. Look into the list's archive. > 2) What can I do in case I wish to backup only

[Zope] Znolk - Not recognizing ODBC

2000-07-27 Thread Jim Sanford
I have downloaded the latest Znolk which claims to now support the Z ODBC DA. When I try to run the Znolk wizard it tells me I have no DB connections when I do. Any suggestions? __ Jim Sanford . Databas

Re: [Zope] FindOneOf?

2000-07-27 Thread Patrick Lewis
In a Python external method: import re def FindOneOf(to_find, search_str): match_obj = re.search("[%s]" % to_find, search_str) if match_obj: return match_obj.start() + 1 else: return 0 So, calling FindOneOf("ghd", "abcdefghij") returns 4. This will work as is unless

Re: [Zope] Call of an SQL Method within a DTML document...

2000-07-27 Thread Dieter Maurer
Vincent writes: > How can I call and SQL method within a DTML document (HTML code) ? Read the Z SQL Method Guide (zope.org -> Documentation). If you have more questions after that, the list will surely answer them. Dieter ___ Zope maillist - [EMA

[Zope] Newbie question on page counters

2000-07-27 Thread Richard P. Muller
I'm in the process of learning Zope hacking, and I'm having a really hard time getting a page counter to work. It isn't even that page counters are all that important to me, it's that I feel that if I can't even do something this simple, what hope do I have doing something really hard? Here's wha

Re: [Zope] Newbie question on page counters

2000-07-27 Thread Chris Withers
"Richard P. Muller" wrote: > I'm in the process of learning Zope hacking, and I'm having a really > hard time getting a page counter to work. It isn't even that page > counters are all that important to me, it's that I feel that if I can't > even do something this simple, what hope do I have doing

[Zope] working with datetime

2000-07-27 Thread Leichtman, David J
Is there an easy way to increment the month or year of the DateTime object? Adding a numeric value increments the day. Incrementing the year is easily doable, but incrementing the month is significantly more difficult. So I'm just curious if there's a function that will actualy modify the parts

Re: [Zope] Newbie question on page counters

2000-07-27 Thread Chris Withers
Chris Withers wrote: > To do what you want, you probably want something like: > > >"manage_changeProperties(counter_value=getProperty(counter_value,counter_starting_value-1)+1)"> Erk, maybe this: Chris ___ Zope maillist - [EMAIL PROTECTED] http

[Zope] Would you like to see Jim Fulton and Paul Everitt in Portugal?

2000-07-27 Thread Hugo Ramos
ZopersORG team is organizing the ZWP2000 (Zope World Portugal 2000) event. So we're having a poll about Jim and Paul comming to Portugal in our main site: http://www.zopers.org We hope ZWP2000 is the first of many international Zope events in Portugal. It would be great to have Jim and Paul here

Re: [Zope] Newbie question on page counters

2000-07-27 Thread Richard P. Muller
Chris Withers wrote: > > Chris Withers wrote: > > To do what you want, you probably want something like: > > > > > >"manage_changeProperties(counter_value=getProperty(counter_value,counter_starting_value-1)+1)"> > > Erk, maybe this: > > >"manage_changeProperties(counter_value=getProperty('

Re: [Zope] Newbie question on page counters

2000-07-27 Thread Chris Withers
"Richard P. Muller" wrote: > > >"manage_changeProperties(counter_value=getProperty('counter_value',getProperty(counter_starting_value,0)-1)+1)"> > Words simply cannot express my gratitude. Wow, guess it worked then... that was a bit of luck (I didn't actually test it ;-) > Can you clue me in a

[Zope] Re: SV: [Zope] Re: ZEO and 2gb max limit for linux .. not for solarisetc.etc.

2000-07-27 Thread Bill Anderson
Jørgen Skogstad wrote: > > > > Hmm.. well .. I can tell you what I know as of today. Linux > > > has this limitation as of today. At least all the variants I > > > have come over (mostly Red Hat and Suse). The limitation is in > > > the filesystem implementation itself; meaning that the number >

Re: [Zope] Starting Zope

2000-07-27 Thread Bill Anderson
Costagliola Giovanni wrote: > > Il gio, 27 lug 2000, Oleg Broytmann ha scritto: > > On Thu, 27 Jul 2000, Costagliola Giovanni wrote: > > > How can I to start Zope whit a different user than root and cath the > > > default HTTP port? > > > >Use different way - start Zope as root, catch por

Re: [Zope] Newbie question on page counters

2000-07-27 Thread Phil Harris
Richard, I'd recommend getting the Zope Quick Reference (ZQR) from http://zdp.zope.org (the zope documentation project). I'ts invaluable. Phil [EMAIL PROTECTED] - Original Message - From: Richard P. Muller <[EMAIL PROTECTED]> To: Chris Withers <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> S

Re: [Zope] Zope on Linux - Oracle 7.3 Solaris connect question... ZOracleDA how tocompile?compile?

2000-07-27 Thread Satheesh Babu
Hi Chris, You can connect to Oracle 7.3 database from ZOracleDA on Linux compiled against Oracle8/8i client. I've a production environment where Zope 2.1.3 runs on a Redhat 6 machine with Oracle 8.0.5 clients. It connects to an Oracle 7.3 database on HP-UX. All you need to make sure is that your

RE: [Zope] ZOracleDA

2000-07-27 Thread Aaron Bostick
Thanks for the reply... I was planning to install Zope on the database server, compile DCOracle there, and then just copy the *.so files to the webservers, where the real Zope install is. Do you need the oracle client libraries on the webservers to make the connection or are the two shared libra

Re: [Zope] working with datetime

2000-07-27 Thread Jim Sanford
will give you a datetime object one month in the future - Original Message - From: "Leichtman, David J" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2000 5:19 PM Subject: [Zope] working with datetime Is there an easy way to increment the month or year of the D

[Zope] Re: zscheduler question

2000-07-27 Thread Loren Stafford
Here's a simple DTML method that adds a simple ZEvent. You'll have to modify it for your subclass and parameters. -- HTH -- Loren > hello, > > i would like to use zscheduler for an internal zope site managing > budget matters within our institute along the following scenario: > > staff memb

[Zope] Zboard 0.2.3 released

2000-07-27 Thread rainlood
Hello. I was done some bug fix. http://www.zope.org/Members/rainlood/Zboard/ Thanks all zope hacker. good bye. == ¿ì¸® ÀÎÅͳÝ, Daum Æò»ý ¾²´Â ¹«·á E-mail ÁÖ¼Ò ÇѸÞÀÏ³Ý Áö±¸ÃÌ ÇÑ±Û °Ë»ö¼­ºñ½º Daum FIREBALL http://www.daum.net

[Zope] anyone skilled in the ways of changing page properties?

2000-07-27 Thread tav
::: on a standard page served by zope, user enters pagename into a field and presses submit ::: createwikipage is a dtml method to which pagename is passed onto ::: a ZWiki page is now successfully created with the pagename specified by the user as the id

[Zope] Moving site from dev to prod.

2000-07-27 Thread Jeff Nielsen
I can't quite seem to figure out how to move my web site from my development machine to my production machine with Zope v2.1.x. Under Zope v1.0.9, I simply copy the data.bbb file. Under Zope v2.1.x, this file seems to be data.fs, but copying it doesn't seem to work as I get a NameError on REQUEST.

[Zope] dtml-tree question

2000-07-27 Thread Jonothan Farr
What is the difference between using the dtml-tree tag in a dtml method and using it in a dtml document? I have code that works perfectly in a dtml method but when I try the exact same code in a dtml document it doesn't display anything. Is it because the document is at the top of the namespace s

[Zope] hypothetically simple Login Manager Question

2000-07-27 Thread Bill Anderson
OK, I am working on a rather large scope site. In this site, I will have the need to create Objects (called Clubs). These Clubs will need their own membership setup, but stil be authenticate against the overall site. I have considered a few ways of doing this... to wit: A. A Membership folder