[Zope] How to setup and show zope server's homepage to clients?

2007-01-08 Thread Steve Han
Forgive me for unpatience.I installed zope as server to serve business's content as homepage.How can I do that using ZMI?First make a folder and then.. Thanks a lot. -- Steve Han ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/list

Re: [Zope] need advice on mass data processing

2007-01-08 Thread Andreas Jung
--On 8. Januar 2007 19:28:32 -0800 Allen Huang <[EMAIL PROTECTED]> wrote: I have a data file that has over 11 entry of 3 column data (string, float, float) currently I have written my program so it will do an entry by entry processing with zope. This operation is like this 1. read data (th

[Zope] need advice on mass data processing

2007-01-08 Thread Allen Huang
I have a data file that has over 11 entry of 3 column data (string, float, float) currently I have written my program so it will do an entry by entry processing with zope. This operation is like this 1. read data (the data file) 2. create product (a python product that store three field d

[Zope] Solved (Re: Strange ZEO related Tracebacks (ZEO.cache, line 915, in _makeroom))

2007-01-08 Thread Jean Jordaan
Hi all * Module ZEO.cache, line 915, in _makeroom KeyError: 10201651 It turns out that this was due to an undersized /tmp partition (17M, while the default cache size is 20M). Configuring Zope to use a persistent cache made this error go away. -- jean

Re: [Zope] Migrate exUserFolder back to User Folder

2007-01-08 Thread Dieter Maurer
Chris Crownhart wrote at 2007-1-8 09:47 -0700: >I have a site that is using the exUserFolder product as acl_users in the >root folder. I would like to migrate it back to a normal User Folder. >My problem, however, is that the passwords are encrypted by default in >exUserFolder, and I do not no

Re: Re: Re: [Zope] Limit size download file in Zope wih LocalFS

2007-01-08 Thread Dieter Maurer
Alan wrote at 2007-1-8 15:48 +: > ... >However, why Zope is not able to cope with "filestream_iterator" >anymore? What happened here since we only switched zope to apache? The problem you have reported definitely has to do only with "LocalFS" and Zope, not with Apache. >And >what we are loosi

Re: [Zope] Migrate exUserFolder back to User Folder

2007-01-08 Thread Chris Crownhart
Thanks for the info. It looks like my version of exUserFolder uses crypt for the password encryption. It also looks like User Folder allows you to use crypt (I haven't figured out how) to encrypt your password, through it's AuthEncoding module. My question would be: If I can get the encrypt

Re: [Zope] Isn't DTML more like what other frameworks do?

2007-01-08 Thread John Schinnerer
Aloha, Mark, Jonathan (Integic) wrote: What does matter is that DTML is very similar to RHTML (as in Ruby On Rails), ASP, etc. ZPT requires a new way of thinking. I would much rather convert RHTML to or from DTML than to or from ZPT. So I don't really get the benefit of using ZPT. The fact that

[Zope] Re: Isn't DTML more like what other frameworks do?

2007-01-08 Thread Duncan Booth
"Mark, Jonathan (Integic)" <[EMAIL PROTECTED]> wrote: > So I don't really get the benefit of using ZPT. The fact that no one > outside of Zope seems to have created a ZPT-like solution suggests to > me that ZPT, as I said, solves a problem which doesn't exist. There are several applications out

Re: [Zope] Migrate exUserFolder back to User Folder

2007-01-08 Thread Andrew Milton
+---[ Maciej Wisniowski ]-- | > I have a site that is using the exUserFolder product as acl_users in the | > root folder. I would like to migrate it back to a normal User Folder. | > My problem, however, is that the passwords are encrypted by default in | > exUserFolder, a

Re: [Zope] Isn't DTML more like what other frameworks do?

2007-01-08 Thread Andreas Jung
--On 8. Januar 2007 13:01:26 -0500 "Mark, Jonathan (Integic)" <[EMAIL PROTECTED]> wrote: """Why (the hell) are you (still) using DTML (as newbie). You are strongly encouraged to use ZPT.""" My sense is that ZPT solves a problem which for most of us does not exist. If you wish to have design

Re: [Zope] Isn't DTML more like what other frameworks do?

2007-01-08 Thread JPenny
[EMAIL PROTECTED] wrote on 01/08/2007 01:01:26 PM: > """Why (the hell) are you (still) using DTML (as newbie). You are strongly > encouraged to use ZPT.""" > > My sense is that ZPT solves a problem which for most of us does not > exist. If you wish to have designers work directly on markup in a

[Zope] Isn't DTML more like what other frameworks do?

2007-01-08 Thread Mark, Jonathan (Integic)
"""Why (the hell) are you (still) using DTML (as newbie). You are strongly encouraged to use ZPT.""" My sense is that ZPT solves a problem which for most of us does not exist. If you wish to have designers work directly on markup in an HTML WYSIWYG editor then yes, ZPT is great. But most of us

[Zope] Strange ZEO related Tracebacks (ZEO.cache, line 915, in _makeroom)

2007-01-08 Thread Jean Jordaan
Hi all I packed and copied a Data.fs file from one machine to another. Now I see this on the new machine: Traceback (innermost last): * Module ZPublisher.Publish, line 187, in publish_module_standard * Module Products.PlacelessTranslationService.PatchStringIO, line 51, in new_publish

Re: [Zope] Migrate exUserFolder back to User Folder

2007-01-08 Thread Andrew Milton
+---[ Chris Crownhart ]-- | Hello, | | I have a site that is using the exUserFolder product as acl_users in the | root folder. I would like to migrate it back to a normal User Folder. | My problem, however, is that the passwords are encrypted by default in | exUserFold

Re: [Zope] Migrate exUserFolder back to User Folder

2007-01-08 Thread Maciej Wisniowski
> I have a site that is using the exUserFolder product as acl_users in the > root folder. I would like to migrate it back to a normal User Folder. > My problem, however, is that the passwords are encrypted by default in > exUserFolder, and I do not now how to migrate those encrypted passwords > b

[Zope] Migrate exUserFolder back to User Folder

2007-01-08 Thread Chris Crownhart
Hello, I have a site that is using the exUserFolder product as acl_users in the root folder. I would like to migrate it back to a normal User Folder. My problem, however, is that the passwords are encrypted by default in exUserFolder, and I do not now how to migrate those encrypted passwords

Re: Re: Re: [Zope] Limit size download file in Zope wih LocalFS

2007-01-08 Thread Alan
Thanks Dieter, We use Plone 2.1.2, Zope (Zope 2.8.5-final, python 2.3.5, sunos5), Python 2.3.5 (#1, Feb 14 2006, 10:51:41) with LocalFS-1.7rc1-andreas.tar.gz modified (#from OFS.content_types import find_binary from zope.app.content_types import find_binary) It was working before we switched t