Re: [Zope3-Users] Newbie

2006-03-29 Thread Jonathan
with zope 3 svn. I'm also wondering if anyone has used AJAX, if so which way would you advise me to go ? Is there a simple way to send httprequests to zope, is there a recommended AJAX package (JSON, sarissa, ...). This may give you some ideas... http://www.zope.org/Members/ree/jsonserver2 Jonathan

Re: [Zope3-Users] Again unicode problem (in configure.zcml)

2006-05-30 Thread Jonathan
this one, it complains about the next one. Just a guess, but have a look at the lines before this one: resourceDirectory If it is still complaining when you remove that section, then something is pooched earlier on. Jonathan ___ Zope3-users

Re: [Zope3-Users] AJAX (was Uploading files)

2006-06-01 Thread Jonathan
certainly would not use JSON for this task. Regards, Stephan Just curious... what is it about AJAX that you hate? The implementation? The concept? Something else? Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org

Re: [Zope3-Users] execute script from as root user

2006-06-07 Thread Jonathan
. For example I want to save a file with the following content: #! /bin/sh ls I want to open this file and run the content as the root user Have a look at the linux su and sudo commands (you could embed this before the 'ls' command in your script) Jonathan

Re: [Zope3-Users] zodb data recovery

2006-07-18 Thread Jonathan
... - virtualWebSite3Folder - virtualWebSite3subfolder... you can export/import a single folder instead of the entire Data.fs. Another solution is to set up a mount point (ie. a separate xxx.fs file) for each folder. hth Jonathan ___ Zope3

Re: [Zope3-Users] zodb data recovery

2006-07-19 Thread Jonathan
- Original Message - From: Pete Taylor [EMAIL PROTECTED] To: Jonathan [EMAIL PROTECTED] Cc: zope3-users@zope.org Sent: Tuesday, July 18, 2006 11:20 PM Subject: Re: [Zope3-Users] zodb data recovery Jonathan, Thanks for the input... is there somewhere you can point me that I can read

Re: [Zope3-Users] Zope 3 SSL

2006-08-23 Thread Jonathan
follow the instructions for installing apache with zope 2 (which also listens on port 8080) you should be okay (i think/hope!). Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Adding another special traversal component type

2006-09-20 Thread Jonathan
(no zope patching required at all!) Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] best practice for serving static content by front-endwebserver?

2007-01-13 Thread Jonathan
Apache in front of zope then Apache's caching may be of some assistance (you could look into Apache's mod_cache, mod_disk_cache and mod_mem_cache modules). Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman

Re: [Zope3-Users] Will zope server crash when uploading huge files inthe same time?

2007-02-06 Thread Jonathan
- Original Message - From: Stephan Richter [EMAIL PROTECTED] To: Jonathan [EMAIL PROTECTED] Cc: zope3-users@zope.org Sent: Tuesday, February 06, 2007 1:11 PM Subject: Re: [Zope3-Users] Will zope server crash when uploading huge files inthe same time? On Tuesday 06 February 2007 12

Re: [Zope3-Users] Will zope server crash when uploading huge filesinthe same time?

2007-02-06 Thread Jonathan
- Original Message - From: Paul Winkler [EMAIL PROTECTED] To: zope3-users@zope.org Sent: Tuesday, February 06, 2007 1:54 PM Subject: Re: [Zope3-Users] Will zope server crash when uploading huge filesinthe same time? On Tue, Feb 06, 2007 at 01:29:36PM -0500, Jonathan wrote: Thanks

Re: [Zope3-Users] Will zope server crash when uploading huge filesinthe same time?

2007-02-06 Thread Jonathan
- Original Message - From: Maciej Wisniowski [EMAIL PROTECTED] To: Jonathan [EMAIL PROTECTED] Cc: Paul Winkler [EMAIL PROTECTED]; zope3-users@zope.org Sent: Tuesday, February 06, 2007 3:22 PM Subject: Re: [Zope3-Users] Will zope server crash when uploading huge filesinthe same time

Re: [Zope3-Users] Infrastructure Requirements?

2007-02-16 Thread Jonathan
). Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Infrastructure Requirements?

2007-02-16 Thread Jonathan
instances on a box with 4 cpus or 4 instances on a box with 2 cpus, where each CPU has a dual core? ie. has anyone tried running 2 instances of zope on a dual-core cpu? If so, how did it perform? Jonathan ___ Zope3-users mailing list Zope3-users

Re: [Zope3-Users] Infrastructure Requirements?

2007-02-16 Thread Jonathan
- Original Message - From: Benji York [EMAIL PROTECTED] Jonathan wrote: From: Benji York [EMAIL PROTECTED] Four instances on a four core box works quite nicely. :) Do you mean four instances on a box with 4 cpus or 4 instances on a box with 2 cpus, where each CPU has a dual

[Zope3-Users] Web Component Development with Zope 3 (2nd edition)

2007-02-28 Thread Jonathan
For whoever may be interested... Amazon.com is finally shipping the second edition of Philipp's book (ordered Dec 6/06, shipped on Feb 24/07, arrived today!) Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org

Re: [Zope3-Users] Web Component Development with Zope 3 (2nd edition)

2007-03-02 Thread Jonathan
- Original Message - From: Weisglass Ofer [EMAIL PROTECTED] To: Jonathan [EMAIL PROTECTED] Cc: zope3-users@zope.org Sent: Friday, March 02, 2007 12:13 PM Subject: Re: [Zope3-Users] Web Component Development with Zope 3 (2nd edition) Hay Jonathan Do you know if they ship

Re: [Zope3-Users] Disable raw directive in restructured text

2007-03-15 Thread Jonathan
is a flag that tells the routine whether or not to strip the raw command from the passed text string before processing it. Seems simple, but i don't use ReST so maybe i am missing something... Jonathan ___ Zope3-users mailing list Zope3-users

Re: [Zope3-Users] Disable raw directive in restructured text

2007-03-15 Thread Jonathan
- Original Message - From: Florian Lindner [EMAIL PROTECTED] To: zope3-users@zope.org Cc: Jonathan [EMAIL PROTECTED] Sent: Thursday, March 15, 2007 4:56 PM Subject: Re: [Zope3-Users] Disable raw directive in restructured text Am Donnerstag, 15. März 2007 21:14 schrieb Jonathan

Re: [Zope3-Users] Blog naming proposals

2007-05-28 Thread Jonathan
about Blather? Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Blog naming proposals

2007-05-28 Thread Jonathan
- Original Message - From: Cripps [EMAIL PROTECTED] To: Jonathan [EMAIL PROTECTED] Cc: Florian Lindner [EMAIL PROTECTED]; zope3-users@zope.org Sent: Monday, May 28, 2007 1:12 PM Subject: Re: [Zope3-Users] Blog naming proposals blathers pretty close to blether ... so it would make

Re: [Zope3-Users] Some SOAP-Zope questions!

2007-08-02 Thread Jonathan
/index.po Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Authentication without cookies

2008-04-14 Thread Jonathan
setting a cookie, do an http redirect and see if your cookie is accessible. Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Does Killing The Zope Server Kill Zope?

2007-03-15 Thread Mark, Jonathan (Integic)
Zope 3.3 was running on port 8080 on Linux. Instead of using webserver.py stop to kill the server I ran netstat -nlp. It showed one pid using port 8080. Then I killed that pid. Zope 3.3 continued to serve up a corrupted page for many minutes afterwards. It eventually died. Did killing the PID

[Zope3-Users] Where do people put Zope 3 components that they wish to share?

2007-03-18 Thread Mark, Jonathan (Integic)
Zope.org has a link for Products but not for Components. Is there someplace where people can see what third-party Zope3 components are available? winmail.dat___ Zope3-users mailing list Zope3-users@zope.org

[Zope3-Users] Is DTML Deprecated In Zope3?

2007-03-20 Thread Mark, Jonathan (Integic)
Phillip says in his book not to use DTML any more. However, I am finding that what is easy in DTML, producing an Atom 1.0 feed, for instance, is harder in ZPT. I get peculiar errors telling me that my XML boilerplate is not valid. DTML doesn't care. I notice that in the Zope 3.3 ZMI you can

[Zope3-Users] Any Word On When Zope 3 Will Support Python 2.5

2007-03-26 Thread Mark, Jonathan (Integic)
I prefer to do all of my Python development in Python 2.5. Is there any word on when Zope 3 will support the current version of Python? ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Re: ZODB? PostgreSQL? (Laurence Rowe)

2007-04-25 Thread Mark, Jonathan (Integic)
ZRS is only required for replication, not scaling, for which ZEO exists. Then run a single zope zeo client per processor core. ZODB makes data partitioning (database mounts) simple as well. Laurence My interpretation of this statement is as follows. You can store information in separate

[Zope3-Users] RE: Blog naming proposal

2007-06-04 Thread Mark, Jonathan (Integic)
A better name is Noiszzz Noize starts with a capital N, then a vowel, then a Z then another vowel. It is too close to the word Nazi for some English speakers. I am not saying that people who like the name Noize also like Nazis. I am just saying that the association will be there. Noiszzz is